HomeSort by: relevance | last modified time | path
    Searched refs:relx (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
graphics_regis.c 3854 load_regis_raw_extent(char const *extent, int *relx, int *rely,
3893 *relx = 1;
3900 *relx = 0;
3907 *relx = 1;
3935 int relx, rely; local
3938 if (!load_regis_raw_extent(extent, &relx, &rely, &px, &py, 1)) {
3942 if (relx | rely) {
3957 int relx, rely; local
3960 if (!load_regis_raw_extent(extent, &relx, &rely, &px, &py, 1)) {
3968 if (relx)
3982 int relx, rely; local
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
Panner.c 960 Bool relx, rely; local
969 (int)XtWidth(pw) - pad, &relx);
973 if (relx)
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 2148 int relx, rely; local
2165 relx = x;
2184 relx += pDraw->x;
2192 relx -= pPix->screen_x;
2218 if (relx < 0 || relx + width > (int) pBoundingDraw->width ||
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 2004 int relx, rely; local
2022 relx = x;
2034 relx += pDraw->x;
2042 relx -= pPix->screen_x;
2070 if(relx < 0 || relx + width > (int)pBoundingDraw->width ||

Completed in 14 milliseconds