Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dspan_composed_element.cpp111 std::string strRec; in GetRect() local
113 strRec = std::to_string(rect.Left()).append(","). in GetRect()
117 return strRec; in GetRect()
H A Dinspector_composed_element.cpp703 std::string strRec; in GetRect() local
733 strRec = std::to_string(rect.Left()) in GetRect()
740 return strRec; in GetRect()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp464 std::string strRec = std::to_string(positionInfo.left) in UpdateNodeRectStrInfo() local
471 return strRec; in UpdateNodeRectStrInfo()
476 std::string strRec; in UpdateNodeRectStrInfoV2() local
480 return strRec; in UpdateNodeRectStrInfoV2()
488 strRec = inspectorElement->GetRect(); in UpdateNodeRectStrInfoV2()
489 return strRec; in UpdateNodeRectStrInfoV2()
491 return strRec; in UpdateNodeRectStrInfoV2()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp167 auto strRec = std::to_string(rect.Left()) in GetSpanInspector() local
174 jsonNode->Put(INSPECTOR_RECT, strRec.c_str()); in GetSpanInspector()
203 auto strRec = std::to_string(rect.Left()).append(",") in GetInspectorChildren() local
207 jsonNode->Put(INSPECTOR_RECT, strRec.c_str()); in GetInspectorChildren()