Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGrQuadCropTest.cpp42 SkRect actualBounds = quad.fDevice.bounds(); in run_crop_axis_aligned_test() local
43 ASSERT_NEARLY_EQUAL(expectedBounds.fLeft, actualBounds.fLeft); in run_crop_axis_aligned_test()
44 ASSERT_NEARLY_EQUAL(expectedBounds.fTop, actualBounds.fTop); in run_crop_axis_aligned_test()
45 ASSERT_NEARLY_EQUAL(expectedBounds.fRight, actualBounds.fRight); in run_crop_axis_aligned_test()
46 ASSERT_NEARLY_EQUAL(expectedBounds.fBottom, actualBounds.fBottom); in run_crop_axis_aligned_test()
H A DGrClipStackTest.cpp344 SkIRect actualBounds = cs.getConservativeBounds(); in run() local
350 REPORTER_ASSERT(reporter, actualBounds == optimalBounds, in run()
354 actualBounds.fLeft, actualBounds.fTop, in run()
355 actualBounds.fRight, actualBounds.fBottom); in run()
357 REPORTER_ASSERT(reporter, actualBounds.contains(optimalBounds), in run()
361 actualBounds.fLeft, actualBounds.fTop, in run()
362 actualBounds in run()
[all...]

Completed in 3 milliseconds