Home
last modified time | relevance | path

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

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_svg_dom.cpp62 SkVector radii[RADII_SIZE]; in FitImage() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Drecording_canvas_test.cpp911 std::vector<Point> radii = { {RADIUS, RADIUS}, {RADIUS, RADIUS}, {RADIUS, RADIUS}, {RADIUS, RADIUS} }; in HWTEST_F() local
/third_party/skia/tests/
H A DDrawPathTest.cpp379 SkVector radii[4] = { in test_crbug_472147_simple() local
394 SkVector radii[4] = { in test_crbug_472147_actual() local
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
/third_party/skia/fuzz/
H A DFuzzCommon.cpp274 SkVector radii[4]; in FuzzNiceRRect() local
/third_party/skia/gm/
H A Dskbug_257.cpp108 SkVector radii[4] = {{40, 40}, {40, 40}, {40, 40}, {40, 40}}; in DEF_SIMPLE_GM() local
H A Droundrects.cpp296 SkScalar radii[][2] = { variable
H A Dblurrect.cpp194 const float radii[] = {20, 5, 10}; in DEF_SIMPLE_GM() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp216 auto radii = ImagePainterUtils::ToSkRadius(radiusXY); in DrawWithRecordingCanvas() local
H A Dpixelmap_image.cpp200 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 DSkRRect.cpp147 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 DSkBlurMF.cpp389 SkVector radii[4]; in filterRRectToNine() local
1202 SkVector radii = rrectToDraw.getSimpleRadii(); create_mask_on_cpu() local
[all...]
/third_party/skia/src/utils/
H A DSkParsePath.cpp182 SkPoint radii; in FromSVGString() local
/third_party/skia/include/core/
H A DSkRRect.h267 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 Dbutton_component.h156 void SetRectRadii(const std::array<Radius, 4>& radii) in SetRectRadii() argument
H A Drosen_render_button.cpp480 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 Ddrawing_image.cpp299 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 DGrRRectEffect.cpp726 SkVector radii[4]; Make() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp215 SkVector radii[4]; in AddRoundRect() local
H A Dskia_canvas.cpp1161 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 Drosen_render_image.cpp1173 void RosenRenderImage::SetRadii(const Radius& radius, RSPoint& radii) 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 30 milliseconds

123