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

  /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/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 124 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/
ilo_state_viewport.c 74 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/harfbuzz_ng/util/
options.cc 624 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); local
625 hb_font_set_scale (font, scale_x, scale_y);
  /external/libdrm/exynos/
exynos_fimg2d.c 695 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/dib/
fx_dib_engine.cpp 325 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);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 708 float scale_y = 1.0f; local
710 error = GetScaleFactor(crop, dst, &scale_x, &scale_y);
715 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled);
720 error = ValidateUpScaling(scale_x, scale_y);
728 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
729 if ((UINT32(scale_x) > 1) || (UINT32(scale_y) > 1)) {
737 if (scale_x > max_scale_down || scale_y > max_scale_down) {
739 "Scaling down is over the limit: scale_x = %.0f, scale_y = %.0f, " \
740 "has_deci = %d", scale_x, scale_y, hw_res_info_.has_decimation);
745 DLOGV_IF(kTagResources, "scale_x = %.4f, scale_y = %.4f", scale_x, scale_y)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 762 float scale_y = FLOAT(display_attributes_.y_pixels) / FLOAT(mixer_attributes.height); local
764 if (scale_x > max_scale_up || scale_y > max_scale_up) {
766 "Up scaling ratio exceeds for destination scalar upscale limit scale_x %f scale_y %f "
768 scale_x, scale_y, max_scale_up);
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 746 float scale_y = 1.0f; local
748 error = GetScaleFactor(crop, dst, &scale_x, &scale_y);
753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
758 error = ValidateUpScaling(scale_x, scale_y);
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
767 if ((UINT32(scale_x) > 1) || (UINT32(scale_y) > 1)) {
775 if (scale_x > max_scale_down || scale_y > max_scale_down) {
777 "Scaling down is over the limit: scale_x = %.0f, scale_y = %.0f, " \
778 "has_deci = %d", scale_x, scale_y, hw_res_info_.has_decimation);
783 DLOGV_IF(kTagResources, "scale_x = %.4f, scale_y = %.4f", scale_x, scale_y)
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 746 float scale_y = 1.0f; local
748 error = GetScaleFactor(crop, dst, &scale_x, &scale_y);
753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
758 error = ValidateUpScaling(scale_x, scale_y);
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
767 if ((UINT32(scale_x) > 1) || (UINT32(scale_y) > 1)) {
775 if (scale_x > max_scale_down || scale_y > max_scale_down) {
777 "Scaling down is over the limit: scale_x = %.0f, scale_y = %.0f, " \
778 "has_deci = %d", scale_x, scale_y, hw_res_info_.has_decimation);
783 DLOGV_IF(kTagResources, "scale_x = %.4f, scale_y = %.4f", scale_x, scale_y)
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 920 FX_FLOAT scale_y = FXSYS_fabs(matrixCTM.d); local
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.cc 513 double scale_y = static_cast<double>(dst_height) / local
515 double scale = std::min(scale_y, scale_x);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 1183 float scale_y = FLOAT(display_attributes_.y_pixels) \/ FLOAT(mixer_attributes.height); local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp 1330 float scale_y = FLOAT(display_attributes_.y_pixels) \/ FLOAT(mixer_attributes.height); local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.cpp 1071 float scale_y = FLOAT(display_attributes_.y_pixels) \/ FLOAT(mixer_attributes.height); local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_device.cpp 1333 float scale_y = FLOAT(display_attributes_.y_pixels) \/ FLOAT(mixer_attributes.height); local
    [all...]
  /external/ImageMagick/coders/
wmf.c 332 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);
330 scale_y, member in struct:_wmf_magick_t
    [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/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 417 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) + des_top
913 double scale_y = (double)des_hei \/ (double)src_hei; local
1773 double scale_y = (double)des_hei \/ (double)src_hei; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2920 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); local
    [all...]

Completed in 1373 milliseconds