Home
last modified time | relevance | path

Searched refs:m_bytesPerRow (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h340 unsigned bytesPerRow() const { return m_bytesPerRow; } in bytesPerRow()
348 unsigned m_bytesPerRow; variable
/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp212 m_bytesPerRow = bmpInfo.bmWidthBytes; in WindowsBitmap()