Searched refs:HB_SHAPER_IMPLEMENT (Results 1 – 6 of 6) sorted by relevance
38 HB_SHAPER_IMPLEMENT (graphite2)42 HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */46 HB_SHAPER_IMPLEMENT (uniscribe)49 HB_SHAPER_IMPLEMENT (directwrite)52 HB_SHAPER_IMPLEMENT (coretext)56 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
105 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro109 #undef HB_SHAPER_IMPLEMENT in init()117 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro121 #undef HB_SHAPER_IMPLEMENT in init()405 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_execute() macro409 #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