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

  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 183 float scale_y = static_cast<float>( local
188 gfx::Point3F(scale_x, scale_y, 1)));
interpolated_transform.cc 232 float scale_y = ValueBetween(t, start_scale_.y(), end_scale_.y()); local
234 result.Scale(scale_x, scale_y);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 124 float scale_y; local
141 scale_y = (float)src_h / (float)dst_h;
151 (float)src_y + scale_y * (y - dst_y),
152 scale_x * w, scale_y * h, x, y, w, h, yuv);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 124 float scale_y; local
141 scale_y = (float)src_h / (float)dst_h;
151 (float)src_y + scale_y * (y - dst_y),
152 scale_x * w, scale_y * h, x, y, w, h, yuv);
  /external/chromium_org/cc/resources/
layer_quad.h 51 void scale_y(float sy) { y_ *= sy; } function in class:cc::LayerQuad::Edge
  /external/chromium_org/ash/wm/
window_animations.cc 107 float scale_y = static_cast<float>(target_bounds.height()) / bounds.height(); local
111 gfx::Point3F(scale_x, scale_y, 1)));
350 float scale_y = static_cast<float>(new_bounds.height()) / local
354 out_transform.Scale(scale_x, scale_y);
370 const float scale_y = static_cast<float>(old_bounds.height()) / local
374 in_transform.Scale(scale_x, scale_y);
  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 272 float scale_y = local
276 SkFloatToScalar(scale_y));
  /external/chromium_org/skia/ext/
image_operations.cc 191 float scale_y = static_cast<float>(dest_height) / local
197 scale_y, &y_filter_);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 1182 fs_reg scale_x, scale_y; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 1182 fs_reg scale_x, scale_y; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
x11windowpicker.cc 518 double scale_y = static_cast<double>(dst_height) / local
520 double scale = rtc::_min(scale_y, scale_x);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2057 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local
2269 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2057 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local
2269 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 294 int scale_y = ssize.height/dsize.height; \
295 int area = scale_x*scale_y; \
296 float scale = 1.f/(scale_x*scale_y); \
305 const arrtype* _src = src + dy*scale_y*srcstep + xofs[dx]; \
330 float scale_y = (float)ssize.height/dsize.height; \
380 if( (cur_dy + 1)*scale_y <= sy + 1 || sy == ssize.height - 1 ) \
382 float beta = sy + 1 - (cur_dy+1)*scale_y, beta1; \
423 float scale_y = (float)ssize.height/dsize.height; \
440 fy = dy*scale_y; \
637 float scale_x, scale_y; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1682 milliseconds