Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.h84 if (borderImageLeft_.GetBorderImageSlice() == borderImageRight_.GetBorderImageSlice() && in SliceToString()
85 borderImageRight_.GetBorderImageSlice() == borderImageTop_.GetBorderImageSlice() && in SliceToString()
90 … str.append("right: [").append(borderImageRight_.GetBorderImageSlice().ToString()).append("] "); in SliceToString()
100 if (borderImageLeft_.GetBorderImageOutset() == borderImageRight_.GetBorderImageOutset() && in OutsetToString()
101 borderImageRight_.GetBorderImageOutset() == borderImageTop_.GetBorderImageOutset() && in OutsetToString()
106 … str.append("right: [").append(borderImageRight_.GetBorderImageOutset().ToString()).append("] "); in OutsetToString()
116 if (borderImageLeft_.GetBorderImageWidth() == borderImageRight_.GetBorderImageWidth() && in WidthToString()
117 borderImageRight_.GetBorderImageWidth() == borderImageTop_.GetBorderImageWidth() && in WidthToString()
122 … str.append("right: [").append(borderImageRight_.GetBorderImageWidth().ToString()).append("] "); in WidthToString()
179 BorderImageEdge borderImageRight_; variable
H A Dborder.h65 return borderImageLeft_.IsValid() && borderImageRight_.IsValid() && in BorderImageIsValid()
95 borderImageRight_ = borderImageEdge; in SetBorderImageEdge()
289 borderImageRight_.SetBorderImageWidth(width); in SetBorderImageWidth()
301 borderImageRight_.SetBorderImageSlice(slice); in SetBorderImageSlice()
313 borderImageRight_.SetBorderImageOutset(outset); in SetBorderImageOutset()
323 borderImageRight_.SetBorderImageRepeat(repeat); in SetBorderImageRepeat()
338 return borderImageRight_; in ImageRightEdge()
353 BorderImageEdge borderImageRight_; variable
H A Dborder_image.cpp33 borderImageRight_.SetBorderImageSlice(sliceDimension); in SetEdgeSlice()
65 borderImageRight_.SetBorderImageOutset(outsetDimension); in SetEdgeOutset()
97 borderImageRight_.SetBorderImageWidth(widthDimension); in SetEdgeWidth()
129 return borderImageRight_; in GetBorderImageEdge()
H A Dborder.cpp27 borderImageRight_(rightImage), borderImageBottom_(bottomImage) in Border()