Searched refs:finalCullRect (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPictureTest.cpp713 SkRect finalCullRect = picture->cullRect(); local
714 REPORTER_ASSERT(reporter, 0 == finalCullRect.fLeft);
715 REPORTER_ASSERT(reporter, 0 == finalCullRect.fTop);
716 REPORTER_ASSERT(reporter, 100 == finalCullRect.fBottom);
717 REPORTER_ASSERT(reporter, 100 == finalCullRect.fRight);

Completed in 53 milliseconds