Searched defs:m_pixels (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLength.h57 : m_pixels(pixels)
69 double m_pixels; member in class:blink::FINAL
/external/deqp/framework/common/
H A DtcuSurface.hpp70 std::vector<deUint32> m_pixels; member in class:tcu::Surface
78 deUint32* pixAddr = &m_pixels[pixOffset];
95 const deUint32* pixAddr = &m_pixels[pixOffset];
122 const deUint8* ptr = (m_pixels.empty() ? NULL : ((deUint8*)&m_pixels[0]) + 4 * (x + y * m_width));
140 deUint8* ptr = (m_pixels.empty() ? NULL : ((deUint8*)&m_pixels[0]) + 4 * (x + y * m_width));
147 return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : &m_pixels[0]);
153 return PixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp46 , m_pixels(pixels)
60 if (!dst->installPixels(m_info, m_pixels, m_rowBytes))
68 void* m_pixels; member in class:blink::ImageFrameGenerator::ExternalMemoryAllocator

Completed in 208 milliseconds