Searched refs:Dot2DPathEffect (Results 1 – 4 of 4) sorted by relevance
/external/skia/samplecode/ |
D | ClockFaceView.cpp | 69 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) 93 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { in Dot2DPathEffect() function in Dot2DPathEffect 133 return new Dot2DPathEffect(rad, lattice, pts); in makepe()
|
D | SampleAll.cpp | 163 class Dot2DPathEffect : public Sk2DPathEffect { class 165 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) in Dot2DPathEffect() function in Dot2DPathEffect 168 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect) 175 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { in Dot2DPathEffect() function in Dot2DPathEffect 193 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref(); in r7() 203 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref(); in r8()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | ClockFaceView.cpp | 69 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) 93 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { in Dot2DPathEffect() function in Dot2DPathEffect 133 return new Dot2DPathEffect(rad, lattice, pts); in makepe()
|
D | SampleAll.cpp | 163 class Dot2DPathEffect : public Sk2DPathEffect { class 165 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) in Dot2DPathEffect() function in Dot2DPathEffect 168 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect) 175 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { in Dot2DPathEffect() function in Dot2DPathEffect 193 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref(); in r7() 203 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref(); in r8()
|