Lines Matching full:row
193 // Use 4-byte row alignment (OpenGL default) for upload performance.
207 // Strides not equal, so do a row-by-row memcpy from the
209 for (int row = 0; row < source_rect.height(); ++row)
210 memcpy(&sub_image_[upload_image_stride * row],
212 (offset.x() + (offset.y() + row) * image_rect.width())],
248 // Use 4-byte row alignment (OpenGL default) for upload performance.
276 // Strides not equal, so do a row-by-row memcpy from the
278 for (int row = 0; row < source_rect.height(); ++row) {
279 memcpy(&pixel_dest[upload_image_stride * row],
281 (offset.x() + (offset.y() + row) * image_rect.width())],