Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp62 int src_row_l, in bicubic_get_pos_weight() argument
71 pos_pixel[4] = src_row_l - 1; in bicubic_get_pos_weight()
72 pos_pixel[5] = src_row_l; in bicubic_get_pos_weight()
73 pos_pixel[6] = src_row_l + 1; in bicubic_get_pos_weight()
74 pos_pixel[7] = src_row_l + 2; in bicubic_get_pos_weight()
459 int src_col_l, src_row_l, res_x, res_y; in Continue() local
460 result2stretch_fix.Transform(col, row, src_col_l, src_row_l, res_x, in Continue()
462 if (src_col_l >= 0 && src_col_l <= stretch_width && src_row_l >= 0 && in Continue()
463 src_row_l <= stretch_height) { in Continue()
467 if (src_row_l == stretch_height) { in Continue()
[all …]