Lines Matching refs:src_rect
118 VC_RECT_T src_rect, dst_rect; in RPI_ShowCursor() local
171 vc_dispmanx_rect_set(&src_rect, 0, 0, curdata->w << 16, curdata->h << 16); in RPI_ShowCursor()
187 &src_rect, in RPI_ShowCursor()
250 VC_RECT_T src_rect; in RPI_WarpMouseGlobal() local
270 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() local
326 src_rect.x = 0; in RPI_WarpMouseGlobalGraphicOnly()
327 src_rect.y = 0; in RPI_WarpMouseGlobalGraphicOnly()
328 src_rect.width = curdata->w << 16; in RPI_WarpMouseGlobalGraphicOnly()
329 src_rect.height = curdata->h << 16; in RPI_WarpMouseGlobalGraphicOnly()
342 &src_rect, in RPI_WarpMouseGlobalGraphicOnly()