Searched refs:icon_rect (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c1200 short icon_rect[4], dst_rect[4]; local
1211 icon_rect[0] = iconx;
1212 icon_rect[1] = icony;
1213 icon_rect[2] = surface->w;
1214 icon_rect[3] = surface->h;
1223 if (!rc_intersect((GRECT *)icon_rect, (GRECT *)dst_rect)) {
1231 icon_rect[0], icon_rect[1], icon_rect[2], icon_rect[
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m1415 SDL_Rect icon_rect;
1432 icon_rect.x = SDL_VideoSurface->w - 13;
1433 icon_rect.y = SDL_VideoSurface->h - 13;
1434 icon_rect.w = 13;
1435 icon_rect.h = 13;
1437 SDL_BlitSurface (resize_icon, NULL, SDL_VideoSurface, &icon_rect);

Completed in 16 milliseconds