Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DRRectInPathTest.cpp343 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 DRoundRectTest.cpp274 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 Dshapes.cpp72 SkVector radii2[4] = {{0, 0}, {80, 60}, {0, 0}, {80, 60}}; in onOnceBeforeDraw() local