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

  /external/skia/tests/
CanvasTest.cpp 74 SkIRect irect, irect2; local
79 REPORTER_ASSERT(reporter, canvas.getDeviceClipBounds(&irect2));
80 REPORTER_ASSERT(reporter, irect == irect2);
92 REPORTER_ASSERT(reporter, !canvas.getDeviceClipBounds(&irect2));
93 REPORTER_ASSERT(reporter, irect == irect2);
  /external/skqp/tests/
CanvasTest.cpp 74 SkIRect irect, irect2; local
79 REPORTER_ASSERT(reporter, canvas.getDeviceClipBounds(&irect2));
80 REPORTER_ASSERT(reporter, irect == irect2);
92 REPORTER_ASSERT(reporter, !canvas.getDeviceClipBounds(&irect2));
93 REPORTER_ASSERT(reporter, irect == irect2);

Completed in 263 milliseconds