Home
last modified time | relevance | path

Searched refs:rectStr (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp734 std::string rectStr = ""; in DumpRect() local
736 rectStr = rectStr + " hot : [ " + std::to_string(rect.x) +" , " + std::to_string(rect.y) + in DumpRect()
739 return rectStr; in DumpRect()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp577 std::string rectStr; in SetTouchHotAreas() local
579 rectStr = rectStr + " hot : [ " + std::to_string(rect.posX_) + " , " + std::to_string(rect.posY_) + in SetTouchHotAreas()
582 TLOGI(WmsLogTag::WMS_EVENT, "id:%{public}d rects:%{public}s", GetPersistentId(), rectStr.c_str()); in SetTouchHotAreas()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3317 std::string rectStr; in SetTouchHotAreas() local
3319 rectStr = rectStr + " hot : " + rect.ToString(); in SetTouchHotAreas()
3321 TLOGI(WmsLogTag::WMS_EVENT, "id:%{public}d rects:%{public}s", GetPersistentId(), rectStr.c_str()); in SetTouchHotAreas()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp298 auto rectStr = linkInfo->GetValue("formLinkRect")->GetString(); in HandleStaticFormEvent() local
299 RectF linkRect = RectF::FromString(rectStr); in HandleStaticFormEvent()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp5430 std::string rectStr = std::to_string(left) + "," + in GetResponseRegion() local
5435 responseRegionStrOrigin += rectStr + "#"; in GetResponseRegion()
5437 responseRegionStrFilter += rectStr + "#"; in GetResponseRegion()

Completed in 23 milliseconds