Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image.cpp114 if (!hasBorderImageWidth_ && GreatNotEqual(widthDimension.Value(), 0.0)) { in SetEdgeWidth()
115 hasBorderImageWidth_ = true; in SetEdgeWidth()
H A Dborder_image.h168 return hasBorderImageWidth_; in HasBorderImageWidth()
183 bool hasBorderImageWidth_ = false; variable