Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathTest.cpp2284 SkRect degenRect = testRect; in test_is_closed_rect() local
2285 degenRect.fLeft = degenRect.fRight; in test_is_closed_rect()
2287 path2.addRect(degenRect, dir, start); in test_is_closed_rect()
2290 degenRect = testRect; in test_is_closed_rect()
2291 degenRect.fTop = degenRect.fBottom; in test_is_closed_rect()
2293 path2.addRect(degenRect, dir, start); in test_is_closed_rect()

Completed in 9 milliseconds