Searched refs:Dot2DPathEffect (Results 1 – 4 of 4) sorted by relevance
/external/skqp/samplecode/ |
D | ClockFaceView.cpp | 27 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()
|
D | SampleAll.cpp | 38 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/ |
D | ClockFaceView.cpp | 27 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()
|
D | SampleAll.cpp | 38 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)
|