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

  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 99 hb_blob_t *head_blob = Sanitizer<head>::sanitize (face->reference_table (HB_OT_TAG_head));
110 loca_blob = Sanitizer<loca>::sanitize (face->reference_table (HB_OT_TAG_loca));
112 glyf_blob = Sanitizer<glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
hb-face-private.hh 69 inline hb_blob_t *reference_table (hb_tag_t tag) const function in struct:hb_face_t
hb-ot-hmtx-table.hh 77 hb_blob_t *os2_blob = Sanitizer<os2>::sanitize (face->reference_table (T::os2Tag));
90 hb_blob_t *_hea_blob = Sanitizer<_hea>::sanitize (face->reference_table (T::headerTag));
104 blob = Sanitizer<hmtxvmtx>::sanitize (face->reference_table (T::tableTag));
122 var_blob = Sanitizer<HVARVVAR>::sanitize (face->reference_table (T::variationsTag));
hb-face.cc 335 return face->reference_table (tag);
351 return face->reference_table (HB_TAG_NONE);
427 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
471 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
hb-ot-cbdt-table.hh 382 cblc_blob = Sanitizer<CBLC>::sanitize (face->reference_table (HB_OT_TAG_CBLC));
383 cbdt_blob = Sanitizer<CBDT>::sanitize (face->reference_table (HB_OT_TAG_CBDT));
hb-graphite2.cc 72 blob = face_data->face->reference_table (tag);
97 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
hb-ot-post-table.hh 89 blob = Sanitizer<post>::sanitize (face->reference_table (HB_OT_TAG_post));
hb-ft.cc 477 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
529 face = hb_face_create_for_tables (reference_table, ft_face, destroy);
hb-ot-kern-table.hh 363 blob = Sanitizer<kern>::sanitize (face->reference_table (HB_OT_TAG_kern));
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));
    [all...]
hb-coretext.cc 67 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
270 return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), _hb_cg_font_release);
    [all...]
hb-ot-cmap-table.hh 511 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap));
hb-open-type-private.hh 1157 hb_blob_t *blob_ = OT::Sanitizer<T>::sanitize (face->reference_table (T::tableTag));

Completed in 296 milliseconds