Searched defs:PathEffect (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | path_effect.cpp | 25 PathEffect::PathEffect(PathEffectType t, const scalar intervals[], int count, scalar phase) noexcep… in PathEffect() function in OHOS::Rosen::Drawing::PathEffect 31 PathEffect::PathEffect(PathEffectType t, const Path& path, scalar advance, scalar phase, PathDashSt… in PathEffect() function in OHOS::Rosen::Drawing::PathEffect 38 PathEffect::PathEffect(PathEffectType t, scalar radius) noexcept : PathEffect() in PathEffect() function in OHOS::Rosen::Drawing::PathEffect 44 PathEffect::PathEffect(PathEffectType t, scalar segLength, scalar dev, uint32_t seedAssist) noexcep… in PathEffect() function in OHOS::Rosen::Drawing::PathEffect 50 PathEffect::PathEffect(PathEffectType t, PathEffect& e1, PathEffect& e2) noexcept : PathEffect() in PathEffect() function in OHOS::Rosen::Drawing::PathEffect 60 PathEffect::PathEffect() noexcept in PathEffect() function in OHOS::Rosen::Drawing::PathEffect 64 PathEffect::PathEffect(PathEffectType t) noexcept in PathEffect() function in OHOS::Rosen::Drawing::PathEffect
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | path_effect_impl.h | 31 class PathEffect; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/ |
H A D | pen_fuzzer.cpp | 190 … OH_Drawing_PathEffect* PathEffect = OH_Drawing_CreateDashPathEffect(intervals, size_path, phase); in PenFuzzTest003() local
|