Home
last modified time | relevance | path

Searched defs:scale_y (Results 1 – 22 of 22) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DImageSprite.java69 double scale_y = scaleY.getDouble(time); in paint() local
/external/chromium_org/ash/wm/
Dwindow_animations.cc107 float scale_y = static_cast<float>(target_bounds.height()) / bounds.height(); in AddLayerAnimationsForMinimize() local
350 float scale_y = static_cast<float>(new_bounds.height()) / in CrossFadeAnimation() local
370 const float scale_y = static_cast<float>(old_bounds.height()) / in CrossFadeAnimation() local
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c124 float scale_y; in xa_yuv_planar_blit() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Dxa_yuv.c124 float scale_y; in xa_yuv_planar_blit() local
/external/pixman/test/
Dscaling-crash-test.c26 int32_t scale_y, in run_test()
Daffine-test.c41 pixman_fixed_t scale_x = 65536, scale_y = 65536; in test_composite() local
Dscaling-test.c69 pixman_fixed_t scale_x = 65536, scale_y = 65536; in test_composite() local
/external/chromium_org/cc/resources/
Dlayer_quad.h51 void scale_y(float sy) { y_ *= sy; } in scale_y() function
/external/chromium_org/cc/layers/
Dpainted_scrollbar_layer.cc272 float scale_y = in RasterizeScrollbarPart() local
/external/chromium_org/ui/gfx/
Dinterpolated_transform_unittest.cc183 float scale_y = static_cast<float>( in GetMaximize() local
Dinterpolated_transform.cc232 float scale_y = ValueBetween(t, start_scale_.y(), end_scale_.y()); in InterpolateButDoNotCompose() local
/external/pixman/pixman/
Dpixman-filter.c304 pixman_fixed_t scale_y, in pixman_filter_create_separable_convolution()
/external/chromium_org/skia/ext/
Dimage_operations.cc191 float scale_y = static_cast<float>(dest_height) / in ResizeFilter() local
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp234 double scale_y = FXSYS_Div((FX_FLOAT)(m_SrcHeight), (FX_FLOAT)(m_DestHeight)); in CStretchEngine() local
/external/chromium_org/third_party/webrtc/base/
Dx11windowpicker.cc518 double scale_y = static_cast<double>(dst_height) / in GetDrawableThumbnail() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp1182 fs_reg scale_x, scale_y; in emit_texcoord() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp1182 fs_reg scale_x, scale_y; in emit_texcoord() local
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp580 CGFloat scale_y = FXSYS_fabs(ctm.d); in SetDIBits() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2057 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin() local
2269 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_cos() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2057 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin() local
2269 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_cos() local
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp235 FX_FLOAT scale_y = FXSYS_fabs(matrixCTM.d); in DrawNormalText() local
/external/opencv/cv/src/
Dcvimgwarp.cpp637 float scale_x, scale_y; in cvResize() local