OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fitx
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java
96
float
fitX
= (float) sourceWidth / (float) destWidth;
103
if (
fitX
< fitY) {
106
cropHeight = (int) (destHeight *
fitX
);
109
scale = 1.0f /
fitX
;
Completed in 419 milliseconds