Searched refs:stretch_width (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 245 int stretch_width = (int)FXSYS_ceil(FXSYS_sqrt2(pDestMatrix->a, pDestMatrix->b)); in Start() local 248 stretch2dest.Concat(pDestMatrix->a / stretch_width, pDestMatrix->b / stretch_width, in Start() 254 m_StretchClip.Intersect(0, 0, stretch_width, stretch_height); in Start() 255 m_Stretcher.Start(&m_Storer, pSrc, stretch_width, stretch_height, m_StretchClip, flags); in Start() 291 int res_x, int res_y, int stretch_width, int stretch_height) in _bicubic_get_pos_weight() argument 305 if (pos_pixel[i] >= stretch_width) { in _bicubic_get_pos_weight() 306 pos_pixel[i] = stretch_width - 1; in _bicubic_get_pos_weight() 356 int stretch_width = m_StretchClip.Width(); in Continue() local 391 …if (src_col_l >= 0 && src_col_l <= stretch_width && src_row_l >= 0 && src_row_l <= stretch_height)… in Continue() 392 if (src_col_l == stretch_width) { in Continue() [all …]
|
/external/deqp/android/cts/master/src/ |
D | egl-failures.txt | 714 dEQP-EGL.functional.resize.back_buffer.stretch_width 718 dEQP-EGL.functional.resize.pixel_density.stretch_width
|
/external/deqp/android/cts/master/ |
D | egl-master.txt | 1433 dEQP-EGL.functional.resize.surface_size.stretch_width
|