Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-graphite2.cc68 hb_graphite2_face_data_t *face_data = (hb_graphite2_face_data_t *) data; in hb_graphite2_get_table() local
69 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table()
81 blob = face_data->face->reference_table (tag); in hb_graphite2_get_table()
92 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table()
95 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table()
107 hb_graphite2_face_data_t *face_data = (hb_graphite2_face_data_t *) data; in hb_graphite2_release_table() local
108 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_release_table()
117 face_data->tlist.cmpexch(tlist, curr->next); in hb_graphite2_release_table()
Dhb-directwrite.cc518 const hb_directwrite_face_data_t *face_data = face->data.directwrite; in _hb_directwrite_shape_full() local
520 IDWriteFactory *dwriteFactory = face_data->dwriteFactory; in _hb_directwrite_shape_full()
521 IDWriteFontFace *fontFace = face_data->fontFace; in _hb_directwrite_shape_full()
Dhb-uniscribe.cc606 const hb_uniscribe_face_data_t *face_data = face->data.uniscribe; in _hb_uniscribe_shape() local
608 hb_uniscribe_shaper_funcs_t *funcs = face_data->funcs; in _hb_uniscribe_shape()
Dhb-coretext.cc316 const hb_coretext_face_data_t *face_data = face->data.coretext; in _hb_coretext_shaper_font_data_create() local
317 if (unlikely (!face_data)) return nullptr; in _hb_coretext_shaper_font_data_create()