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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImage.cpp159 float vPhase = tileScaleFactor.height() * srcRect.y(); local
165 vPhase -= (dstRect.height() - scaledTileHeight) / 2;
166 FloatPoint patternPhase(dstRect.x() - hPhase, dstRect.y() - vPhase);

Completed in 180 milliseconds