Home
last modified time | relevance | path

Searched refs:logicWidth (Results 1 – 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/window_manager/src/
Dinput_windows_manager.cpp146 item.seatName.c_str(), item.logicWidth, item.logicHeight, item.direction); in PrintDisplayDebugInfo()
228 logicalX = info->logicWidth - logicalX; in TurnTouchScreen()
235 logicalY = info->logicWidth - logicalX; in TurnTouchScreen()
247 …if ((info->width <= 0) || (info->height <= 0) || (info->logicWidth <= 0) || (info->logicHeight <= … in TransformOfDisplayPoint()
261 auto logicX = (1L * info->logicWidth * localPhysicalX / info->width); in TransformOfDisplayPoint()
279 globalLogicalX += left->logicWidth; in TransformOfDisplayPoint()
292 globalLogicalY += upper->logicWidth; in TransformOfDisplayPoint()
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
Ddisplay_info.h110 int32_t logicWidth; member
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_manager_impl.cpp186 CHKR(pkt.Write(physicalDisplays_[i].logicWidth), STREAM_BUF_WRITE_FAIL, RET_ERR); in PackPhysicalDisplay()
227 item.seatName.c_str(), item.logicWidth, item.logicHeight, in PrintDisplayDebugInfo()
/foundation/windowmanager/wmserver/src/
Dinput_window_monitor.cpp98 .logicWidth = static_cast<int32_t>(screenMode->width_), in UpdateDisplaysInfo()
/foundation/multimodalinput/input/service/message_handle/src/
Dserver_msg_handler.cpp204 pkt.Read(info.logicWidth); in OnDisplayInfo()