Searched defs:yi (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c379 int xi, yi; local
390 for (yi = 0; yi < pWI->height; yi++) {
392 if ((yi % 128) == 0) {
397 MVPel *pPel = mvFindPel(xi+pWI->x1-request_x, yi+pWI->y1-request_y);
413 (pWI->region && (XPointInRegion(pWI->region, xi+pWI->x, yi+pWI->y))
415 && (XPointInRegion(pWI->region, xi+pWI->x+1, yi+pWI->y))
416 && (XPointInRegion(pWI->region, xi+pWI->x, yi+pWI->y+1))
417 && (XPointInRegion(pWI->region, xi+pWI->x+1, yi
[all...]

Completed in 10 milliseconds