Searched refs:scale_y (Results 1 - 13 of 13) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DImageSprite.java69 double scale_y = scaleY.getDouble(time);
72 int height = (int)(image.getHeight(null) * scale_y);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c124 float scale_y; local
141 scale_y = (float)src_h / (float)dst_h;
152 (float)src_y + scale_y * (y - dst_y),
153 scale_x * w, scale_y * h, x, y, w, h, yuv);
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_viewport.c74 float scale_x, scale_y; local
90 scale_y = fabsf(mat->scale[1]);
104 if (scale_y < 1.0f)
105 scale_y = 1.0f;
110 *min_gby = ((float) (center_y - half_len) - mat->translate[1]) / scale_y;
111 *max_gby = ((float) (center_y + half_len) - mat->translate[1]) / scale_y;
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp417 double scale_y = (double)m_sizeY / (double)m_clipBox.Height(); local
418 int32_t row = (int32_t)((line - m_clipBox.top) * scale_y) + m_startY;
561 double scale_y = (double)des_hei / (double)src_hei; local
563 int des_row = (int)(src_row * scale_y) + des_top;
568 if (m_SrcPassNumber == 1 && scale_y > 1.0) {
569 ResampleVert(pDIBitmap, scale_y, des_row);
572 if (pass == 6 && scale_y > 1.0) {
573 ResampleVert(pDIBitmap, scale_y, des_row);
744 double scale_y = (double)des_hei / (double)src_hei; local
746 int des_row = (int)(src_row * scale_y)
776 GifDoubleLineResampleVert( CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row) argument
913 double scale_y = (double)des_hei / (double)src_hei; local
930 ResampleVertBT(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row) argument
1649 ResampleVert(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row) argument
1773 double scale_y = (double)des_hei / (double)src_hei; local
[all...]
H A Dccodec_progressivedecoder.h205 double scale_y,
223 void ResampleVert(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
226 void ResampleVertBT(CFX_DIBitmap* pDeviceBitmap, double scale_y, int des_row);
/external/libdrm/exynos/
H A Dexynos_fimg2d.c695 unsigned int scale_x, scale_y; local
706 scale_y = g2d_get_scaling(src_h, dst_h);
757 g2d_add_cmd(ctx, SRC_YSCALE_REG, scale_y);
921 unsigned int scale_x, scale_y; local
928 scale_y = g2d_get_scaling(src_h, dst_h);
992 g2d_add_cmd(ctx, SRC_YSCALE_REG, scale_y);
/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp920 FX_FLOAT scale_y = FXSYS_fabs(matrixCTM.d); local
922 CFX_Matrix m(scale_x, 0, 0, scale_y, 0, 0);
955 if (scale_x > 1 && scale_y > 1) {
962 FXSYS_round((FX_FLOAT)(bmp_rect1.top) / scale_y),
964 FXSYS_round((FX_FLOAT)bmp_rect1.bottom / scale_y));
969 int pixel_height = FXSYS_round(bmp_rect.Height() * scale_y);
971 int pixel_top = FXSYS_round(bmp_rect.top * scale_y);
/external/opencv/cv/src/
H A Dcvimgwarp.cpp294 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/ImageMagick/coders/
H A Dwmf.c332 scale_y,
716 XC(bmp_draw->pt.x) * ddata->scale_x, YC(bmp_draw->pt.y) * ddata->scale_y,
717 width * ddata->scale_x, height * ddata->scale_y, magick_wand);
847 DrawScale(WmfDrawingWand, ddata->scale_x, ddata->scale_y);
1542 text_width = metrics.width * (ddata->scale_y / ddata->scale_x);
1610 DrawScale(WmfDrawingWand, ddata->scale_y / ddata->scale_x, 1.0);
2007 ((double) 1 / (ddata->scale_y))) / 2;
2765 ddata->scale_y = (image_height/bounding_height);
2771 ddata->scale_y = (-image_height/bounding_height);
2800 ddata->scale_y);
330 scale_y, member in struct:_wmf_magick_t
[all...]
/external/harfbuzz_ng/util/
H A Doptions.cc624 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); local
625 hb_font_set_scale (font, scale_x, scale_y);
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc513 double scale_y = static_cast<double>(dst_height) / local
515 double scale = std::min(scale_y, scale_x);
/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp325 double scale_y = (FX_FLOAT)m_SrcHeight / (FX_FLOAT)m_DestHeight; local
330 double src_top = scale_y * ((FX_FLOAT)(clip_rect.top) + base_y);
331 double src_bottom = scale_y * ((FX_FLOAT)(clip_rect.bottom) + base_y);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2920 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local
2927 LLVMValueRef emm2_i = LLVMBuildFPToSI(b, scale_y, bld->int_vec_type, "emm2_i");

Completed in 2582 milliseconds