Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp25 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()
Dcfx_imagetransformer.h42 int row_offset_l; member