Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp52 const int pos_pixel[], in bicubic_interpol() argument
64 *(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset); in bicubic_interpol()
73 void bicubic_get_pos_weight(int pos_pixel[], in bicubic_get_pos_weight() argument
82 pos_pixel[0] = src_col_l - 1; in bicubic_get_pos_weight()
83 pos_pixel[1] = src_col_l; in bicubic_get_pos_weight()
84 pos_pixel[2] = src_col_l + 1; in bicubic_get_pos_weight()
85 pos_pixel[3] = src_col_l + 2; in bicubic_get_pos_weight()
86 pos_pixel[4] = src_row_l - 1; in bicubic_get_pos_weight()
87 pos_pixel[5] = src_row_l; in bicubic_get_pos_weight()
88 pos_pixel[6] = src_row_l + 1; in bicubic_get_pos_weight()
[all …]
Dcfx_imagetransformer.h41 int pos_pixel[8]; member