Home
last modified time | relevance | path

Searched defs:HB_SHAPER_IMPLEMENT (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shaper.hh39 #define HB_SHAPER_IMPLEMENT(name) \ macro
61 #define HB_SHAPER_IMPLEMENT(Shaper) \ macro
114 #define HB_SHAPER_IMPLEMENT(shaper) shaper.init0 (); in init0() macro
120 #define HB_SHAPER_IMPLEMENT(shaper) shaper.fini (); in fini() macro
126 #define HB_SHAPER_IMPLEMENT(shaper) \ macro
Dhb-shape-plan.cc103 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro
115 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() macro
395 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_execute() macro
Dhb-shaper.cc33 #define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##_shape}, macro
Dhb-face.hh43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); macro
Dhb-font.hh99 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, font); macro