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

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

Completed in 54 milliseconds