Home
last modified time | relevance | path

Searched refs:topDimension (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.h132 std::optional<Dimension> topDimension; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp676 Dimension topDimension(top, DimensionUnit::VP); in SetImageResizable() local
677 resizable.SetEdgeSlice(ResizableOption::TOP, topDimension); in SetImageResizable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4244 borderImageDimension.topDimension = localizedCalcDimension.top; in ParseBorderImageDimension()
4266 borderImageDimension.topDimension = currentDimension; in ParseBorderImageDimension()
4465 if (option.topDimension.has_value()) { in ParseBorderImageOutset()
4466 borderImage->SetEdgeOutset(BorderImageDirection::TOP, option.topDimension.value()); in ParseBorderImageOutset()
4540 if (option.topDimension.has_value()) { in ParseBorderImageWidth()
4541 borderImage->SetEdgeWidth(BorderImageDirection::TOP, option.topDimension.value()); in ParseBorderImageWidth()