HomeSort by relevance Sort by last modified time
    Searched refs:rr3_2 (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
RRectInPathTest.cpp 311 SkRRect rr3_2; // construct the same RR using the most general set function local
313 rr3_2.setRectRadii(rect, rr3_2_radii);
314 path_contains_rrect_check(reporter, rr3_2, dir, start);
RoundRectTest.cpp 239 SkRRect rr3_2; // construct the same RR using the most general set function local
241 rr3_2.setRectRadii(rect, rr3_2_radii);
242 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType());
  /external/skqp/tests/
RRectInPathTest.cpp 311 SkRRect rr3_2; // construct the same RR using the most general set function local
313 rr3_2.setRectRadii(rect, rr3_2_radii);
314 path_contains_rrect_check(reporter, rr3_2, dir, start);
RoundRectTest.cpp 239 SkRRect rr3_2; // construct the same RR using the most general set function local
241 rr3_2.setRectRadii(rect, rr3_2_radii);
242 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType());

Completed in 191 milliseconds