HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceClipBounds (Results 1 - 16 of 16) sorted by null

  /external/skia/bench/
ChromeBench.cpp 484 SkIRect bounds = canvas->getDeviceClipBounds();
SKPAnimationBench.cpp 26 fDevBounds = canvas->getDeviceClipBounds();
SKPBench.cpp 53 SkIRect bounds = canvas->getDeviceClipBounds();
  /frameworks/base/libs/hwui/pipeline/skia/
GLFunctorDrawable.cpp 62 SkIRect ibounds = canvas->getDeviceClipBounds();
  /external/skia/tests/
CanvasTest.cpp 76 irect = canvas.getDeviceClipBounds();
78 REPORTER_ASSERT(reporter, canvas.getDeviceClipBounds(&irect2));
89 irect = canvas.getDeviceClipBounds();
91 REPORTER_ASSERT(reporter, !canvas.getDeviceClipBounds(&irect2));
123 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == gBaseRestrictedR);
127 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == restrictionR);
131 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == clipR);
148 REPORTER_ASSERT(reporter, gBaseRestrictedR.contains(canvas->getDeviceClipBounds()));
CanvasStateTest.cpp 331 devClip = canvas.getDeviceClipBounds();
340 devClip = canvas.getDeviceClipBounds();
PictureTest.cpp 641 clipBounds = canvas->getDeviceClipBounds();
651 clipBounds = canvas->getDeviceClipBounds();
661 clipBounds = canvas->getDeviceClipBounds();
670 clipBounds = canvas->getDeviceClipBounds();
679 clipBounds = canvas->getDeviceClipBounds();
692 clipBounds = canvas->getDeviceClipBounds();
    [all...]
  /external/skia/src/core/
SkRecorder.cpp 364 APPEND(Restore, this->getDeviceClipBounds(), this->getTotalMatrix());
382 APPEND(ClipRect, this->getDeviceClipBounds(), rect, opAA);
388 APPEND(ClipRRect, this->getDeviceClipBounds(), rrect, opAA);
394 APPEND(ClipPath, this->getDeviceClipBounds(), path, opAA);
399 APPEND(ClipRegion, this->getDeviceClipBounds(), deviceRgn, op);
SkColorSpaceXformCanvas.cpp 43 SkCanvas::onClipRect(SkRect::Make(fTarget->getDeviceClipBounds()),
290 SkIRect onGetDeviceClipBounds() const override { return fTarget->getDeviceClipBounds(); }
SkCanvas.cpp     [all...]
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 201 return SkRect::Make(canvas->getDeviceClipBounds());
  /external/skia/src/utils/
SkPaintFilterCanvas.cpp 36 this->clipRect(SkRect::Make(canvas->getDeviceClipBounds()));
SkDeferredCanvas.cpp 565 return fCanvas->getDeviceClipBounds();
  /external/skia/include/core/
SkCanvas.h 537 SkIRect getDeviceClipBounds() const { return this->onGetDeviceClipBounds(); }
542 bool getDeviceClipBounds(SkIRect* bounds) const {
    [all...]
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 270 fClip = filterCanvas.getDeviceClipBounds();
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 356 if (!mCanvas->getDeviceClipBounds(&ibounds)) {

Completed in 241 milliseconds