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.cc475 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
477 #undef HB_FONT_FUNC_IMPLEMENT
480 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
482 #undef HB_FONT_FUNC_IMPLEMENT
486 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil, macro
488 #undef HB_FONT_FUNC_IMPLEMENT
497 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
499 #undef HB_FONT_FUNC_IMPLEMENT
502 #define HB_FONT_FUNC_IMPLEMENT(name) nullptr, macro
504 #undef HB_FONT_FUNC_IMPLEMENT
[all …]