Searched refs:stretch_buf (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 429 const uint8_t* stretch_buf = m_Storer.GetBitmap()->GetBuffer(); in Continue() local 567 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 593 *dest_scan = bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 615 stretch_buf + stretch_pitch * src_row + src_col; in Continue() 671 stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, in Continue() 706 argb[bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 735 argb[stretch_buf[src_row * stretch_pitch + src_col]]; in Continue() 779 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 782 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() 785 bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, in Continue() [all …]
|