Home
last modified time | relevance | path

Searched refs:CreateDiscretePathEffect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp62 PathEffect::CreateDiscretePathEffect(segLength, dev, seedAssist); in PathEffectFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dpath_effect.h95 …static std::shared_ptr<PathEffect> CreateDiscretePathEffect(scalar segLength, scalar dev, uint32_t…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp89 std::shared_ptr<PathEffect> PathEffect::CreateDiscretePathEffect(scalar segLength, scalar dev, uint… in CreateDiscretePathEffect() function in OHOS::Rosen::Drawing::PathEffect
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp55 auto pathEffect2 = Drawing::PathEffect::CreateDiscretePathEffect(0, 0); in ConvertDecorStyle()