Searched refs:face_data (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 60 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() 167 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_graphite2_shaper_font_data_create() local 169 …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()
|
D | hb-coretext.cc | 221 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font() local 222 return face_data->cg_font; in hb_coretext_face_get_cg_font() 268 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_font_get_ct_font() local 269 return face_data->ct_font; in hb_coretext_font_get_ct_font() 501 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape() local 503 CGFloat ct_font_size = CTFontGetSize (face_data->ct_font); in _hb_coretext_shape() 637 range->font = CTFontCreateCopyWithAttributes (face_data->ct_font, 0.0, NULL, font_desc); in _hb_coretext_shape() 794 kCTFontAttributeName, face_data->ct_font); in _hb_coretext_shape() 887 if (!CFEqual (run_ct_font, face_data->ct_font)) in _hb_coretext_shape() 925 matched = CFEqual (run_cg_font, face_data->cg_font); in _hb_coretext_shape() [all …]
|
D | hb-uniscribe.cc | 502 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font() local 504 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName)); in populate_log_font() 614 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local 616 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()
|
D | hb-directwrite.cc | 240 hb_directwrite_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font() local 242 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName)); in populate_log_font() 601 hb_directwrite_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_directwrite_shape() local
|