Searched refs:dst_rect (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpimouse.c | 69 VC_RECT_T dst_rect; in RPI_CreateCursor() local 118 VC_RECT_T src_rect, dst_rect; in RPI_ShowCursor() local 249 VC_RECT_T dst_rect; in RPI_WarpMouseGlobal() local 274 dst_rect.x = x - curdata->hot_x; in RPI_WarpMouseGlobal() 276 dst_rect.width = curdata->w; in RPI_WarpMouseGlobal() 277 dst_rect.height = curdata->h; in RPI_WarpMouseGlobal() 285 &dst_rect, in RPI_WarpMouseGlobal() 308 VC_RECT_T dst_rect; in RPI_WarpMouseGlobalGraphicOnly() local 332 dst_rect.width = curdata->w; in RPI_WarpMouseGlobalGraphicOnly() 333 dst_rect.height = curdata->h; in RPI_WarpMouseGlobalGraphicOnly() [all …]
|
A D | SDL_rpivideo.c | 266 VC_RECT_T dst_rect; in RPI_CreateWindow() local 294 dst_rect.x = 0; in RPI_CreateWindow() 295 dst_rect.y = 0; in RPI_CreateWindow() 296 dst_rect.width = window->w; in RPI_CreateWindow() 297 dst_rect.height = window->h; in RPI_CreateWindow() 313 &dst_rect, in RPI_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 5445 SDL_Rect source_rect,dst_rect; in _HLineTextured() local 5516 dst_rect.y = y; in _HLineTextured() 5523 dst_rect.x= x1; in _HLineTextured() 5524 result = (SDL_BlitSurface (texture, &source_rect , dst, &dst_rect) == 0); in _HLineTextured() 5530 dst_rect.x= x1; in _HLineTextured() 5531 result |= (SDL_BlitSurface (texture, &source_rect , dst, &dst_rect) == 0); in _HLineTextured() 5542 dst_rect.x = x1 + pixels_written; in _HLineTextured() 5543 result |= (SDL_BlitSurface (texture,&source_rect , dst, &dst_rect) == 0); in _HLineTextured()
|
Completed in 15 milliseconds