Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagestretcher.cpp61 m_LineIndex(0) {} in CFX_ImageStretcher()
181 for (; m_LineIndex < result_height; ++m_LineIndex) { in ContinueQuickStretch()
185 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch()
189 dest_y = m_LineIndex; in ContinueQuickStretch()
Dcfx_imagestretcher.h56 int m_LineIndex; variable