Home
last modified time | relevance | path

Searched defs:shaper (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-shaper.hh72 #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
Dhb-shape-plan.cc97 #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
Dhb-face.hh43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); argument
Dhb-ot-shape.hh64 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/
Dhb-shaper.hh72 #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
Dhb-shape-plan.cc88 #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
Dhb-ot-shape.hh64 const struct hb_ot_complex_shaper_t *shaper; member
129 const struct hb_ot_complex_shaper_t *shaper; member
Dhb-face.hh43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); argument
/third_party/harfbuzz/src/
Dhb-shaper.hh72 #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
Dhb-shape-plan.cc97 #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
Dhb-face.hh43 #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_INSTANTIATE_SHAPERS(shaper, face); argument
Dhb-ot-shape.hh64 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/
DSDL_windowsshape.c64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape()
/third_party/harfbuzz/util/
Dshape-consumer.hh93 shape_options_t shaper; member
Dhb-ot-shape-closure.cc106 shape_options_t shaper; member
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dshape-consumer.hh93 shape_options_t shaper; member
Dhb-ot-shape-closure.cc106 shape_options_t shaper; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11shape.c90 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/
DSDL_DirectFB_shape.c72 DirectFB_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode… in DirectFB_SetWindowShape()
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-ot-shape-closure.cc109 shape_options_t shaper; member
Dshape-options.hh326 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/
Dusing_skia_and_harfbuzz.cpp144 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/
Dusing_skia_and_harfbuzz.cpp141 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/
DArabicShapingSample.java161 ArabicShaping shaper = new ArabicShaping(options); in main() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
DDataDrivenArabicShapingRegTest.java312 ArabicShaping shaper = null; in TestStandard() local

123