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

  /external/skia/tests/
RRectInPathTest.cpp 280 SkRRect rr1_2; // construct the same RR using the most general set function local
282 rr1_2.setRectRadii(rect, rr1_2_radii);
283 path_contains_rrect_check(reporter, rr1_2, dir, start);
286 path_contains_rrect_check(reporter, rr1_2, dir, start);
RoundRectTest.cpp 198 SkRRect rr1_2; // construct the same RR using the most general set function local
200 rr1_2.setRectRadii(rect, rr1_2_radii);
201 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType());
  /external/skqp/tests/
RRectInPathTest.cpp 280 SkRRect rr1_2; // construct the same RR using the most general set function local
282 rr1_2.setRectRadii(rect, rr1_2_radii);
283 path_contains_rrect_check(reporter, rr1_2, dir, start);
286 path_contains_rrect_check(reporter, rr1_2, dir, start);
RoundRectTest.cpp 198 SkRRect rr1_2; // construct the same RR using the most general set function local
200 rr1_2.setRectRadii(rect, rr1_2_radii);
201 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType());

Completed in 83 milliseconds