HomeSort by relevance Sort by last modified time
    Searched defs:scale_x (Results 1 - 3 of 3) sorted by null

  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 68 double scale_x = scaleX.getDouble(time); local
71 int width = (int)(image.getWidth(null) * scale_x);
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 647 float scale_x = sqrt(mat.a * mat.a + mat.b * mat.b); local
649 float inverse_scale_x = SkScalarNearlyZero(scale_x) ? 0.0f : 1.0f / scale_x;
651 int scaled_width = static_cast<int>(rect.width * fabs(scale_x));
  /external/opencv/cv/src/
cvimgwarp.cpp 293 int scale_x = ssize.width/dsize.width; \
295 int area = scale_x*scale_y; \
296 float scale = 1.f/(scale_x*scale_y); \
637 float scale_x, scale_y; local
    [all...]

Completed in 2476 milliseconds