Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.cpp91 if (SkiaPathEffect* skPathEffectImpl = pe->GetImpl<SkiaPathEffect>()) { in PenToSkPaint() local
92 paint.setPathEffect(skPathEffectImpl->GetPathEffect()); in PenToSkPaint()
165 if (SkiaPathEffect* skPathEffectImpl = pe->GetImpl<SkiaPathEffect>()) { in ApplyStrokeParam() local
166 skPaint.setPathEffect(skPathEffectImpl->GetPathEffect()); in ApplyStrokeParam()