Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp42 int pos_pixel[], in bicubic_interpol() argument
53 a_result += u_w[j] * (*(uint8_t*)(buf + pos_pixel[i + 4] * pitch + in bicubic_interpol()
54 pos_pixel[j] * bpp + c_offset)); in bicubic_interpol()
62 void bicubic_get_pos_weight(int pos_pixel[], in bicubic_get_pos_weight() argument
71 pos_pixel[0] = src_col_l - 1; in bicubic_get_pos_weight()
72 pos_pixel[1] = src_col_l; in bicubic_get_pos_weight()
73 pos_pixel[2] = src_col_l + 1; in bicubic_get_pos_weight()
74 pos_pixel[3] = src_col_l + 2; in bicubic_get_pos_weight()
75 pos_pixel[4] = src_row_l - 1; in bicubic_get_pos_weight()
76 pos_pixel[5] = src_row_l; in bicubic_get_pos_weight()
[all …]