Home
last modified time | relevance | path

Searched refs:HB_FONT_FUNC_IMPLEMENT (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font-private.hh45 HB_FONT_FUNC_IMPLEMENT (font_h_extents) \
46 HB_FONT_FUNC_IMPLEMENT (font_v_extents) \
47 HB_FONT_FUNC_IMPLEMENT (nominal_glyph) \
48 HB_FONT_FUNC_IMPLEMENT (variation_glyph) \
49 HB_FONT_FUNC_IMPLEMENT (glyph_h_advance) \
50 HB_FONT_FUNC_IMPLEMENT (glyph_v_advance) \
51 HB_FONT_FUNC_IMPLEMENT (glyph_h_origin) \
52 HB_FONT_FUNC_IMPLEMENT (glyph_v_origin) \
53 HB_FONT_FUNC_IMPLEMENT (glyph_h_kerning) \
54 HB_FONT_FUNC_IMPLEMENT (glyph_v_kerning) \
[all …]
Dhb-font.cc358 #define HB_FONT_FUNC_IMPLEMENT(name) NULL, macro
360 #undef HB_FONT_FUNC_IMPLEMENT
363 #define HB_FONT_FUNC_IMPLEMENT(name) NULL, macro
365 #undef HB_FONT_FUNC_IMPLEMENT
369 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil, macro
371 #undef HB_FONT_FUNC_IMPLEMENT
381 #define HB_FONT_FUNC_IMPLEMENT(name) NULL, macro
383 #undef HB_FONT_FUNC_IMPLEMENT
386 #define HB_FONT_FUNC_IMPLEMENT(name) NULL, macro
388 #undef HB_FONT_FUNC_IMPLEMENT
[all …]