Searched defs:bytesPerLine (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DBitmapInfo.h56 unsigned bytesPerLine() const { return (width() * bmiHeader.biBitCount + 7) / 8; } function in struct:WebCore::BitmapInfo
57 unsigned paddedBytesPerLine() const { return (bytesPerLine() + 3) & ~0x3; }
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp181 const int bytesPerLine = image.bytesPerLine(); local
184 quint32* scanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
236 const int bytesPerLine = image.bytesPerLine(); local
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(); local
345 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
[all...]
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h703 m_int bytesPerLine; /* Bytes per line value for surface */ member in struct:__anon12131
817 m_int bytesPerLine; /* Number of bytes in a line */ member in struct:__anon12137
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H703 m_int bytesPerLine; /* Bytes per line value for surface */ member in struct:__anon12430
817 m_int bytesPerLine; /* Number of bytes in a line */ member in struct:__anon12436
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 234 milliseconds