Home
last modified time | relevance | path

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

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