Searched refs:rr3_3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DRoundRectTest.cpp107 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/
H A DRoundRectTest.cpp107 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 100 milliseconds