Home
last modified time | relevance | path

Searched refs:face_data (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc60 hb_graphite2_shaper_face_data_t *face_data = (hb_graphite2_shaper_face_data_t *) data; in hb_graphite2_get_table() local
61 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table()
73 blob = face_data->face->reference_table (tag); in hb_graphite2_get_table()
85 p->next = face_data->tlist; in hb_graphite2_get_table()
86 face_data->tlist = p; in hb_graphite2_get_table()
164 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_graphite2_shaper_font_data_create() local
166 …return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->gr… in _hb_graphite2_shaper_font_data_create()
Dhb-coretext.cc132 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font() local
133 return face_data; in hb_coretext_face_get_cg_font()
156 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shaper_font_data_create() local
168 data->ct_font = CTFontCreateWithGraphicsFont (face_data, font_size, NULL, NULL); in _hb_coretext_shaper_font_data_create()
442 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape() local
851 matched = CFEqual (run_cg_font, face_data); in _hb_coretext_shape()
Dhb-uniscribe.cc500 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font() local
502 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName)); in populate_log_font()
602 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local
604 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()