HomeSort by relevance Sort by last modified time
    Searched refs:Dot2DPathEffect (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
ClockFaceView.cpp 68 class Dot2DPathEffect : public Sk2DPathEffect {
70 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix,
74 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
78 SkFlattenable::Register("Dot2DPathEffect",
79 Dot2DPathEffect::CreateProc,
80 Dot2DPathEffect::GetFlattenableType());
111 static Dot2DPathEffect::Registrar gReg0;
113 sk_sp<SkFlattenable> Dot2DPathEffect::CreateProc(SkReadBuffer& buffer) {
116 return sk_make_sp<Dot2DPathEffect>(buffer.readScalar(), matrix, nullptr);
150 return sk_make_sp<Dot2DPathEffect>(rad, lattice, pts)
    [all...]
SampleAll.cpp 158 class Dot2DPathEffect : public Sk2DPathEffect {
160 Dot2DPathEffect(SkScalar radius, const SkMatrix& matrix)
163 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Dot2DPathEffect)
185 p.setPathEffect(sk_make_sp<Dot2DPathEffect>(SK_Scalar1*4, lattice));
195 p.setPathEffect(sk_make_sp<Dot2DPathEffect>(SK_Scalar1*2, lattice));

Completed in 76 milliseconds