HomeSort by relevance Sort by last modified time
    Searched defs:bytesPerLine (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/win/
BitmapInfo.h 56 unsigned bytesPerLine() const { return (width() * bmiHeader.biBitCount + 7) / 8; }
57 unsigned paddedBytesPerLine() const { return (bytesPerLine() + 3) & ~0x3; }
  /frameworks/base/include/utils/
TextOutput.h 97 HexDump(const void *buf, size_t size, size_t bytesPerLine=16);
100 inline HexDump& setBytesPerLine(size_t bytesPerLine);
107 inline size_t bytesPerLine() const;
167 inline HexDump& HexDump::setBytesPerLine(size_t bytesPerLine) {
168 mBytesPerLine = bytesPerLine; return *this;
182 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 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);
    [all...]
  /system/extras/tests/lib/testUtil/
testUtil.c 321 const unsigned int bytesPerLine = 16;
329 if (((ptr - start) % bytesPerLine) == 0) {
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 703 m_int bytesPerLine; /* Bytes per line value for surface */
817 m_int bytesPerLine; /* Number of bytes in a line */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 703 m_int bytesPerLine; /* Bytes per line value for surface */
817 m_int bytesPerLine; /* Number of bytes in a line */
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 109 milliseconds