Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathTest.cpp905 bool isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite() local
906 REPORTER_ASSERT(reporter, isFine); in test_rect_isfinite()
910 isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite()
911 REPORTER_ASSERT(reporter, !isFine); in test_rect_isfinite()
915 isFine = r.setBoundsCheck(pts, 3); in test_rect_isfinite()
916 REPORTER_ASSERT(reporter, !isFine); in test_rect_isfinite()

Completed in 10 milliseconds