Searched refs:row_offset_l (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | fx_dib_transform.cpp | 18 int row_offset_l, in bilinear_interpol() argument 29 const uint8_t* buf_u = buf + row_offset_l + c_offset; in bilinear_interpol() 489 int row_offset_l = src_row_l * stretch_pitch_mask; in Continue() local 492 bilinear_interpol(stretch_buf_mask, row_offset_l, row_offset_r, in Continue() 575 int row_offset_l = src_row_l * stretch_pitch; in Continue() local 578 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 679 int row_offset_l = src_row_l * stretch_pitch; in Continue() local 682 stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, in Continue() 787 int row_offset_l = src_row_l * stretch_pitch; in Continue() local 790 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() [all …]
|