Searched refs:Dot2DPathEffect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DClockFaceView.cpp69 class Dot2DPathEffect : public Sk2DPathEffect { class in inherits:Sk2DPathEffect
71 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix, function in class:Dot2DPathEffect
75 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
94 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { function in class:Dot2DPathEffect
112 SkFlattenable* Dot2DPathEffect::CreateProc(SkReadBuffer& buffer) {
115 return SkNEW_ARGS(Dot2DPathEffect, (buffer.readScalar(), matrix, NULL));
148 return new Dot2DPathEffect(rad, lattice, pts);
H A DSampleAll.cpp163 class Dot2DPathEffect : public Sk2DPathEffect { class in inherits:Sk2DPathEffect
165 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) function in class:Dot2DPathEffect
168 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
176 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { function in class:Dot2DPathEffect
195 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
205 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
/external/skia/samplecode/
H A DClockFaceView.cpp69 class Dot2DPathEffect : public Sk2DPathEffect { class in inherits:Sk2DPathEffect
71 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix, function in class:Dot2DPathEffect
75 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
93 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { function in class:Dot2DPathEffect
133 return new Dot2DPathEffect(rad, lattice, pts);
H A DSampleAll.cpp163 class Dot2DPathEffect : public Sk2DPathEffect { class in inherits:Sk2DPathEffect
165 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) function in class:Dot2DPathEffect
168 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
175 Dot2DPathEffect(SkReadBuffer& buffer) : INHERITED(buffer) { function in class:Dot2DPathEffect
193 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
203 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();

Completed in 104 milliseconds