Searched refs:FB_dst_to_xy (Results 1 - 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
H A D | SDL_fbriva.c | 90 FB_dst_to_xy(this, dst, &dstX, &dstY); 136 FB_dst_to_xy(this, src, &srcX, &srcY); 137 FB_dst_to_xy(this, dst, &dstX, &dstY);
|
H A D | SDL_fbmatrox.c | 89 FB_dst_to_xy(this, dst, &dstX, &dstY); 148 FB_dst_to_xy(this, src, &srcX, &srcY); 149 FB_dst_to_xy(this, dst, &dstX, &dstY);
|
H A D | SDL_fbvideo.h | 190 static __inline__ void FB_dst_to_xy(_THIS, SDL_Surface *dst, int *x, int *y) function
|
Completed in 55 milliseconds