Home | History | Annotate | Download | only in qt

Lines Matching defs:bytesPerLine

181     const int bytesPerLine = image.bytesPerLine();
184 quint32* scanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
236 const int bytesPerLine = image.bytesPerLine();
243 const quint32* scanLine = reinterpret_cast_ptr<const quint32*>(bits + (y + originy) * bytesPerLine);
265 const quint32* scanLine = reinterpret_cast_ptr<const quint32*>(bits + (y + originy) * bytesPerLine);
339 const int bytesPerLine = image.bytesPerLine();
345 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
355 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);