reference_table    68 third_party/harfbuzz-ng/src/hb-coretext.cc   return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGFontRelease);
reference_table   871 third_party/harfbuzz-ng/src/hb-coretext.cc   hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT);
reference_table   877 third_party/harfbuzz-ng/src/hb-coretext.cc     mort_blob = face->reference_table (HB_CORETEXT_TAG_MORX);
reference_table    65 third_party/harfbuzz-ng/src/hb-face-private.hh   inline hb_blob_t *reference_table (hb_tag_t tag) const
reference_table   339 third_party/harfbuzz-ng/src/hb-face.cc   return face->reference_table (tag);
reference_table   355 third_party/harfbuzz-ng/src/hb-face.cc   return face->reference_table (HB_TAG_NONE);
reference_table   431 third_party/harfbuzz-ng/src/hb-face.cc   hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
reference_table   475 third_party/harfbuzz-ng/src/hb-face.cc   hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
reference_table   352 third_party/harfbuzz-ng/src/hb-ft.cc     face = hb_face_create_for_tables (reference_table, ft_face, destroy);
reference_table    73 third_party/harfbuzz-ng/src/hb-graphite2.cc     blob = face_data->face->reference_table (tag);
reference_table    98 third_party/harfbuzz-ng/src/hb-graphite2.cc   hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
reference_table    53 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
reference_table    56 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
reference_table    59 third_party/harfbuzz-ng/src/hb-ot-layout.cc   layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));