HomeSort by relevance Sort by last modified time
    Searched refs:HB_FONT_FUNC_IMPLEMENT (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 46 HB_FONT_FUNC_IMPLEMENT (glyph) \
47 HB_FONT_FUNC_IMPLEMENT (glyph_h_advance) \
48 HB_FONT_FUNC_IMPLEMENT (glyph_v_advance) \
49 HB_FONT_FUNC_IMPLEMENT (glyph_h_origin) \
50 HB_FONT_FUNC_IMPLEMENT (glyph_v_origin) \
51 HB_FONT_FUNC_IMPLEMENT (glyph_h_kerning) \
52 HB_FONT_FUNC_IMPLEMENT (glyph_v_kerning) \
53 HB_FONT_FUNC_IMPLEMENT (glyph_extents) \
54 HB_FONT_FUNC_IMPLEMENT (glyph_contour_point) \
55 HB_FONT_FUNC_IMPLEMENT (glyph_name)
    [all...]
hb-font.cc 227 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil,
229 #undef HB_FONT_FUNC_IMPLEMENT
264 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \
267 #undef HB_FONT_FUNC_IMPLEMENT
306 #define HB_FONT_FUNC_IMPLEMENT(name) \
335 #undef HB_FONT_FUNC_IMPLEMENT
hb-ft.cc 277 #define HB_FONT_FUNC_IMPLEMENT(name) hb_ft_get_##name,
279 #undef HB_FONT_FUNC_IMPLEMENT

Completed in 388 milliseconds