Searched defs:MakeDotEffect (Results 1 - 4 of 4) sorted by last modified time

/external/skia/samplecode/
H A DSampleSlides.cpp562 static SkPathEffect* MakeDotEffect(SkScalar radius, const SkMatrix& matrix) { function
573 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
584 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
/external/skia/gm/
H A Dtexteffects.cpp98 static SkPathEffect* MakeDotEffect(SkScalar radius, const SkMatrix& matrix) { function
108 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
118 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
/external/chromium_org/third_party/skia/gm/
H A Dtexteffects.cpp98 static SkPathEffect* MakeDotEffect(SkScalar radius, const SkMatrix& matrix) { function
108 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
118 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSlides.cpp562 static SkPathEffect* MakeDotEffect(SkScalar radius, const SkMatrix& matrix) { function
573 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
584 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();

Completed in 91 milliseconds