Searched defs:xi (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 379 int xi, yi; local 396 for (xi = 0; xi < pWI->width; xi++) { 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+pWI->y+1)) 424 pPel->pixel = XGetPixel(xim, xi, y [all...] |
Completed in 54 milliseconds