Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DClockFaceView.cpp27 class Dot2DPathEffect : public Sk2DPathEffect { class
29 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix, in Dot2DPathEffect() function in Dot2DPathEffect
33 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
38 Dot2DPathEffect::CreateProc, in Registrar()
39 Dot2DPathEffect::GetFlattenableType()); in Registrar()
70 static Dot2DPathEffect::Registrar gReg0;
72 sk_sp<SkFlattenable> Dot2DPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()
75 return sk_make_sp<Dot2DPathEffect>(buffer.readScalar(), matrix, nullptr); in CreateProc()
109 return sk_make_sp<Dot2DPathEffect>(rad, lattice, pts); in makepe()
DSampleAll.cpp38 class Dot2DPathEffect : public Sk2DPathEffect { class
40 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) in Dot2DPathEffect() function in Dot2DPathEffect
43 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
/external/skia/samplecode/
DClockFaceView.cpp27 class Dot2DPathEffect : public Sk2DPathEffect { class
29 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix, in Dot2DPathEffect() function in Dot2DPathEffect
33 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
38 Dot2DPathEffect::CreateProc, in Registrar()
39 Dot2DPathEffect::GetFlattenableType()); in Registrar()
70 static Dot2DPathEffect::Registrar gReg0;
72 sk_sp<SkFlattenable> Dot2DPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()
75 return sk_make_sp<Dot2DPathEffect>(buffer.readScalar(), matrix, nullptr); in CreateProc()
109 return sk_make_sp<Dot2DPathEffect>(rad, lattice, pts); in makepe()
DSampleAll.cpp38 class Dot2DPathEffect : public Sk2DPathEffect { class
40 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix) in Dot2DPathEffect() function in Dot2DPathEffect
43 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)