Home | History | Annotate | Download | only in src

Lines Matching refs:face

38 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, face)
43 * shaper face data
53 hb_face_t *face;
73 blob = face_data->face->reference_table (tag);
96 _hb_graphite2_shaper_face_data_create (hb_face_t *face)
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
112 data->face = face;
142 hb_graphite2_face_get_gr_face (hb_face_t *face)
144 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) return NULL;
145 return HB_SHAPER_DATA_GET (face)->grface;
161 if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL;
163 hb_face_t *face = font->face;
164 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face);
222 hb_face_t *face = font->face;
223 gr_face *grface = HB_SHAPER_DATA_GET (face)->grface;