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

/external/skia/tests/
H A DRRectInPathTest.cpp253 SkRRect rr3_2; // construct the same RR using the most general set function local
255 rr3_2.setRectRadii(rect, rr3_2_radii);
256 path_contains_rrect_check(reporter, rr3_2);
H A DRoundRectTest.cpp222 SkRRect rr3_2; // construct the same RR using the most general set function local
224 rr3_2.setRectRadii(rect, rr3_2_radii);
225 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType());

Completed in 90 milliseconds