Searched refs:devClipBound (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | ClipStackTest.cpp | 247 SkRect devClipBound; in test_bounds() local 286 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds() 297 REPORTER_ASSERT(reporter, devClipBound == gAnswerRectsBW[testCase]); in test_bounds()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 279 SkRect devClipBound; in test_bounds() local 317 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds() 328 REPORTER_ASSERT(reporter, devClipBound == gAnswerRectsBW[testCase]); in test_bounds()
|