Home
last modified time | relevance | path

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

/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
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureHelper.java262 TexturePixel sourcePixel = new TexturePixel(); in mergeTextures() local