Searched refs:src_col_l (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 260 int src_col_l, int src_col_r, int res_x, int res_y, in _bilinear_interpol() argument 264 int col_bpp_l = src_col_l * bpp; in _bilinear_interpol() 290 void _bicubic_get_pos_weight(int pos_pixel[], int u_w[], int v_w[], int src_col_l, int src_row_l, in _bicubic_get_pos_weight() argument 293 pos_pixel[0] = src_col_l - 1; in _bicubic_get_pos_weight() 294 pos_pixel[1] = src_col_l; in _bicubic_get_pos_weight() 295 pos_pixel[2] = src_col_l + 1; in _bicubic_get_pos_weight() 296 pos_pixel[3] = src_col_l + 2; in _bicubic_get_pos_weight() 389 int src_col_l, src_row_l, res_x, res_y; in Continue() local 390 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, res_y); in Continue() 391 …if (src_col_l >= 0 && src_col_l <= stretch_width && src_row_l >= 0 && src_row_l <= stretch_height)… in Continue() [all …]
|