Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.cpp56 borderImageTop_.SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
59 borderImageBottom_.SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
62 borderImageLeft_.SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
65 borderImageRight_.SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
71 borderImageStart_->SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
77 borderImageEnd_->SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
H A Dborder.h306 void SetBorderImageOutset(const Dimension& outset, BorderImageDirection direction) in SetBorderImageOutset() function
309 borderImageTop_.SetBorderImageOutset(outset); in SetBorderImageOutset()
311 borderImageLeft_.SetBorderImageOutset(outset); in SetBorderImageOutset()
313 borderImageRight_.SetBorderImageOutset(outset); in SetBorderImageOutset()
315 borderImageBottom_.SetBorderImageOutset(outset); in SetBorderImageOutset()
H A Dborder_image_edge.h75 void SetBorderImageOutset(const Dimension& outset) in SetBorderImageOutset() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp586 void SetBorderImageOutset(RefPtr<BorderImage>& borderImage, const std::vector<BorderImageDirection>… in SetBorderImageOutset() function
1562 SetBorderImageOutset(borderImage, directions, options, optionsLength, loc); // read 12 double in SetBorderImage()