Lines Matching defs:xi
379 int xi, yi;
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, yi);