Home
last modified time | relevance | path

Searched refs:HB_SHAPER_DATA_GET (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc145 return HB_SHAPER_DATA_GET (face)->grface; in hb_graphite2_face_get_gr_face()
164 hb_graphite2_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_graphite2_shaper_font_data_create()
179 return HB_SHAPER_DATA_GET (font); in hb_graphite2_font_get_gr_font()
223 gr_face *grface = HB_SHAPER_DATA_GET (face)->grface; in _hb_graphite2_shape()
224 gr_font *grfont = HB_SHAPER_DATA_GET (font); in _hb_graphite2_shape()
Dhb-shaper-impl-private.hh39 #define HB_SHAPER_DATA_GET(object) HB_SHAPER_DATA (HB_SHAPER, object) macro
Dhb-uniscribe.cc500 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in populate_log_font()
556 hb_uniscribe_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font); in hb_uniscribe_font_get_logfontw()
564 hb_uniscribe_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font); in hb_uniscribe_font_get_hfont()
602 hb_uniscribe_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_uniscribe_shape()
603 hb_uniscribe_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font); in _hb_uniscribe_shape()
Dhb-coretext.cc132 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in hb_coretext_face_get_cg_font()
156 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shaper_font_data_create()
209 hb_coretext_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font); in hb_coretext_font_get_ct_font()
442 hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face); in _hb_coretext_shape()
443 hb_coretext_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font); in _hb_coretext_shape()
Dhb-ot-shape.cc732 …hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, nu… in _hb_ot_shape()
745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()