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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp227 float vPhase = tileScaleFactor.height() * srcRect.y(); local
233 vPhase -= (dstRect.height() - scaledTileHeight) / 2;
234 FloatPoint patternPhase(dstRect.x() - hPhase, dstRect.y() - vPhase);

Completed in 113 milliseconds