Home
last modified time | relevance | path

Searched refs:src_pos2 (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp29 const uint8_t* src_pos2 = buf_d + col_bpp_l; in bilinear_interpol() local
32 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8; in bilinear_interpol()