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

/external/chromium_org/third_party/skia/tests/
H A DRoundRectTest.cpp63 SkRRect rr1_2; // construct the same RR using the most general set function local
65 rr1_2.setRectRadii(rect, rr1_2_radii);
66 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType());
/external/skia/tests/
H A DRoundRectTest.cpp63 SkRRect rr1_2; // construct the same RR using the most general set function local
65 rr1_2.setRectRadii(rect, rr1_2_radii);
66 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType());

Completed in 133 milliseconds