Searched refs:LPPOINT (Results 1 – 5 of 5) sorted by relevance
64 bool QueryPoint(LPPOINT point) in QueryPoint()
82 bool ClientToScreen(LPPOINT point) const { return BOOLToBool(::ClientToScreen(_window, point)); } in ClientToScreen()83 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient()
186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
325 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2); in readScreenPixels()
130 } POINT, *LPPOINT; typedef