Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h255 return isRectValid_; in IsRectValid()
294 bool isRectValid_ = false; variable
H A Dinspector_composed_element.cpp716 isRectValid_ = rect.IsValid(); in GetRect()
717 if (!isRectValid_) { in GetRect()