Searched refs:reference_table (Results 1 – 8 of 8) sorted by relevance
72 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag)); in init()85 hb_blob_t *_hea_blob = OT::Sanitizer<OT::_hea>::sanitize (face->reference_table (_hea_tag)); in init()99 this->blob = OT::Sanitizer<OT::hmtxvmtx>::sanitize (face->reference_table (_mtx_tag)); in init()117 this->var_blob = OT::Sanitizer<OT::HVARVVAR>::sanitize (face->reference_table (_var_tag)); in init()158 … hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head)); in init()169 this->loca_blob = OT::Sanitizer<OT::loca>::sanitize (face->reference_table (HB_OT_TAG_loca)); in init()171 this->glyf_blob = OT::Sanitizer<OT::glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf)); in init()233 cblc_blob = OT::Sanitizer<OT::CBLC>::sanitize (face->reference_table (HB_OT_TAG_CBLC)); in init()234 cbdt_blob = OT::Sanitizer<OT::CBDT>::sanitize (face->reference_table (HB_OT_TAG_CBDT)); in init()350 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap)); in init()
333 return face->reference_table (tag); in hb_face_reference_table()349 return face->reference_table (HB_TAG_NONE); in hb_face_reference_blob()425 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head)); in load_upem()469 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp)); in load_num_glyphs()
69 inline hb_blob_t *reference_table (hb_tag_t tag) const in reference_table() function
73 blob = face_data->face->reference_table (tag); in hb_graphite2_get_table()98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF); in _hb_graphite2_shaper_face_data_create()
48 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in reference_table() function68 …return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGF… in hb_coretext_face_create()1234 hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT); in _hb_coretext_aat_shaper_face_data_create()1240 mort_blob = face->reference_table (HB_CORETEXT_TAG_MORX); in _hb_coretext_aat_shaper_face_data_create()
482 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in reference_table() function534 face = hb_face_create_for_tables (reference_table, ft_face, destroy); in hb_ft_face_create()
51 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in HB_SHAPER_DATA_ENSURE_DECLARE()54 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); in HB_SHAPER_DATA_ENSURE_DECLARE()57 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS)); in HB_SHAPER_DATA_ENSURE_DECLARE()
1141 hb_blob_t *blob_ = OT::Sanitizer<T>::sanitize (face->reference_table (T::tableTag)); in get()