Home
last modified time | relevance | path

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

/external/skia/samplecode/
DClockFaceView.cpp69 class Dot2DPathEffect : public Sk2DPathEffect { class
71 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix, in Dot2DPathEffect() function in Dot2DPathEffect
75 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()
DSampleAll.cpp160 class Dot2DPathEffect : public Sk2DPathEffect { class
162 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) in Dot2DPathEffect() function in Dot2DPathEffect
165 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()