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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterEffect.cpp336 int yDest = 0; local
338 yDest = -yOrigin;
348 unsigned char *destinationPixel = destination->data() + ((yDest * rect.width()) + xDest) * 4;

Completed in 165 milliseconds