Searched refs:rr1_3 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | RoundRectTest.cpp | 202 SkRRect rr1_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 203 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic() 204 REPORTER_ASSERT(reporter, rr1_3 == rr1 && rr1_3.getType() == rr1.getType()); in test_round_rect_basic()
|
D | RRectInPathTest.cpp | 284 SkRRect rr1_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 285 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic()
|
/third_party/skia/tests/ |
D | RRectInPathTest.cpp | 280 SkRRect rr1_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 281 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic()
|
D | RoundRectTest.cpp | 205 SkRRect rr1_3; // construct the same RR using the nine patch set function in test_round_rect_basic() local 206 rr1_3.setNinePatch(rect, 0, 0, 0, 0); in test_round_rect_basic() 207 REPORTER_ASSERT(reporter, rr1_3 == rr1 && rr1_3.getType() == rr1.getType()); in test_round_rect_basic()
|