/third_party/skia/src/gpu/effects/ |
H A D | GrRRectEffect.cpp | 726 SkVector radii[4]; Make() local [all...] |
/third_party/skia/tests/ |
H A D | RRectInPathTest.cpp | 184 SkVector radii[4] = { in test_tricky_radii() local 254 SkVector radii[4] = { { l, t }, { r, t }, { r, b }, { l, b } }; in test_9patch_rrect() local 351 SkPoint radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 } }; in test_round_rect_rects() local 394 SkPoint radii[4] = { { 0, 0 }, { 20, 20 }, { 50, 50 }, { 20, 50 } }; in test_round_rect_general() local 408 SkPoint radii[4] = { { 50, 100 }, { 100, 50 }, { 50, 100 }, { 100, 50 } }; in test_round_rect_iffy_parameters() local 416 set_radii(SkVector radii[4], int index, float rad) set_radii() argument 433 SkVector radii[4]; test_skbug_3239() local 447 const SkVector radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 100, 100 } }; test_mix() local 478 SkPoint radii[] = { DEF_TEST() local [all...] |
H A D | BlurTest.cpp | 450 SkVector radii[4] = { { 100, 100 }, { 0, 0 }, { 100, 100 }, { 0, 0 } }; in DEF_TEST() local
|
H A D | RoundRectTest.cpp | 29 SkVector radii[4] = { in test_tricky_radii() local 70 static const SkVector radii[4] = { { 0, 1 }, { 2, 3 }, { 4, 5 }, { 6, 7 } }; in test_empty() local 169 SkVector radii[ in test_9patch_rrect() local 304 SkPoint radii[4] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 } }; test_round_rect_rects() local 344 SkPoint radii[4] = { { 0, 0 }, { 20, 20 }, { 50, 50 }, { 20, 50 } }; test_round_rect_general() local 358 SkPoint radii[4] = { { 50, 100 }, { 100, 50 }, { 50, 100 }, { 100, 50 } }; test_round_rect_iffy_parameters() local 918 SkVector radii[4] = { { 0, SkIntToScalar(1) }, test_round_rect_transform() local 1069 SkVector radii[4] = {{rng.nextRangeF(0.f, maxRadiusX), rng.nextRangeF(0.f, maxRadiusY)}, test_inner_bounds() local 1123 SkVector radii[4] = { verify_success() local [all...] |
H A D | GrStyledShapeTest.cpp | 2362 SkScalar radii[] = {10.f, 10.f, 10.f, 10.f, in DEF_TEST() local
|
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...] |
/third_party/skia/gm/ |
H A D | blurrect.cpp | 194 const float radii[] = {20, 5, 10}; in DEF_SIMPLE_GM() local
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 389 SkVector radii[4]; in filterRRectToNine() local 1202 SkVector radii = rrectToDraw.getSimpleRadii(); create_mask_on_cpu() local [all...] |
H A D | SkPath.cpp | 922 SkPath& SkPath::addRoundRect(const SkRect& rect, const SkScalar radii[], in addRoundRect() argument
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 700 const SkVector radii[4] = {{ltRadius, ltRadius}, {rtRadius, rtRadius}, {rbRadius, rbRadius}, {lbRadius, lbRadius}}; local
|