Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp931 m_scanline.resize(width * 4); in flipVertically()
932 uint8* scanline = &m_scanline[0]; in flipVertically()
DGraphicsContext3D.h546 Vector<uint8_t> m_scanline; variable