Searched refs:m_pixels (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/common/
H A DtcuSurface.cpp37 , m_pixels (width*height)
56 m_pixels.resize(width*height);
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/core/animation/animatable/
H A DAnimatableLength.cpp55 m_pixels = pixelsAndPercent.pixels / zoom;
64 return Length(clampNumber(m_pixels, range) * zoom, Fixed);
67 return Length(CalculationValue::create(PixelsAndPercent(m_pixels * zoom, m_percent), range));
73 return create(blend(m_pixels, length->m_pixels, fraction), blend(m_percent, length->m_percent, fraction),
80 return m_pixels == length->m_pixels && m_percent == length->m_percent && m_hasPixels == length->m_hasPixels && m_hasPercent == length->m_hasPercent;
H A DAnimatableLength.h57 : m_pixels(pixels)
69 double m_pixels; member in class:blink::FINAL
/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 202 milliseconds