Home
last modified time | relevance | path

Searched defs:sourcePixel (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkBlitter_ARGB32_Subpixel.cpp78 const uint32_t sourcePixel) { in BlendLCDPixelWithColor()
106 const uint32_t sourcePixel) { in BlendLCDPixelWithOpaqueColor()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DImageBufferHaiku.cpp134 const uint8* sourcePixel = sourceRows; in convertFromData() local
158 const uint8* sourcePixel = sourceRows; in convertFromInternalData() local
187 const uint8* sourcePixel = sourceRows; in convertToInternalData() local
/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.cpp163 …unsigned char *sourcePixel = source->data() + ((yOrigin * m_absolutePaintRect.width()) + xOrigin) … in copyImageBytes() local