Home
last modified time | relevance | path

Searched refs:HB_SHAPER_IMPLEMENT (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shaper-list.hh35 HB_SHAPER_IMPLEMENT (graphite2)
38 HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */
41 HB_SHAPER_IMPLEMENT (uniscribe)
44 HB_SHAPER_IMPLEMENT (directwrite)
47 HB_SHAPER_IMPLEMENT (coretext)
51 HB_SHAPER_IMPLEMENT (coretext_aat)
55 HB_SHAPER_IMPLEMENT (fallback) /* <--- This should be last. */
Dhb-shaper.hh39 #define HB_SHAPER_IMPLEMENT(name) \ macro
42 #undef HB_SHAPER_IMPLEMENT
61 #define HB_SHAPER_IMPLEMENT(Shaper) \ macro
64 #undef HB_SHAPER_IMPLEMENT
114 #define HB_SHAPER_IMPLEMENT(shaper) shaper.init0 (); in init0() macro
116 #undef HB_SHAPER_IMPLEMENT in init0()
120 #define HB_SHAPER_IMPLEMENT(shaper) shaper.fini (); in fini() macro
122 #undef HB_SHAPER_IMPLEMENT in fini()
126 #define HB_SHAPER_IMPLEMENT(shaper) \ macro
131 #undef HB_SHAPER_IMPLEMENT
Dhb-shape-plan.cc103 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro
107 #undef HB_SHAPER_IMPLEMENT in init()
115 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro
119 #undef HB_SHAPER_IMPLEMENT in init()
395 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_execute() macro
399 #undef HB_SHAPER_IMPLEMENT in hb_shape_plan_execute()
Dhb-face.hh43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); macro
45 #undef HB_SHAPER_IMPLEMENT
Dhb-shaper.cc33 #define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##_shape}, macro
35 #undef HB_SHAPER_IMPLEMENT
Dhb-font.hh99 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, font); macro
101 #undef HB_SHAPER_IMPLEMENT