HomeSort by relevance Sort by last modified time
    Searched refs:heightScale (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/
FloatRect.cpp 128 float heightScale = destRect.height() / srcRect.height();
130 destRect.y() + (r.y() - srcRect.y()) * heightScale,
131 r.width() * widthScale, r.height() * heightScale);
  /external/webkit/WebCore/loader/
ImageDocument.cpp 227 float heightScale = (float)windowSize.height() / imageSize.height();
229 return min(widthScale, heightScale);
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 270 float heightScale = Math.min(viewHeight / h, 3.0f);
271 float scale = Math.min(widthScale, heightScale);
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 255 float heightScale = Math.min(viewHeight / h, 2.0f);
256 float scale = Math.min(widthScale, heightScale);

Completed in 280 milliseconds