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