Searched refs:rr3_3 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | RRectInPathTest.cpp | 311 SkRRect rr3_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 312 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic() 313 path_contains_rrect_check(reporter, rr3_3, dir, start); in test_round_rect_basic()
|
H A D | RoundRectTest.cpp | 246 SkRRect rr3_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 247 rr3_3.setNinePatch(rect, 5, 5, 5, 5); in test_round_rect_basic() 248 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType()); in test_round_rect_basic()
|
Completed in 4 milliseconds