Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDrawLooper.cpp24 p.setLooper(nullptr); in canComputeFastBounds()
51 p.setLooper(nullptr); in computeFastBounds()
DSkPaint.cpp413 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { in setLooper() function in SkPaint
1981 SkSafeUnref(this->setLooper(buffer.readDrawLooper())); in unflatten()
1994 this->setLooper(nullptr); in unflatten()
DSkRemote.cpp495 paint->setLooper (fDrawLooper .find(common.looper)); in applyCommon()
/external/skia/samplecode/
DSampleTiling.cpp112 p.setLooper(fLooper); in onDrawContent()
146 p.setLooper(fLooper); in onDrawContent()
DSampleUnpremul.cpp90 paint.setLooper(looper); in onDrawContent()
DSampleTextOnPath.cpp38 paint.setLooper(SkBlurDrawLooper::Create(SK_ColorBLACK, in textStrokePath()
/external/skia/gm/
Dmegalooper.cpp134 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i]))->unref(); in draw4x1()
196 paint.setLooper(create4Looper(-kOffsetToOutsideClip-kHalfSquareSize, 0))->unref(); in draw1x4()
Ddrawlooper.cpp45 paint.setLooper(fLooper); in onDraw()
Dshadows.cpp111 paint.setLooper(shadowLoopers[i]); in onDraw()
Dcircles.cpp92 p.setLooper(shadowLooper); in makePaints()
Dblurroundrect.cpp76 paint.setLooper(looperBuilder.detachLooper())->unref(); in onDraw()
Drects.cpp106 p.setLooper(shadowLooper); in makePaints()
Dtextbloblooper.cpp240 paint.setLooper(fLoopers[looper]); in onDraw()
/external/skia/tests/
DQuickRejectTest.cpp85 paint.setLooper(new TestLooper)->unref(); in test_drawBitmap()
DPaintTest.cpp150 paint.setLooper(looper)->unref(); in DEF_TEST()
297 paint.setLooper(nullptr); // Default value, ignored.
/external/skia/bench/
DRectoriBench.cpp55 paint.setLooper(this->createLooper(-translate, blurSigma))->unref(); in onDraw()
DBlurRoundRectBench.cpp70 loopedPaint.setLooper(looperBuilder.detachLooper())->unref(); in onDraw()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp117 dst->setLooper(src.getLooper()); in ApplyInfo()
/external/skia/tools/android/
DSkAndroidSDKCanvas.cpp88 paint->setLooper(nullptr); in Filter()
/external/skia/include/core/
DSkPaint.h648 SkDrawLooper* setLooper(SkDrawLooper* looper);
/external/skia/tools/debugger/
DSkDrawCommand.cpp1194 target->setLooper(looper); in extract_json_paint_looper()