Searched refs:row_offset_l (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 264 FX_BYTE _bilinear_interpol(FX_LPCBYTE buf, int row_offset_l, int row_offset_r, in _bilinear_interpol() argument 271 FX_LPCBYTE buf_u = buf + row_offset_l + c_offset; in _bilinear_interpol() 414 int row_offset_l = src_row_l * stretch_pitch_mask; in Continue() local 416 …*dest_pos_mask = _bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, src_col_l, src_c… in Continue() 487 int row_offset_l = src_row_l * stretch_pitch; in Continue() local 489 …*dest_scan = _bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, res… in Continue() 580 int row_offset_l = src_row_l * stretch_pitch; in Continue() local 582 …FX_DWORD r_bgra_cmyk = argb[_bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l,… in Continue() 675 int row_offset_l = src_row_l * stretch_pitch; in Continue() local 677 …FX_BYTE r_pos_red_y_r = _bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, s… in Continue() [all …]
|