Searched refs:setLooper (Results 1 - 21 of 21) sorted by relevance

/external/skia/src/core/
H A DSkDrawLooper.cpp24 p.setLooper(NULL);
51 p.setLooper(NULL);
H A DSkPaint.cpp351 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { function in class:SkPaint
1997 SkSafeUnref(this->setLooper(buffer.readDrawLooper()));
2010 this->setLooper(NULL);
/external/skia/bench/
H A DBlurRoundRectBench.cpp70 loopedPaint.setLooper(looperBuilder.detachLooper())->unref();
H A DRectoriBench.cpp54 paint.setLooper(this->createLooper(-translate, blurSigma))->unref();
/external/skia/tests/
H A DQuickRejectTest.cpp85 paint.setLooper(new TestLooper)->unref();
H A DPaintTest.cpp150 paint.setLooper(looper)->unref();
297 paint.setLooper(NULL); // Default value, ignored.
/external/skia/gm/
H A Ddrawlooper.cpp45 paint.setLooper(fLooper);
H A Dshadows.cpp102 paint.setLooper(shadowLoopers[i]);
H A Dmegalooper.cpp134 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i]))->unref();
196 paint.setLooper(create4Looper(-kOffsetToOutsideClip-kHalfSquareSize, 0))->unref();
H A Dtilemodes_scaled.cpp114 p.setLooper(fLooper);
155 p.setLooper(fLooper);
H A Dblurroundrect.cpp81 paint.setLooper(looperBuilder.detachLooper())->unref();
H A Dcircles.cpp92 p.setLooper(shadowLooper);
H A Drects.cpp106 p.setLooper(shadowLooper);
H A Dtextbloblooper.cpp239 paint.setLooper(fLoopers[looper]);
/external/skia/samplecode/
H A DSampleTiling.cpp112 p.setLooper(fLooper);
146 p.setLooper(fLooper);
H A DSampleUnpremul.cpp90 paint.setLooper(looper);
H A DSampleTextOnPath.cpp38 paint.setLooper(SkBlurDrawLooper::Create(SK_ColorBLACK,
/external/skia/include/core/
H A DSkPaint.h689 SkDrawLooper* setLooper(SkDrawLooper* looper);
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp118 dst->setLooper(src.getLooper());
/external/skia/src/utils/android/
H A DSkAndroidSDKCanvas.cpp86 paint->setLooper(NULL);
/external/skia/src/pipe/
H A DSkGPipeRead.cpp56 paint->setLooper((SkDrawLooper*)obj);

Completed in 241 milliseconds