Searched refs:row_offset_l (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 28 int row_offset_l, in bilinear_interpol() argument 39 const uint8_t* buf_u = buf + row_offset_l + c_offset; in bilinear_interpol() 244 d.row_offset_l = d.src_row_l * cdata.pitch; in DoBilinearLoop() 470 *dest = bilinear_interpol(cdata.buf, data.row_offset_l, data.row_offset_r, in CalcMask() 492 *dest = bilinear_interpol(cdata.buf, data.row_offset_l, data.row_offset_r, in CalcAlpha() 532 cdata.buf, data.row_offset_l, data.row_offset_r, data.src_col_l, in CalcMono() 568 cdata.buf, data.row_offset_l, data.row_offset_r, data.src_col_l, in CalcColor()
|
D | cfx_imagetransformer.h | 30 int row_offset_l; member
|