Searched defs:radii (Results 51 - 52 of 52) sorted by relevance
123
| /third_party/skia/src/core/ |
| H A D | SkPath.cpp | 922 SkPath& SkPath::addRoundRect(const SkRect& rect, const SkScalar radii[], in addRoundRect() argument
|
| /third_party/skia/tests/ |
| H A D | PathTest.cpp | 33 static void set_radii(SkVector radii[4], int index, float rad) { in set_radii() argument 68 SkVector radii[4]; in test_skbug_3239() local 38 test_add_rrect(skiatest::Reporter* reporter, const SkRect& bounds, const SkVector radii[4]) test_add_rrect() argument 3025 const SkVector radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 100, 100 } }; test_iter() local 3624 SkVector radii[] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}}; test_rrect() local 5640 SkScalar radii[] = { 80, 100, 0, 0, 40, 60, 0, 0 }; DEF_TEST() local [all...] |
Completed in 11 milliseconds
123