Home | History | Annotate | Download | only in util

Lines Matching refs:col

120 	for (unsigned int col = 0; col < w; col++)
124 for (unsigned int col = 0; col < limit; col++)
127 for (unsigned int col = limit; col < w; col++)
380 for (unsigned int col = 0; col < cols; col++) {
381 image.copy_sub_image (cell, col * CELL_W, row * CELL_H, CELL_W, CELL_H);