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

  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 63 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/
RoundRectTest.cpp 63 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 35 milliseconds