Searched defs:radii2 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | RRectInPathTest.cpp | 343 SkPoint radii2[4] = { { 0, 0 }, { 0, 0 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_basic() local 372 SkPoint radii2[4] = { { 0, 0 }, { 20, 20 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_rects() local
|
H A D | RoundRectTest.cpp | 274 SkPoint radii2[4] = { { 0, 0 }, { 0, 0 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_basic() local 324 SkPoint radii2[4] = { { 0, 0 }, { 20, 20 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_rects() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | shapes.cpp | 72 SkVector radii2[4] = {{0, 0}, {80, 60}, {0, 0}, {80, 60}}; in onOnceBeforeDraw() local
|