Lines Matching refs:row
211 // Use 4-byte row alignment (OpenGL default) for upload performance.
225 // Strides not equal, so do a row-by-row memcpy from the
227 for (int row = 0; row < source_rect.height(); ++row)
228 memcpy(&sub_image_[upload_image_stride * row],
230 (offset.x() + (offset.y() + row) * image_rect.width())],
281 // Use 4-byte row alignment (OpenGL default) for upload performance.
309 // Strides not equal, so do a row-by-row memcpy from the
311 for (int row = 0; row < source_rect.height(); ++row) {
312 memcpy(&pixel_dest[upload_image_stride * row],
314 (offset.x() + (offset.y() + row) * image_rect.width())],