Searched refs:face_data (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/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() 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()
|
D | hb-coretext.cc | 132 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() 155 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shaper_font_data_create() local 157 data->ct_font = CTFontCreateWithGraphicsFont (face_data, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create() 431 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape() local 840 matched = CFEqual (run_cg_font, face_data); in _hb_coretext_shape()
|
D | hb-uniscribe.cc | 494 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font() local 496 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName)); in populate_log_font() 596 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local 598 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()
|
/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() 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()
|
D | hb-coretext.cc | 137 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font() local 138 return face_data->cg_font; in hb_coretext_face_get_cg_font() 160 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shaper_font_data_create() local 162 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create() 436 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape() local 701 if (!CFEqual (run_cg_font, face_data->cg_font)) in _hb_coretext_shape()
|
D | hb-uniscribe.cc | 493 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font() local 495 memcpy (lf->lfFaceName, face_data->face_name, sizeof (lf->lfFaceName)); in populate_log_font() 595 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape() local 597 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()
|