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

  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 126 SkRRect rr4_2; // construct the same RR using the most general set function local
128 rr4_2.setRectRadii(rect, rr4_2_radii);
129 REPORTER_ASSERT(reporter, rr4_2 == rr4 && rr4_2.getType() == rr4.getType());
  /external/skia/tests/
RoundRectTest.cpp 126 SkRRect rr4_2; // construct the same RR using the most general set function local
128 rr4_2.setRectRadii(rect, rr4_2_radii);
129 REPORTER_ASSERT(reporter, rr4_2 == rr4 && rr4_2.getType() == rr4.getType());

Completed in 153 milliseconds