Searched refs:bicubic_interpol (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 36 uint8_t bicubic_interpol(const uint8_t* buf, in bicubic_interpol() function 509 bicubic_interpol(stretch_buf_mask, stretch_pitch_mask, in Continue() 593 *dest_scan = bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 706 argb[bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 850 bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, u_w, in Continue() 853 bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, u_w, in Continue() 856 bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, u_w, in Continue() 866 bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 874 bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue() 884 bicubic_interpol(stretch_buf, stretch_pitch, pos_pixel, in Continue()
|