Searched refs:stretch_width (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 250 int stretch_width = (int)FXSYS_ceil(FXSYS_sqrt2(pDestMatrix->a, pDestMatrix->b)); in Start() local 253 stretch2dest.Concat(pDestMatrix->a / stretch_width, pDestMatrix->b / stretch_width, in Start() 259 m_StretchClip.Intersect(0, 0, stretch_width, stretch_height); in Start() 260 m_Stretcher.Start(&m_Storer, pSrc, stretch_width, stretch_height, m_StretchClip, flags); in Start() 296 int res_x, int res_y, int stretch_width, int stretch_height) in _bicubic_get_pos_weight() argument 310 if (pos_pixel[i] >= stretch_width) { in _bicubic_get_pos_weight() 311 pos_pixel[i] = stretch_width - 1; in _bicubic_get_pos_weight() 361 int stretch_width = m_StretchClip.Width(); in Continue() local 399 …if (src_col_l >= 0 && src_col_l <= stretch_width && src_row_l >= 0 && src_row_l <= stretch_height)… in Continue() 400 if (src_col_l == stretch_width) { in Continue() [all …]
|