HomeSort by relevance Sort by last modified time
    Searched refs:setLooper (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/src/core/
SkDrawLooper.cpp 23 p.setLooper(nullptr);
50 p.setLooper(nullptr);
SkPaint.cpp 373 void SkPaint::setLooper(sk_sp<SkDrawLooper> looper) { fDrawLooper = std::move(looper); }
    [all...]
  /external/skia/samplecode/
SampleTiling.cpp 110 p.setLooper(fLooper);
144 p.setLooper(fLooper);
SampleUnpremul.cpp 87 paint.setLooper(looper);
SampleTextOnPath.cpp 37 paint.setLooper(SkBlurDrawLooper::Make(SK_ColorBLACK, SkBlurMask::ConvertRadiusToSigma(0.002f),
  /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]);
blurroundrect.cpp 74 paint.setLooper(looperBuilder.detach());
rects.cpp 94 p.setLooper(SkBlurDrawLooper::Make(SK_ColorWHITE,
textbloblooper.cpp 239 paint.setLooper(fLoopers[looper]);
  /packages/services/Car/tests/carservice_test/src/android/media/tests/
AudioPolicyTest.java 68 .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.
QuickRejectTest.cpp 92 paint.setLooper(sk_make_sp<TestLooper>());
  /frameworks/base/libs/hwui/tests/unit/
SkiaCanvasTests.cpp 77 paint.setLooper(SkBlurDrawLooper::Make(0xF0000000, 6.0f, 0, 10));
BakedOpDispatcherTests.cpp 168 shadowPaint.setLooper(SkBlurDrawLooper::Make(SK_ColorWHITE, sigma, 3, 3));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 138 public Builder setLooper(Looper loop) {
PbapClientStateMachine.java 155 .setLooper(mHandlerThread.getLooper())
  /external/skia/include/core/
SkPaint.h 617 void setLooper(sk_sp<SkDrawLooper> drawLooper);
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 129 dst->setLooper(src.getLooper());
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicy.java 170 public Builder setLooper(@NonNull Looper looper) throws IllegalArgumentException {

Completed in 5688 milliseconds

1 2