/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-shaper.hh | 72 #define HB_SHAPER_DATA_TYPE(shaper, object) hb_##shaper##_##object##_data_t argument 73 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create argument 74 #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destroy argument 76 #define HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, object) \ argument 114 #define HB_SHAPER_IMPLEMENT(shaper) shaper.init0 (); in init0() argument 120 #define HB_SHAPER_IMPLEMENT(shaper) shaper.fini (); in fini() argument 126 #define HB_SHAPER_IMPLEMENT(shaper) \ argument
|
D | hb-shape-plan.cc | 97 #define HB_SHAPER_PLAN(shaper) \ in init() argument 112 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() argument 124 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() argument 413 #define HB_SHAPER_EXECUTE(shaper) \ in _hb_shape_plan_execute_internal() argument 421 #define HB_SHAPER_IMPLEMENT(shaper) \ in _hb_shape_plan_execute_internal() argument
|
D | hb-face.hh | 43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); argument
|
D | hb-ot-shape.hh | 64 const struct hb_ot_complex_shaper_t *shaper; member 161 const struct hb_ot_complex_shaper_t *shaper; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-shaper.hh | 72 #define HB_SHAPER_DATA_TYPE(shaper, object) hb_##shaper##_##object##_data_t argument 73 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create argument 74 #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destroy argument 76 #define HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, object) \ argument 114 #define HB_SHAPER_IMPLEMENT(shaper) shaper.init0 (); in init0() argument 120 #define HB_SHAPER_IMPLEMENT(shaper) shaper.fini (); in fini() argument 126 #define HB_SHAPER_IMPLEMENT(shaper) \ argument
|
D | hb-shape-plan.cc | 88 #define HB_SHAPER_PLAN(shaper) \ in init() argument 103 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() argument 115 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() argument 387 #define HB_SHAPER_EXECUTE(shaper) \ in hb_shape_plan_execute() argument 395 #define HB_SHAPER_IMPLEMENT(shaper) \ in hb_shape_plan_execute() argument
|
D | hb-ot-shape.hh | 64 const struct hb_ot_complex_shaper_t *shaper; member 129 const struct hb_ot_complex_shaper_t *shaper; member
|
D | hb-face.hh | 43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); argument
|
/third_party/harfbuzz/src/ |
D | hb-shaper.hh | 72 #define HB_SHAPER_DATA_TYPE(shaper, object) hb_##shaper##_##object##_data_t argument 73 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create argument 74 #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destroy argument 76 #define HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, object) \ argument 114 #define HB_SHAPER_IMPLEMENT(shaper) shaper.init0 (); in init0() argument 120 #define HB_SHAPER_IMPLEMENT(shaper) shaper.fini (); in fini() argument 126 #define HB_SHAPER_IMPLEMENT(shaper) \ argument
|
D | hb-shape-plan.cc | 97 #define HB_SHAPER_PLAN(shaper) \ in init() argument 112 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() argument 124 #define HB_SHAPER_IMPLEMENT(shaper) \ in init() argument 413 #define HB_SHAPER_EXECUTE(shaper) \ in _hb_shape_plan_execute_internal() argument 421 #define HB_SHAPER_IMPLEMENT(shaper) \ in _hb_shape_plan_execute_internal() argument
|
D | hb-face.hh | 43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); argument
|
D | hb-ot-shape.hh | 64 const struct hb_ot_complex_shaper_t *shaper; member 160 const struct hb_ot_complex_shaper_t *shaper; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsshape.c | 64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
|
/third_party/harfbuzz/util/ |
D | shape-consumer.hh | 93 shape_options_t shaper; member
|
D | hb-ot-shape-closure.cc | 106 shape_options_t shaper; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | shape-consumer.hh | 93 shape_options_t shaper; member
|
D | hb-ot-shape-closure.cc | 106 shape_options_t shaper; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11shape.c | 90 X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in X11_SetWindowShape()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_shape.c | 72 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-ot-shape-closure.cc | 109 shape_options_t shaper; member
|
D | shape-options.hh | 326 for (char **shaper = shapers; *shaper; shaper++) in parse_shapers() local 356 for (const char **shaper = hb_shape_list_shapers (); *shaper; shaper++) in list_shapers() local
|
/third_party/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 144 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { in WriteLine() 214 std::unique_ptr<SkShaper> shaper = SkShaper::Make(); in main() local
|
/third_party/flutter/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 141 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { in WriteLine() 211 std::unique_ptr<SkShaper> shaper = SkShaper::Make(); in main() local
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/shaping/ |
D | ArabicShapingSample.java | 161 ArabicShaping shaper = new ArabicShaping(options); in main() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ |
D | DataDrivenArabicShapingRegTest.java | 312 ArabicShaping shaper = null; in TestStandard() local
|