Home | History | Annotate | Download | only in src

Lines Matching refs:col

214     int row, col;
275 for( col = 0; col < w; col++ )
276 fn += _POINT( row, col ) != 0;
285 for( col = 0; col < w; col++ )
287 if( _POINT( row, col ))
297 x[fi] = col;
302 xc = (float) col + 0.5f;