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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.h 43 const uint8_t* pixels() const { return m_pixelData ? &m_pixelData[0] : 0; }
47 OwnArrayPtr<uint8_t> m_pixelData;
PlatformCanvas.h 104 OwnArrayPtr<uint8_t> m_pixelData;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 135 OwnArrayPtr<unsigned> m_pixelData;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 492 UInt8* buffer() const { return m_pixelData.buffer(); }
493 unsigned bufferLength() const { return m_pixelData.bufferLength(); }
494 const IntSize& size() const { return m_pixelData.size(); }
495 unsigned bytesPerRow() const { return m_pixelData.bytesPerRow(); }
496 unsigned short bitsPerPixel() const { return m_pixelData.bitsPerPixel(); }
497 const DIBPixelData& windowsDIB() const { return m_pixelData; }
502 DIBPixelData m_pixelData;

Completed in 150 milliseconds