HomeSort by relevance Sort by last modified time
    Searched refs:scale_y (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/cc/layers/
contents_scaling_layer.h 29 gfx::Size ComputeContentBoundsForScale(float scale_x, float scale_y) const;
contents_scaling_layer.cc 12 float scale_y) const {
13 return gfx::ToCeiledSize(gfx::ScaleSize(bounds(), scale_x, scale_y));
painted_scrollbar_layer.cc 272 float scale_y = local
276 SkFloatToScalar(scale_y));
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 69 double scale_y = scaleY.getDouble(time); local
72 int height = (int)(image.getHeight(null) * 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/pixman/test/
scaling-crash-test.c 26 int32_t scale_y,
73 pixman_transform_init_scale (&transform, scale_x, scale_y);
affine-test.c 41 pixman_fixed_t scale_x = 65536, scale_y = 65536; local
104 scale_y = -65536 * 3 + prng_rand_n (65536 * 6);
106 scale_y = scale_x;
107 pixman_transform_init_scale (&transform, scale_x, scale_y);
scaling-test.c 69 pixman_fixed_t scale_x = 65536, scale_y = 65536; local
165 scale_y = -32768 * 3 + prng_rand_n (65536 * 5);
168 pixman_transform_init_scale (&transform, scale_x, scale_y);
244 printf ("op=%s, scale_x=%d, scale_y=%d, repeat=%d\n",
245 operator_name (op), scale_x, scale_y, repeat);
  /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/resources/
layer_quad.h 51 void scale_y(float sy) { y_ *= sy; } function in class:cc::LayerQuad::Edge
  /external/pixman/pixman/
pixman-filter.c 304 pixman_fixed_t scale_y,
313 double sy = fabs (pixman_fixed_to_double (scale_y));
pixman.h     [all...]
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 232 float scale_y = ValueBetween(t, start_scale_.y(), end_scale_.y()); local
234 result.Scale(scale_x, scale_y);
interpolated_transform_unittest.cc 183 float scale_y = static_cast<float>( local
188 gfx::Point3F(scale_x, scale_y, 1)));
  /external/chromium_org/skia/ext/
image_operations.cc 191 float scale_y = static_cast<float>(dest_height) / local
197 scale_y, &y_filter_);
  /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/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/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 235 FX_FLOAT scale_y = FXSYS_fabs(matrixCTM.d); local
236 deviceCtm.Concat(scale_x, 0, 0, scale_y, 0, 0);
237 text2Device.Concat(scale_x, 0, 0, scale_y, 0, 0);
264 if (scale_x > 1 && scale_y > 1) {
270 FX_RECT bmp_rect(FXSYS_round((FX_FLOAT)(bmp_rect1.left) / scale_x), FXSYS_round((FX_FLOAT)(bmp_rect1.top) / scale_y),
271 FXSYS_round((FX_FLOAT)bmp_rect1.right / scale_x), FXSYS_round((FX_FLOAT)bmp_rect1.bottom / scale_y));
278 int pixel_height = FXSYS_round(bmp_rect.Height() * scale_y);
280 int pixel_top = FXSYS_round(bmp_rect.top * scale_y);
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 580 CGFloat scale_y = FXSYS_fabs(ctm.d); local
582 src_top /= scale_y;
584 src_height /= scale_y;
590 rect_usr.size = CGSizeMake(pBitmap->GetWidth() / scale_x, pBitmap->GetHeight() / scale_y);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 234 double scale_y = FXSYS_Div((FX_FLOAT)(m_SrcHeight), (FX_FLOAT)(m_DestHeight)); local
239 double src_top = FXSYS_Mul(scale_y, (FX_FLOAT)(clip_rect.top) + base_y);
240 double src_bottom = FXSYS_Mul(scale_y, (FX_FLOAT)(clip_rect.bottom) + base_y);
    [all...]
  /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/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/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/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 1182 fs_reg scale_x, scale_y; local
    [all...]

Completed in 602 milliseconds

1 2