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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c1067 int initialx, maxrow, maxcolumn; /* avoid recomputation */ local
1081 maxrow = e_row +
1091 if (maxrow >= image->height) maxrow = image->height - 1;
1105 for (row = e_row; row <= maxrow; row++) {

Completed in 11 milliseconds