Home | History | Annotate | Download | only in haiku

Lines Matching refs:destBytesPerRow

130                                    uint8* destRows, unsigned destBytesPerRow,
146 destRows += destBytesPerRow;
151 uint8* destRows, unsigned destBytesPerRow,
170 destRows += destBytesPerRow;
174 destRows, destBytesPerRow,
180 uint8* destRows, unsigned destBytesPerRow,
206 destRows += destBytesPerRow;
210 destRows, destBytesPerRow,
235 unsigned destBytesPerRow = 4 * rect.width();
240 + (rect.y() - static_cast<int>(sourceRect.top)) * destBytesPerRow;
251 convertFromInternalData(sourceRows, sourceBytesPerRow, destRows, destBytesPerRow,
293 uint32 destBytesPerRow = imageData.m_bitmap.BytesPerRow();
297 + static_cast<int>(destRect.top) * destBytesPerRow;
301 convertToInternalData(sourceRows, sourceBytesPerRow, destRows, destBytesPerRow,