HomeSort by relevance Sort by last modified time
    Searched refs:reference_table (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh 65 inline hb_blob_t *reference_table (hb_tag_t tag) const function in struct:hb_face_t
hb-face.cc 339 return face->reference_table (tag);
355 return face->reference_table (HB_TAG_NONE);
431 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
475 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
hb-graphite2.cc 73 blob = face_data->face->reference_table (tag);
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
hb-ft.cc 296 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
352 face = hb_face_create_for_tables (reference_table, ft_face, destroy);
hb-coretext.cc 48 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
68 return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGFontRelease);
871 hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT);
    [all...]
hb-ot-layout.cc 53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
  /external/harfbuzz_ng/src/
hb-face-private.hh 65 inline hb_blob_t *reference_table (hb_tag_t tag) const function in struct:hb_face_t
hb-face.cc 339 return face->reference_table (tag);
355 return face->reference_table (HB_TAG_NONE);
431 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
475 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
hb-ot-font.cc 63 hb_blob_t *hhea_blob = OT::Sanitizer<OT::hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
68 ot_font->hmtx_blob = OT::Sanitizer<OT::hmtx>::sanitize (font->face->reference_table (HB_OT_TAG_hmtx));
78 ot_font->cmap_blob = OT::Sanitizer<OT::cmap>::sanitize (font->face->reference_table (HB_OT_TAG_cmap));
hb-graphite2.cc 73 blob = face_data->face->reference_table (tag);
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
hb-ft.cc 296 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
352 face = hb_face_create_for_tables (reference_table, ft_face, destroy);
hb-coretext.cc 48 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
68 return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGFontRelease);
869 hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT);
    [all...]
hb-ot-layout.cc 53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
  /art/runtime/
Android.mk 141 reference_table.cc \

Completed in 447 milliseconds