Searched refs:face_data (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-graphite2.cc | 62 hb_graphite2_shaper_face_data_t *face_data = (hb_graphite2_shaper_face_data_t *) data; in hb_graphite2_get_table() local 63 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() 75 blob = face_data->face->reference_table (tag); in hb_graphite2_get_table() 87 p->next = face_data->tlist; in hb_graphite2_get_table() 88 face_data->tlist = p; in hb_graphite2_get_table() 166 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_graphite2_shaper_font_data_create() local 168 …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 | 98 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font() local 99 return face_data->cg_font; in hb_coretext_face_get_cg_font() 121 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shaper_font_data_create() local 123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create()
|
D | hb-uniscribe.cc | 496 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font() local 498 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName)); in populate_log_font() 598 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local 600 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()
|
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 63 hb_graphite2_shaper_face_data_t *face_data = (hb_graphite2_shaper_face_data_t *) data; in hb_graphite2_get_table() local 64 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() 76 blob = face_data->face->reference_table (tag); in hb_graphite2_get_table() 88 p->next = face_data->tlist; in hb_graphite2_get_table() 89 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 | 98 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font() local 99 return face_data->cg_font; in hb_coretext_face_get_cg_font() 121 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shaper_font_data_create() local 123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create() 181 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape() local
|
D | hb-uniscribe.cc | 241 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local
|