Home
last modified time | relevance | path

Searched refs:row_offset_r (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp259 FX_BYTE _bilinear_interpol(FX_LPCBYTE buf, int row_offset_l, int row_offset_r, in _bilinear_interpol() argument
267 FX_LPCBYTE buf_d = buf + row_offset_r + c_offset; in _bilinear_interpol()
407 int row_offset_r = src_row_r * stretch_pitch_mask; in Continue() local
408 …*dest_pos_mask = _bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, src_col_l, src_c… in Continue()
480 int row_offset_r = src_row_r * stretch_pitch; in Continue() local
481 …*dest_scan = _bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, res… in Continue()
572 int row_offset_r = src_row_r * stretch_pitch; in Continue() local
573 …WORD r_bgra_cmyk = argb[_bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, src… in Continue()
667 int row_offset_r = src_row_r * stretch_pitch; in Continue() local
668 …_BYTE r_pos_red_y_r = _bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, src… in Continue()
[all …]