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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DImage.cpp205 float vPhase = tileScaleFactor.height() * srcRect.y(); local
211 vPhase -= (dstRect.height() - scaledTileHeight) / 2;
212 FloatPoint patternPhase(dstRect.x() - hPhase, dstRect.y() - vPhase);

Completed in 49 milliseconds