HomeSort by relevance Sort by last modified time
    Searched defs:m_pixels (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLength.h 57 : m_pixels(pixels)
69 double m_pixels; member in class:WebCore::FINAL
  /external/deqp/framework/common/
tcuSurface.hpp 70 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.empty() ? DE_NULL : &m_pixels[0])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.cpp 48 , m_pixels(pixels)
62 if (!dst->installPixels(m_info, m_pixels, m_rowBytes))
70 void* m_pixels; member in class:WebCore::ImageFrameGenerator::ExternalMemoryAllocator

Completed in 3079 milliseconds