Searched refs:src_rect (Results 1 – 2 of 2) sorted by relevance
118 VC_RECT_T src_rect, dst_rect; in RPI_ShowCursor() local250 VC_RECT_T src_rect; in RPI_WarpMouseGlobal() local270 src_rect.x = 0; in RPI_WarpMouseGlobal()271 src_rect.y = 0; in RPI_WarpMouseGlobal()272 src_rect.width = curdata->w << 16; in RPI_WarpMouseGlobal()273 src_rect.height = curdata->h << 16; in RPI_WarpMouseGlobal()286 &src_rect, in RPI_WarpMouseGlobal()309 VC_RECT_T src_rect; in RPI_WarpMouseGlobalGraphicOnly() local326 src_rect.x = 0; in RPI_WarpMouseGlobalGraphicOnly()327 src_rect.y = 0; in RPI_WarpMouseGlobalGraphicOnly()[all …]
267 VC_RECT_T src_rect; in RPI_CreateWindow() local299 src_rect.x = 0; in RPI_CreateWindow()300 src_rect.y = 0; in RPI_CreateWindow()301 src_rect.width = window->w << 16; in RPI_CreateWindow()302 src_rect.height = window->h << 16; in RPI_CreateWindow()315 &src_rect, in RPI_CreateWindow()
Completed in 4 milliseconds