| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
| H A D | skia_svg_dom.cpp | 62 SkVector radii[RADII_SIZE]; in FitImage() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
| H A D | recording_canvas_test.cpp | 911 std::vector<Point> radii = { {RADIUS, RADIUS}, {RADIUS, RADIUS}, {RADIUS, RADIUS}, {RADIUS, RADIUS} }; in HWTEST_F() local
|
| /third_party/skia/tests/ |
| H A D | DrawPathTest.cpp | 379 SkVector radii[4] = { in test_crbug_472147_simple() local 394 SkVector radii[4] = { in test_crbug_472147_actual() local
|
| 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
|
| /third_party/skia/fuzz/ |
| H A D | FuzzCommon.cpp | 274 SkVector radii[4]; in FuzzNiceRRect() local
|
| /third_party/skia/gm/ |
| H A D | skbug_257.cpp | 108 SkVector radii[4] = {{40, 40}, {40, 40}, {40, 40}, {40, 40}}; in DEF_SIMPLE_GM() local
|
| H A D | roundrects.cpp | 296 SkScalar radii[][2] = { variable
|
| H A D | blurrect.cpp | 194 const float radii[] = {20, 5, 10}; in DEF_SIMPLE_GM() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | skia_image.cpp | 216 auto radii = ImagePainterUtils::ToSkRadius(radiusXY); in DrawWithRecordingCanvas() local
|
| H A D | pixelmap_image.cpp | 200 auto radii = ImagePainterUtils::ToRSRadius(radiusXY); in StretchImageWithLattice() local 253 auto radii = ImagePainterUtils::ToRSRadius(radiusXY); in StretchImageWithSlice() local 317 auto radii = ImagePainterUtils::ToRSRadius(radiusXY); in DrawToRSCanvas() local
|
| /third_party/skia/src/core/ |
| H A D | SkRRect.cpp | 147 static bool clamp_to_zero(SkVector radii[4]) { in clamp_to_zero() argument 167 setRectRadii(const SkRect& rect, const SkVector radii[4]) setRectRadii() argument 359 radii_are_nine_patch(const SkVector radii[4]) radii_are_nine_patch() argument [all...] |
| H A D | SkBlurMF.cpp | 389 SkVector radii[4]; in filterRRectToNine() local 1202 SkVector radii = rrectToDraw.getSimpleRadii(); create_mask_on_cpu() local [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkParsePath.cpp | 182 SkPoint radii; in FromSVGString() local
|
| /third_party/skia/include/core/ |
| H A D | SkRRect.h | 267 SkVector radii(Corner corner) const { return fRadii[corner]; } radii() function in SkRRect 491 SkRRect(const SkRect& rect, const SkVector radii[4], int32_t type) SkRRect() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/button/ |
| H A D | button_component.h | 156 void SetRectRadii(const std::array<Radius, 4>& radii) in SetRectRadii() argument
|
| H A D | rosen_render_button.cpp | 480 void RosenRenderButton::ConvertToVector(const std::array<Radius, 4>& radii, std::vector<RSPoint>& pRadii) in ConvertToVector() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| H A D | drawing_image.cpp | 299 auto radii = ImagePainterUtils::ToRSRadius(radiusXY); in DrawImageLattice() local 352 auto radii = ImagePainterUtils::ToRSRadius(radiusXY); in DrawImageNine() local 382 auto radii = ImagePainterUtils::ToRSRadius(radiusXY); in DrawWithRecordingCanvas() local
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrRRectEffect.cpp | 726 SkVector radii[4]; Make() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_path.cpp | 215 SkVector radii[4]; in AddRoundRect() local
|
| H A D | skia_canvas.cpp | 1161 const SkVector* radii = reinterpret_cast<const SkVector*>(&roundRect.GetCornerRadius(RoundRect::TOP_LEFT_POS)); in RoundRectCastToSkRRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| H A D | rosen_render_image.cpp | 1173 void RosenRenderImage::SetRadii(const Radius& radius, RSPoint& radii) 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
|