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

  /external/harfbuzz_ng/src/
hb-font-private.hh 45 HB_FONT_FUNC_IMPLEMENT (glyph) \
46 HB_FONT_FUNC_IMPLEMENT (glyph_h_advance) \
47 HB_FONT_FUNC_IMPLEMENT (glyph_v_advance) \
48 HB_FONT_FUNC_IMPLEMENT (glyph_h_origin) \
49 HB_FONT_FUNC_IMPLEMENT (glyph_v_origin) \
50 HB_FONT_FUNC_IMPLEMENT (glyph_h_kerning) \
51 HB_FONT_FUNC_IMPLEMENT (glyph_v_kerning) \
52 HB_FONT_FUNC_IMPLEMENT (glyph_extents) \
53 HB_FONT_FUNC_IMPLEMENT (glyph_contour_point) \
54 HB_FONT_FUNC_IMPLEMENT (glyph_name)
    [all...]
hb-font.cc 225 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil,
227 #undef HB_FONT_FUNC_IMPLEMENT
298 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \
301 #undef HB_FONT_FUNC_IMPLEMENT
383 #define HB_FONT_FUNC_IMPLEMENT(name) \
412 #undef HB_FONT_FUNC_IMPLEMENT
hb-ot-font.cc 327 #define HB_FONT_FUNC_IMPLEMENT(name) hb_ot_get_##name,
329 #undef HB_FONT_FUNC_IMPLEMENT
hb-ft.cc 293 #define HB_FONT_FUNC_IMPLEMENT(name) hb_ft_get_##name,
295 #undef HB_FONT_FUNC_IMPLEMENT

Completed in 1964 milliseconds