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.hh43 HB_FONT_FUNC_IMPLEMENT (font_h_extents) \
44 HB_FONT_FUNC_IMPLEMENT (font_v_extents) \
45 HB_FONT_FUNC_IMPLEMENT (nominal_glyph) \
46 HB_FONT_FUNC_IMPLEMENT (nominal_glyphs) \
47 HB_FONT_FUNC_IMPLEMENT (variation_glyph) \
48 HB_FONT_FUNC_IMPLEMENT (glyph_h_advance) \
49 HB_FONT_FUNC_IMPLEMENT (glyph_v_advance) \
50 HB_FONT_FUNC_IMPLEMENT (glyph_h_advances) \
51 HB_FONT_FUNC_IMPLEMENT (glyph_v_advances) \
52 HB_FONT_FUNC_IMPLEMENT (glyph_h_origin) \
[all …]
Dhb-font.cc477 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
479 #undef HB_FONT_FUNC_IMPLEMENT
482 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
484 #undef HB_FONT_FUNC_IMPLEMENT
488 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil, macro
490 #undef HB_FONT_FUNC_IMPLEMENT
499 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
501 #undef HB_FONT_FUNC_IMPLEMENT
504 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
506 #undef HB_FONT_FUNC_IMPLEMENT
[all …]