Searched refs:strRec (Results 1 – 4 of 4) sorted by relevance
111 std::string strRec; in GetRect() local113 strRec = std::to_string(rect.Left()).append(","). in GetRect()117 return strRec; in GetRect()
703 std::string strRec; in GetRect() local733 strRec = std::to_string(rect.Left()) in GetRect()740 return strRec; in GetRect()
464 std::string strRec = std::to_string(positionInfo.left) in UpdateNodeRectStrInfo() local471 return strRec; in UpdateNodeRectStrInfo()476 std::string strRec; in UpdateNodeRectStrInfoV2() local480 return strRec; in UpdateNodeRectStrInfoV2()488 strRec = inspectorElement->GetRect(); in UpdateNodeRectStrInfoV2()489 return strRec; in UpdateNodeRectStrInfoV2()491 return strRec; in UpdateNodeRectStrInfoV2()
167 auto strRec = std::to_string(rect.Left()) in GetSpanInspector() local174 jsonNode->Put(INSPECTOR_RECT, strRec.c_str()); in GetSpanInspector()203 auto strRec = std::to_string(rect.Left()).append(",") in GetInspectorChildren() local207 jsonNode->Put(INSPECTOR_RECT, strRec.c_str()); in GetInspectorChildren()