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(NULL); in canComputeFastBounds()
51 p.setLooper(NULL); in computeFastBounds()
DSkPaint.cpp351 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) { in setLooper() function in SkPaint
1997 SkSafeUnref(this->setLooper(buffer.readDrawLooper())); in unflatten()
2010 this->setLooper(NULL); in unflatten()
/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()
Dtilemodes_scaled.cpp114 p.setLooper(fLooper); in onDraw()
155 p.setLooper(fLooper); in onDraw()
Dshadows.cpp102 paint.setLooper(shadowLoopers[i]); in onDraw()
Dcircles.cpp92 p.setLooper(shadowLooper); in makePaints()
Dblurroundrect.cpp81 paint.setLooper(looperBuilder.detachLooper())->unref(); in onDraw()
Drects.cpp106 p.setLooper(shadowLooper); in makePaints()
Dtextbloblooper.cpp239 paint.setLooper(fLoopers[looper]); in onDraw()
/external/skia/bench/
DBlurRoundRectBench.cpp70 loopedPaint.setLooper(looperBuilder.detachLooper())->unref(); in onDraw()
DRectoriBench.cpp54 paint.setLooper(this->createLooper(-translate, blurSigma))->unref(); 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(NULL); // Default value, ignored.
/external/skia/src/effects/
DSkLayerDrawLooper.cpp118 dst->setLooper(src.getLooper()); in ApplyInfo()
/external/skia/src/utils/android/
DSkAndroidSDKCanvas.cpp86 paint->setLooper(NULL); in Filter()
/external/skia/include/core/
DSkPaint.h689 SkDrawLooper* setLooper(SkDrawLooper* looper);
/external/skia/src/pipe/
DSkGPipeRead.cpp56 paint->setLooper((SkDrawLooper*)obj); in set_paintflat()