Home
last modified time | relevance | path

Searched defs:radiusSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h125 int radiusSize = 4; in dump() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp973 auto radiusSize = Size(std::abs(rect.width()), std::abs(rect.height())); local
976 auto radiusSize = Size(std::abs(rect.GetWidth()), std::abs(rect.GetHeight())); local
1185 auto radiusSize = Size(width, height); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp780 auto radiusSize = SizeF(std::abs(rect.GetWidth()), std::abs(rect.GetHeight())); in DrawingCreateInset() local
886 auto radiusSize = SizeF(width, height); in DrawingCreateRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp803 auto radiusSize = SizeF(std::abs(rect.width()), std::abs(rect.height())); in SkiaCreateInset() local
909 auto radiusSize = SizeF(width, height); in SkiaCreateRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp764 auto radiusSize = paintProperty->GetItemBorderRadius().has_value() in ApplyIndexChanged() local
772 auto radiusSize = indexerTheme->GetHoverRadiusSize(); in ApplyIndexChanged() local