Searched refs:u_w (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 50 const int u_w[], in bicubic_interpol() argument 62 a_result += u_w[j] * val; in bicubic_interpol() 71 int u_w[], in bicubic_get_pos_weight() argument 91 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight() 92 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight() 93 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight() 94 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight() 353 *dest = bicubic_interpol(cdata.buf, cdata.pitch, data.pos_pixel, data.u_w, in CalcMask() 375 *dest = bicubic_interpol(cdata.buf, cdata.pitch, data.pos_pixel, data.u_w, in CalcAlpha() 418 cdata.buf, cdata.pitch, data.pos_pixel, data.u_w, data.v_w, in CalcMono() [all …]
|
D | cfx_imagetransformer.h | 54 int u_w[4]; member
|