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

  /external/skia/tests/
CanvasTest.cpp 124 const SkIRect restrictionR = { 2, 2, 8, 8 };
125 canvas->androidFramework_setDeviceClipRestriction(restrictionR);
126 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == restrictionR);
142 SkASSERT(!SkRect::Make(restrictionR).contains(expandR));
  /external/skqp/tests/
CanvasTest.cpp 124 const SkIRect restrictionR = { 2, 2, 8, 8 };
125 canvas->androidFramework_setDeviceClipRestriction(restrictionR);
126 REPORTER_ASSERT(reporter, canvas->getDeviceClipBounds() == restrictionR);
142 SkASSERT(!SkRect::Make(restrictionR).contains(expandR));

Completed in 143 milliseconds