Searched refs:window_x (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | XWDFile.h | 89 CARD32 window_x; /* Window upper left X coordinate */ member in struct:_xwd_file_header
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | x11perf.c | 920 int window_y, window_x; local in function:main 1332 window_x = 2; 1333 if (DisplayWidth(xparms.d, screen) < WIDTH + window_x + 1) 1334 window_x = -1; 1338 xparms.w = CreatePerfWindow(&xparms, window_x, window_y, WIDTH, HEIGHT); 1340 if (window_x + 1 + WIDTH > DisplayWidth(xparms.d, screen)) 1341 HSx = DisplayWidth(xparms.d, screen) - (1 + window_x + 1); 1345 status = CreatePerfWindow(&xparms, window_x, window_y + HEIGHT+3, WIDTH, 20);
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | xwd.c | 480 header.window_x = absx;
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 609 hints.x = header.window_x; 1251 printf("window x: %d\n", (int)header->window_x);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 739 pXWDHeader->window_x = pXWDHeader->window_y = 0;
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 671 pXWDHeader->window_x = pXWDHeader->window_y = 0;
|
Completed in 8 milliseconds