HomeSort by relevance Sort by last modified time
    Searched full:wind_pxy (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 933 short pxy[4], wind_pxy[4]; local
936 if (wind_get(GEM_handle, WF_WORKXYWH, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])==0) {
941 pxy[0] = wind_pxy[0] + rects[i].x;
942 pxy[1] = wind_pxy[1] + rects[i].y;
1183 short pxy[8],wind_pxy[8]; local
1190 if (wind_get(winhandle, WF_ICONIFY, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])!=0)
    [all...]

Completed in 142 milliseconds