Home
last modified time | relevance | path

Searched refs:borderImageWidth_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image_edge.h37 return borderImageWidth_.IsValid(); in IsValid()
51 return borderImageWidth_; in GetBorderImageWidth()
65 … && NearEqual(borderImageEdge.GetBorderImageWidth().Value(), borderImageWidth_.Value())
66 && (borderImageEdge.GetBorderImageWidth().Unit() == borderImageWidth_.Unit())
82 borderImageWidth_ = width; in SetBorderImageWidth()
93 ", "+borderImageWidth_.ToString(); in ToString()
99 Dimension borderImageWidth_; variable
H A Dborder_image_edge.cpp22 borderImageWidth_(width), repeat_(repeat) in BorderImageEdge()