Searched refs:GetPathEffectPtr (Results 1 – 5 of 5) sorted by relevance
90 if (const PathEffect* pe = pen.GetPathEffectPtr()) { in PenToSkPaint()164 if (const PathEffect* pe = paint.GetPathEffectPtr()) { in ApplyStrokeParam()
268 const PathEffect* GetPathEffectPtr() const;
89 const PathEffect* GetPathEffectPtr() const { return pathEffect_.get(); } in GetPathEffectPtr() function
83 pen.GetPathEffectPtr(); in PenFuzzTestInner03()
192 const PathEffect* Pen::GetPathEffectPtr() const in GetPathEffectPtr() function in OHOS::Rosen::Drawing::Pen