Searched refs:HB_SHAPER_IMPLEMENT (Results 1 – 6 of 6) sorted by relevance
35 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. */
39 #define HB_SHAPER_IMPLEMENT(name) \ macro42 #undef HB_SHAPER_IMPLEMENT61 #define HB_SHAPER_IMPLEMENT(Shaper) \ macro64 #undef HB_SHAPER_IMPLEMENT114 #define HB_SHAPER_IMPLEMENT(shaper) shaper.init0 (); in init0() macro116 #undef HB_SHAPER_IMPLEMENT in init0()120 #define HB_SHAPER_IMPLEMENT(shaper) shaper.fini (); in fini() macro122 #undef HB_SHAPER_IMPLEMENT in fini()126 #define HB_SHAPER_IMPLEMENT(shaper) \ macro131 #undef HB_SHAPER_IMPLEMENT
103 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro107 #undef HB_SHAPER_IMPLEMENT in init()115 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro119 #undef HB_SHAPER_IMPLEMENT in init()395 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_execute() macro399 #undef HB_SHAPER_IMPLEMENT in hb_shape_plan_execute()
43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); macro45 #undef HB_SHAPER_IMPLEMENT
33 #define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##_shape}, macro35 #undef HB_SHAPER_IMPLEMENT
99 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, font); macro101 #undef HB_SHAPER_IMPLEMENT