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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterEffect.cpp344 int xDest = 0; local
346 xDest = -xOrigin;
366 unsigned char *destinationPixel = destination->data() + ((yDest * scaledRect.width()) + xDest) * 4;

Completed in 88 milliseconds