Lines Matching refs:row
127 for (int row = 0; row < height; row++) { in fillBuffer() local
129 auto pixel = row * static_cast<int32_t>(width) + col; in fillBuffer()
132 int offset = (row * static_cast<int32_t>(stride) + col) * bytesPerPixel; in fillBuffer()
147 for (int row = 0; row < height; row++) { in clearColors() local
149 int pixel = row * displayWidth + col; in clearColors()
157 for (int row = area.top; row < area.bottom; row++) { in fillColorsArea() local
159 int pixel = row * stride + col; in fillColorsArea()
182 for (int row = 0; row < height; row++) { in compareColorBuffers() local
184 auto pixel = row * static_cast<int32_t>(width) + col; in compareColorBuffers()
185 int offset = (row * static_cast<int32_t>(stride) + col) * bytesPerPixel; in compareColorBuffers()
200 for (int row = 0; row < height; row++) { in compareColorBuffers() local
202 int offset = (row * static_cast<int32_t>(stride) + col) * bytesPerPixel; in compareColorBuffers()