HomeSort by relevance Sort by last modified time
    Searched refs:m_bitmapBuffer (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 74 m_bitmap = CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, reinterpret_cast<void**>(&m_bitmapBuffer), 0, 0);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 383 UInt8* buffer() const { return m_bitmapBuffer; }
391 UInt8* m_bitmapBuffer;

Completed in 37 milliseconds