Home
last modified time | relevance | path

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 Dpath_effect.h27 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 Dpath_effect_impl.h32 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 Dpath_effect_test.cpp77 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 Dpatheffect_fuzzer.cpp48 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 Dpath_effect.cpp31 …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 Ddrawing.h117 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 Dskia_path_effect.h39 …void InitWithPathDash(const Path& path, scalar advance, scalar phase, PathDashStyle style) overrid…
H A Dskia_path_effect.cpp42 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 Dskia_path_effect_test.cpp52 skiaPathEffect.InitWithPathDash(path, advance, phase, PathDashStyle::TRANSLATE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Ddrawing.h57 using RSPathDashStyle = RSDrawing::PathDashStyle;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp279 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 Drs_border.cpp255 Drawing::PathDashStyle::ROTATE)); in SetBorderEffect()