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

  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 88 SkRRect rr2_3; // construct the same RR using the nine patch set function local
89 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY);
90 REPORTER_ASSERT(reporter, rr2_3 == rr2 && rr2_3.getType() == rr2.getType());
  /external/skia/tests/
RoundRectTest.cpp 88 SkRRect rr2_3; // construct the same RR using the nine patch set function local
89 rr2_3.setNinePatch(rect, halfPoint.fX, halfPoint.fY, halfPoint.fX, halfPoint.fY);
90 REPORTER_ASSERT(reporter, rr2_3 == rr2 && rr2_3.getType() == rr2.getType());

Completed in 32 milliseconds