Home
last modified time | relevance | path

Searched refs:radii2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DRRectInPathTest.cpp275 SkPoint radii2[4] = { { 0, 0 }, { 0, 0 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_basic() local
278 rr5.setRectRadii(rect, radii2); in test_round_rect_basic()
301 SkPoint radii2[4] = { { 0, 0 }, { 20, 20 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_rects() local
304 rr3.setRectRadii(rect, radii2); in test_round_rect_rects()
DRoundRectTest.cpp244 SkPoint radii2[4] = { { 0, 0 }, { 0, 0 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_basic() local
247 rr5.setRectRadii(rect, radii2); in test_round_rect_basic()
253 REPORTER_ASSERT(reporter, radii2[i] == rr5.radii((SkRRect::Corner) i)); in test_round_rect_basic()
294 SkPoint radii2[4] = { { 0, 0 }, { 20, 20 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_rects() local
297 rr3.setRectRadii(rect, radii2); in test_round_rect_rects()
/external/skia/gm/
Dshapes.cpp50 SkVector radii2[4] = {{0, 0}, {80, 60}, {0, 0}, {80, 60}}; in ShapesGM() local
51 fShapes.push_back().setRectRadii(SkRect::MakeXYWH(180, -30, 80, 60), radii2); in ShapesGM()