Searched refs:stretch_buf (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | fx_dib_transform.cpp | 441 const uint8_t* stretch_buf = m_Storer.GetBitmap()->GetBuffer(); in Continue() local 578 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 604 *dest_scan = bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 626 stretch_buf + stretch_pitch * src_row + src_col; in Continue() 682 stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, in Continue() 717 argb[bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 746 argb[stretch_buf[src_row * stretch_pitch + src_col]]; in Continue() 790 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 793 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 796 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() [all …]
|