OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MakeDotEffect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
texteffects.cpp
98
static SkPathEffect*
MakeDotEffect
(SkScalar radius, const SkMatrix& matrix) {
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/
SampleSlides.cpp
562
static SkPathEffect*
MakeDotEffect
(SkScalar radius, const SkMatrix& matrix) {
573
p.setPathEffect(
MakeDotEffect
(SK_Scalar1*4, lattice))->unref();
584
p.setPathEffect(
MakeDotEffect
(SK_Scalar1*2, lattice))->unref();
Completed in 70 milliseconds