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

/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c1453 int x, y, xs, ys, xe, ye, width, height; local in function:DlImage
1462 ye = Y_ARG(image->pos[3]);
1466 if (ye <= 0)
1467 ye = ys + height;
1476 ye += ypad;
1478 ye += ypad;
1488 for (y = ys; y < ye; y += height)
1496 0, 0, (unsigned)XawMin(width, xe - x), (unsigned)XawMin(height, ye - y),
1500 (unsigned)XawMin(width, xe - x), (unsigned)XawMin(height, ye - y), x, y);
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_accel.c274 int xa, xe, ya, ye; local in function:CrimeSubsequentSolidFillRect
287 ye = MIN(fPtr->cye, y + h);
288 if ((xa < xe) && (ya < ye)) {
292 (((xe << 2) - 1 ) << 16) | ((ye - 1) & 0xffff));

Completed in 7 milliseconds