Searched refs:row_offset_l (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 25 int row_offset_l, in bilinear_interpol() argument 36 const uint8_t* buf_u = buf + row_offset_l + c_offset; in bilinear_interpol() 346 *dest = bilinear_interpol(cdata.buf, data.row_offset_l, data.row_offset_r, in CalcMask() 368 *dest = bilinear_interpol(cdata.buf, data.row_offset_l, data.row_offset_r, in CalcAlpha() 408 cdata.buf, data.row_offset_l, data.row_offset_r, data.src_col_l, in CalcMono() 444 cdata.buf, data.row_offset_l, data.row_offset_r, data.src_col_l, in CalcColor() 502 d.row_offset_l = d.src_row_l * cdata.pitch; in DoBilinearLoop()
|
D | cfx_imagetransformer.h | 42 int row_offset_l; member
|