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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c1063 int e_row, e_column; /* expose dimensions */ local
1079 e_column = ev->x / magnification;
1080 initialx = e_column * magnification;
1083 maxcolumn = e_column +
1113 for (column = e_column; column <= maxcolumn; column++) {

Completed in 13 milliseconds