Home
last modified time | relevance | path

Searched refs:yDest (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFilterEffect.cpp150 int yDest = 0; in copyImageBytes() local
152 yDest = -yOrigin; in copyImageBytes()
162 unsigned char *destinationPixel = destination->data() + ((yDest * rect.width()) + xDest) * 4; in copyImageBytes()