Searched refs:HB_SHAPER_IMPLEMENT (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-shaper-list.hh | 35 HB_SHAPER_IMPLEMENT (graphite2) 39 HB_SHAPER_IMPLEMENT (coretext_aat) 43 HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */ 47 HB_SHAPER_IMPLEMENT (uniscribe) 50 HB_SHAPER_IMPLEMENT (directwrite) 53 HB_SHAPER_IMPLEMENT (coretext) 57 HB_SHAPER_IMPLEMENT (fallback) /* <--- This should be last. */
|
D | hb-shape-plan.cc | 38 #define HB_SHAPER_IMPLEMENT(shaper) \ macro 42 #undef HB_SHAPER_IMPLEMENT 73 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_plan() macro 77 #undef HB_SHAPER_IMPLEMENT in hb_shape_plan_plan() 82 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_plan() macro 86 #undef HB_SHAPER_IMPLEMENT in hb_shape_plan_plan() 180 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, in hb_shape_plan_get_empty() macro 182 #undef HB_SHAPER_IMPLEMENT in hb_shape_plan_get_empty() 218 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_DESTROY(shaper, shape_plan); in hb_shape_plan_destroy() macro 220 #undef HB_SHAPER_IMPLEMENT in hb_shape_plan_destroy() [all …]
|
D | hb-shaper-private.hh | 38 #define HB_SHAPER_IMPLEMENT(name) \ macro 41 #undef HB_SHAPER_IMPLEMENT 54 #define HB_SHAPER_IMPLEMENT(shaper) void *shaper; macro 56 #undef HB_SHAPER_IMPLEMENT
|
D | hb-shape-plan-private.hh | 56 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan); macro 58 #undef HB_SHAPER_IMPLEMENT
|
D | hb-face.cc | 61 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, macro 63 #undef HB_SHAPER_IMPLEMENT 238 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_DESTROY(shaper, face); in hb_face_destroy() macro 240 #undef HB_SHAPER_IMPLEMENT in hb_face_destroy()
|
D | hb-face-private.hh | 101 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, face); macro 103 #undef HB_SHAPER_IMPLEMENT
|
D | hb-shaper.cc | 33 #define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##_shape}, macro 35 #undef HB_SHAPER_IMPLEMENT
|
D | hb-font.cc | 1203 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INVALID, in hb_font_get_empty() macro 1205 #undef HB_SHAPER_IMPLEMENT in hb_font_get_empty() 1241 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_DESTROY(shaper, font); in hb_font_destroy() macro 1243 #undef HB_SHAPER_IMPLEMENT in hb_font_destroy()
|
D | hb-font-private.hh | 512 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, font); macro 514 #undef HB_SHAPER_IMPLEMENT
|