Searched refs:bytesPerLine (Results 1 - 15 of 15) 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...]
H A DContextShadowQt.cpp152 m_layerImage.bytesPerLine());
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc252 int buflineadd = my_image->bytesPerLine();
254 buf += (rect.left()<<1) + rect.top() * my_image->bytesPerLine();
288 int buflineadd = my_image->bytesPerLine();
290 buf += (rect.left()<<1) + rect.top() * my_image->bytesPerLine();
301 int buflineadd = my_image->bytesPerLine() - (rect.width() << 1);
311 buf += my_image->bytesPerLine() * (rect.top() + rect.height()) -
H A DSDL_sysvideo.cc310 current->pitch = qimage->bytesPerLine();
/external/quake/quake/src/QW/client/
H A Dvid_win.c1393 vid.rowbytes = vid.conrowbytes = dibdc->mi.bytesPerLine;
1551 vid.rowbytes = vid.conrowbytes = dibdc->mi.bytesPerLine;
1775 vid.rowbytes = vid.conrowbytes = memdc->mi.bytesPerLine;
1781 vid.rowbytes = vid.conrowbytes = mgldc->mi.bytesPerLine;
2522 ((y << repshift) + i + j) * mgldc->mi.bytesPerLine,
2525 ((y << repshift) + i + j) * mgldc->mi.bytesPerLine,
2613 ((y << repshift) + i + j) * mgldc->mi.bytesPerLine,
/external/quake/quake/src/WinQuake/
H A Dvid_win.cpp1352 vid.rowbytes = vid.conrowbytes = dibdc->mi.bytesPerLine;
1510 vid.rowbytes = vid.conrowbytes = dibdc->mi.bytesPerLine;
1734 vid.rowbytes = vid.conrowbytes = memdc->mi.bytesPerLine;
1740 vid.rowbytes = vid.conrowbytes = mgldc->mi.bytesPerLine;
2482 ((y << repshift) + i + j) * mgldc->mi.bytesPerLine,
2485 ((y << repshift) + i + j) * mgldc->mi.bytesPerLine,
2573 ((y << repshift) + i + j) * mgldc->mi.bytesPerLine,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java318 int srcIndex = srcY * srcData.bytesPerLine + srcX * bytesPerPixel;
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp228 imageExpose.stride = image->bytesPerLine();
246 imageExpose.stride = m_image.bytesPerLine();
/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/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/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 404 milliseconds