Searched refs:Dot2DPathEffect (Results 1 – 2 of 2) sorted by relevance
69 class Dot2DPathEffect : public Sk2DPathEffect { class71 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix, in Dot2DPathEffect() function in Dot2DPathEffect75 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)105 SkFlattenable* Dot2DPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()108 return new Dot2DPathEffect(buffer.readScalar(), matrix, nullptr); in CreateProc()140 return new Dot2DPathEffect(rad, lattice, pts); in makepe()
160 class Dot2DPathEffect : public Sk2DPathEffect { class162 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) in Dot2DPathEffect() function in Dot2DPathEffect165 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)187 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref(); in r7()197 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref(); in r8()