Lines Matching refs:rowIdx
4214 for (int rowIdx = 0; rowIdx < img->height; rowIdx++)4216 char* rowStart = img->imageData + rowIdx*img->widthStep;4223 target[rowIdx*img->width+colIdx] = (r << 16) + (g << 8) + b;