Searched refs:row_offset_r (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 15 int row_offset_r, in bilinear_interpol() argument 26 const uint8_t* buf_d = buf + row_offset_r + c_offset; in bilinear_interpol() 479 int row_offset_r = src_row_r * stretch_pitch_mask; in Continue() local 481 bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, in Continue() 565 int row_offset_r = src_row_r * stretch_pitch; in Continue() local 567 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 669 int row_offset_r = src_row_r * stretch_pitch; in Continue() local 671 stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, in Continue() 777 int row_offset_r = src_row_r * stretch_pitch; in Continue() local 779 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() [all …]
|