Home
last modified time | relevance | path

Searched defs:radii (Results 26 - 35 of 35) sorted by relevance

12

/third_party/skia/src/gpu/effects/
H A DGrRRectEffect.cpp726 SkVector radii[4]; Make() local
[all...]
/third_party/skia/tests/
H A DRRectInPathTest.cpp184 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 DBlurTest.cpp450 SkVector radii[4] = { { 100, 100 }, { 0, 0 }, { 100, 100 }, { 0, 0 } }; in DEF_TEST() local
H A DRoundRectTest.cpp29 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 DGrStyledShapeTest.cpp2362 SkScalar radii[] = {10.f, 10.f, 10.f, 10.f, in DEF_TEST() local
H A DPathTest.cpp33 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 Dblurrect.cpp194 const float radii[] = {20, 5, 10}; in DEF_SIMPLE_GM() local
/third_party/skia/src/core/
H A DSkBlurMF.cpp389 SkVector radii[4]; in filterRRectToNine() local
1202 SkVector radii = rrectToDraw.getSimpleRadii(); create_mask_on_cpu() local
[all...]
H A DSkPath.cpp922 SkPath& SkPath::addRoundRect(const SkRect& rect, const SkScalar radii[], in addRoundRect() argument
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp700 const SkVector radii[4] = {{ltRadius, ltRadius}, {rtRadius, rtRadius}, {rbRadius, rbRadius}, {lbRadius, lbRadius}}; local

Completed in 26 milliseconds

12