Lines Matching refs:col
393 GLint row, col;395 #define SET_PIXEL(COL, ROW) \396 destBuffer[(ROW) * destStride + (COL)] = onValue;404 for (col = 0; col < width; col++) {407 SET_PIXEL(col, row);426 for (col = 0; col < width; col++) {429 SET_PIXEL(col, row);