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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp226 float hPhase = tileScaleFactor.width() * srcRect.x(); local
231 hPhase -= (dstRect.width() - scaledTileWidth) / 2;
234 FloatPoint patternPhase(dstRect.x() - hPhase, dstRect.y() - vPhase);

Completed in 114 milliseconds