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

1 2

  /external/skia/bench/
ChromeBench.cpp 484 SkIRect bounds = canvas->getDeviceClipBounds();
SKPAnimationBench.cpp 26 fDevBounds = canvas->getDeviceClipBounds();
SKPBench.cpp 52 SkIRect bounds = canvas->getDeviceClipBounds();
  /external/skqp/bench/
ChromeBench.cpp 484 SkIRect bounds = canvas->getDeviceClipBounds();
SKPAnimationBench.cpp 26 fDevBounds = canvas->getDeviceClipBounds();
SKPBench.cpp 52 SkIRect bounds = canvas->getDeviceClipBounds();
  /external/skia/tests/
CanvasTest.cpp 100 irect = canvas.getDeviceClipBounds();
102 REPORTER_ASSERT(reporter, canvas.getDeviceClipBounds(&irect2));
113 irect = canvas.getDeviceClipBounds();
115 REPORTER_ASSERT(reporter, !canvas.getDeviceClipBounds(&irect2));
147 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == gBaseRestrictedR);
151 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == restrictionR);
155 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == clipR);
172 REPORTER_ASSERT(reporter, gBaseRestrictedR.contains(canvas->getDeviceClipBounds()));
871 REPORTER_ASSERT(r, canvas.getDeviceClipBounds().isEmpty());
    [all...]
CanvasStateTest.cpp 311 devClip = canvas.getDeviceClipBounds();
320 devClip = canvas.getDeviceClipBounds();
PictureTest.cpp 394 clipBounds = canvas->getDeviceClipBounds();
404 clipBounds = canvas->getDeviceClipBounds();
414 clipBounds = canvas->getDeviceClipBounds();
423 clipBounds = canvas->getDeviceClipBounds();
432 clipBounds = canvas->getDeviceClipBounds();
445 clipBounds = canvas->getDeviceClipBounds();
  /external/skqp/tests/
CanvasTest.cpp 100 irect = canvas.getDeviceClipBounds();
102 REPORTER_ASSERT(reporter, canvas.getDeviceClipBounds(&irect2));
113 irect = canvas.getDeviceClipBounds();
115 REPORTER_ASSERT(reporter, !canvas.getDeviceClipBounds(&irect2));
147 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == gBaseRestrictedR);
151 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == restrictionR);
155 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == clipR);
172 REPORTER_ASSERT(reporter, gBaseRestrictedR.contains(canvas->getDeviceClipBounds()));
871 REPORTER_ASSERT(r, canvas.getDeviceClipBounds().isEmpty());
    [all...]
CanvasStateTest.cpp 311 devClip = canvas.getDeviceClipBounds();
320 devClip = canvas.getDeviceClipBounds();
PictureTest.cpp 394 clipBounds = canvas->getDeviceClipBounds();
404 clipBounds = canvas->getDeviceClipBounds();
414 clipBounds = canvas->getDeviceClipBounds();
423 clipBounds = canvas->getDeviceClipBounds();
432 clipBounds = canvas->getDeviceClipBounds();
445 clipBounds = canvas->getDeviceClipBounds();
  /external/skia/src/utils/
SkCanvasStateUtils.cpp 170 setup_MC_state(&canvasState->mcState, canvas->getTotalMatrix(), canvas->getDeviceClipBounds());
SkPaintFilterCanvas.cpp 39 this->clipRect(SkRect::Make(canvas->getDeviceClipBounds()));
  /external/skqp/src/utils/
SkCanvasStateUtils.cpp 170 setup_MC_state(&canvasState->mcState, canvas->getTotalMatrix(), canvas->getDeviceClipBounds());
SkPaintFilterCanvas.cpp 39 this->clipRect(SkRect::Make(canvas->getDeviceClipBounds()));
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skqp/include/core/
SkCanvas.h     [all...]
  /external/skia/src/core/
SkColorSpaceXformCanvas.cpp 44 SkCanvas::onClipRect(SkRect::Make(fTarget->getDeviceClipBounds()),
SkCanvas.cpp 830 SkIRect clipBounds = this->getDeviceClipBounds();
    [all...]
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 154 fClip = filterCanvas.getDeviceClipBounds();
  /external/skqp/src/core/
SkColorSpaceXformCanvas.cpp 44 SkCanvas::onClipRect(SkRect::Make(fTarget->getDeviceClipBounds()),
SkCanvas.cpp 843 SkIRect clipBounds = this->getDeviceClipBounds();
    [all...]
  /external/skqp/tools/debugger/
SkDebugCanvas.cpp 153 fClip = filterCanvas.getDeviceClipBounds();
  /external/skia/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 207 SkIRect bounds = canvas->getDeviceClipBounds();
    [all...]

Completed in 277 milliseconds

1 2