Searched refs:m_rowBytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.cpp211 m_rowBytes[i] = 0;
219 m_rowBytes[i] = rowBytes[i];
232 return m_rowBytes[i];
H A DImageDecoder.h61 size_t m_rowBytes[3]; member in class:blink::ImagePlanes
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp47 , m_rowBytes(rowBytes)
57 if (info != m_info || m_rowBytes != dst->rowBytes())
60 if (!dst->installPixels(m_info, m_pixels, m_rowBytes))
69 size_t m_rowBytes; member in class:blink::ImageFrameGenerator::ExternalMemoryAllocator

Completed in 2130 milliseconds