/external/skia/src/core/ |
SkDrawLooper.cpp | 23 p.setLooper(nullptr); 50 p.setLooper(nullptr);
|
/external/skqp/src/core/ |
SkDrawLooper.cpp | 23 p.setLooper(nullptr); 50 p.setLooper(nullptr);
|
/external/skia/samplecode/ |
SampleTiling.cpp | 112 p.setLooper(fLooper); 146 p.setLooper(fLooper);
|
SampleTextOnPath.cpp | 37 paint.setLooper(SkBlurDrawLooper::Make(SK_ColorBLACK, SkBlurMask::ConvertRadiusToSigma(0.002f),
|
SampleUnpremul.cpp | 86 paint.setLooper(looper);
|
/external/skqp/samplecode/ |
SampleTiling.cpp | 112 p.setLooper(fLooper); 146 p.setLooper(fLooper);
|
SampleTextOnPath.cpp | 37 paint.setLooper(SkBlurDrawLooper::Make(SK_ColorBLACK, SkBlurMask::ConvertRadiusToSigma(0.002f),
|
SampleUnpremul.cpp | 86 paint.setLooper(looper);
|
/external/skia/bench/ |
BlurRoundRectBench.cpp | 66 loopedPaint.setLooper(looperBuilder.detach());
|
RectoriBench.cpp | 55 paint.setLooper(this->createLooper(-translate, blurSigma));
|
/external/skia/gm/ |
drawlooper.cpp | 42 paint.setLooper(fLooper);
|
megalooper.cpp | 134 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i])); 195 paint.setLooper(create4Looper(-kOffsetToOutsideClip-kHalfSquareSize, 0));
|
circles.cpp | 78 p.setLooper(SkBlurDrawLooper::Make(SK_ColorBLUE,
|
shadows.cpp | 92 paint.setLooper(shadowLoopers[i]);
|
/external/skqp/bench/ |
BlurRoundRectBench.cpp | 66 loopedPaint.setLooper(looperBuilder.detach());
|
RectoriBench.cpp | 55 paint.setLooper(this->createLooper(-translate, blurSigma));
|
/external/skqp/gm/ |
drawlooper.cpp | 42 paint.setLooper(fLooper);
|
megalooper.cpp | 134 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i])); 195 paint.setLooper(create4Looper(-kOffsetToOutsideClip-kHalfSquareSize, 0));
|
circles.cpp | 78 p.setLooper(SkBlurDrawLooper::Make(SK_ColorBLUE,
|
shadows.cpp | 92 paint.setLooper(shadowLoopers[i]);
|
/frameworks/base/libs/hwui/tests/unit/ |
SkiaCanvasTests.cpp | 75 paint.setLooper(SkBlurDrawLooper::Make(0xF0000000, 6.0f, 0, 10));
|
/packages/services/Car/tests/carservice_test/src/android/media/tests/ |
AudioPolicyTest.java | 75 .setLooper(Looper.getMainLooper())
|
/frameworks/base/libs/hwui/hwui/ |
Canvas.cpp | 86 paint->setLooper(nullptr); 89 paint->setLooper(nullptr);
|
/external/skia/tests/ |
PaintTest.cpp | 149 paint.setLooper(looperBuilder.detach()); 296 paint.setLooper(nullptr); // Default value, ignored.
|
/external/skqp/tests/ |
PaintTest.cpp | 149 paint.setLooper(looperBuilder.detach()); 296 paint.setLooper(nullptr); // Default value, ignored.
|