Searched refs:rr2_3 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | RRectInPathTest.cpp | 297 SkRRect rr2_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 298 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY); in test_round_rect_basic() 299 path_contains_rrect_check(reporter, rr2_3, dir, start); in test_round_rect_basic()
|
H A D | RoundRectTest.cpp | 227 SkRRect rr2_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 228 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY); in test_round_rect_basic() 229 REPORTER_ASSERT(reporter, rr2_3 == rr2 && rr2_3.getType() == rr2.getType()); in test_round_rect_basic()
|
Completed in 4 milliseconds