Home
last modified time | relevance | path

Searched refs:SetBorderImageWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.cpp88 borderImageTop_.SetBorderImageWidth(widthDimension); in SetEdgeWidth()
91 borderImageBottom_.SetBorderImageWidth(widthDimension); in SetEdgeWidth()
94 borderImageLeft_.SetBorderImageWidth(widthDimension); in SetEdgeWidth()
97 borderImageRight_.SetBorderImageWidth(widthDimension); in SetEdgeWidth()
103 borderImageStart_->SetBorderImageWidth(widthDimension); in SetEdgeWidth()
109 borderImageEnd_->SetBorderImageWidth(widthDimension); in SetEdgeWidth()
H A Dborder.h282 void SetBorderImageWidth(const Dimension& width, BorderImageDirection direction) in SetBorderImageWidth() function
285 borderImageTop_.SetBorderImageWidth(width); in SetBorderImageWidth()
287 borderImageLeft_.SetBorderImageWidth(width); in SetBorderImageWidth()
289 borderImageRight_.SetBorderImageWidth(width); in SetBorderImageWidth()
291 borderImageBottom_.SetBorderImageWidth(width); in SetBorderImageWidth()
H A Dborder_image_edge.h80 void SetBorderImageWidth(const Dimension& width) in SetBorderImageWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp572 void SetBorderImageWidth(RefPtr<BorderImage>& borderImage, const std::vector<BorderImageDirection>&… in SetBorderImageWidth() function
1561 SetBorderImageWidth(borderImage, directions, options, optionsLength, loc); // read 12 double in SetBorderImage()