Home
last modified time | relevance | path

Searched refs:rr3_3 (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DRRectInPathTest.cpp257 SkRRect rr3_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local
258 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic()
259 path_contains_rrect_check(reporter, rr3_3); in test_round_rect_basic()
DRoundRectTest.cpp226 SkRRect rr3_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local
227 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic()
228 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType()); in test_round_rect_basic()