Searched refs:src_row_l (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 77 int src_row_l, in bicubic_get_pos_weight() argument 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() 89 pos_pixel[7] = src_row_l + 2; in bicubic_get_pos_weight() 236 d.src_row_l = 0; in DoBilinearLoop() 237 matrix_fix.Transform(col, row, &d.src_col_l, &d.src_row_l, &d.res_x, in DoBilinearLoop() 239 if (LIKELY(InStretchBounds(clip_rect, d.src_col_l, d.src_row_l))) { in DoBilinearLoop() 240 AdjustCoords(clip_rect, &d.src_col_l, &d.src_row_l); in DoBilinearLoop() 242 d.src_row_r = d.src_row_l + 1; in DoBilinearLoop() [all …]
|
D | cfx_imagetransformer.h | 27 int src_row_l; member 38 int src_row_l; member
|