Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp26 int row_offset_r, in bilinear_interpol() argument
37 const uint8_t* buf_d = buf + row_offset_r + 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()
503 d.row_offset_r = d.src_row_r * cdata.pitch; in DoBilinearLoop()
Dcfx_imagetransformer.h43 int row_offset_r; member