Searched refs:PathDashStyle (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | path_effect.h | 27 enum class PathDashStyle { enum 67 const Path& path, scalar advance, scalar phase, PathDashStyle style); 124 …PathEffect(PathEffectType t, const Path& path, scalar advance, scalar phase, PathDashStyle style) …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | path_effect_impl.h | 32 enum class PathDashStyle; variable 39 …virtual void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style)…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | path_effect_test.cpp | 77 auto pathEffect = PathEffect::CreatePathDashEffect(path, 1.1f, 1.5f, PathDashStyle::TRANSLATE); 91 auto pathEffect = PathEffect::CreatePathDashEffect(path, 1.5f, 1.0f, PathDashStyle::TRANSLATE); 226 …ffect = std::make_unique<PathEffect>(pathEffectType, path, 21.0f, 21.5f, PathDashStyle::TRANSLATE); 243 …auto pathEffect = std::make_unique<PathEffect>(pathEffectType, path, 1.0f, 1.5f, PathDashStyle::RO…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/ |
H A D | patheffect_fuzzer.cpp | 48 PathEffect::CreatePathDashEffect(path, advance, phase, static_cast<PathDashStyle>(style)); in PathEffectFuzzTest() 71 PathEffect(type, path, advance, phase, static_cast<PathDashStyle>(style)); in PathEffectFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | path_effect.cpp | 31 …ect(PathEffectType t, const Path& path, scalar advance, scalar phase, PathDashStyle style) noexcept in PathEffect() 79 const Path& path, scalar advance, scalar phase, PathDashStyle style) in CreatePathDashEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing.h | 117 using RSPathDashStyle = Rosen::Drawing::PathDashStyle; 141 using RSPathDashStyle = rosen::PathDashStyle; 174 using RSPathDashStyle = Rosen::Drawing::PathDashStyle;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_path_effect.h | 39 …void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) overrid…
|
H A D | skia_path_effect.cpp | 42 void SkiaPathEffect::InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle… in InitWithPathDash()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_path_effect_test.cpp | 52 skiaPathEffect.InitWithPathDash(path, advance, phase, PathDashStyle::TRANSLATE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | drawing.h | 57 using RSPathDashStyle = RSDrawing::PathDashStyle;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | pen_test.cpp | 279 pen.SetPathEffect(PathEffect::CreatePathDashEffect(shapePath, 20, 0, PathDashStyle::MORPH)); in TestPenPathEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_border.cpp | 255 Drawing::PathDashStyle::ROTATE)); in SetBorderEffect()
|