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

  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 107 SkRRect rr3_3; // construct the same RR using the nine patch set function local
108 rr3_3.setNinePatch(rect, 5, 5, 5, 5);
109 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType());
  /external/skia/tests/
RoundRectTest.cpp 107 SkRRect rr3_3; // construct the same RR using the nine patch set function local
108 rr3_3.setNinePatch(rect, 5, 5, 5, 5);
109 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType());

Completed in 118 milliseconds