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

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

Completed in 163 milliseconds