OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vphase
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebCore/platform/graphics/
Image.cpp
166
float
vPhase
= scale.height() * srcRect.y();
170
vPhase
-= fmodf(dstRect.height(), scale.height() * srcRect.height()) / 2.0f;
171
FloatPoint patternPhase(dstRect.x() - hPhase, dstRect.y() -
vPhase
);
Completed in 283 milliseconds