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 | 259 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font() local 260 return face_data->cg_font; in hb_coretext_face_get_cg_font() 308 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_font_get_ct_font() local 309 return face_data->ct_font; in hb_coretext_font_get_ct_font() 541 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape() local 543 CGFloat ct_font_size = CTFontGetSize (face_data->ct_font); in _hb_coretext_shape() 677 range->font = CTFontCreateCopyWithAttributes (face_data->ct_font, 0.0, NULL, font_desc); in _hb_coretext_shape() 834 kCTFontAttributeName, face_data->ct_font); in _hb_coretext_shape() 927 if (!CFEqual (run_ct_font, face_data->ct_font)) in _hb_coretext_shape() 965 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() 616 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local 618 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()
|
D | hb-directwrite.cc | 554 hb_directwrite_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_directwrite_shape_full() local 556 IDWriteFactory *dwriteFactory = face_data->dwriteFactory; in _hb_directwrite_shape_full() 557 IDWriteFontFace *fontFace = face_data->fontFace; in _hb_directwrite_shape_full()
|