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.15/src/video/gem/
SDL_gemvideo.c 930 short pxy[4], wind_pxy[4]; local
933 if (wind_get(GEM_handle, WF_WORKXYWH, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])==0) {
938 pxy[0] = wind_pxy[0] + rects[i].x;
939 pxy[1] = wind_pxy[1] + rects[i].y;
1180 short pxy[8],wind_pxy[8]; local
1187 if (wind_get(winhandle, WF_ICONIFY, &wind_pxy[0], &wind_pxy[1], &wind_pxy[2], &wind_pxy[3])!=0)
    [all...]

Completed in 153 milliseconds