Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dfx_dib_engine.cpp874 m_LineIndex(0) {} in CFX_ImageStretcher()
980 for (; m_LineIndex < result_height; m_LineIndex++) { in ContinueQuickStretch()
984 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch()
988 dest_y = m_LineIndex; in ContinueQuickStretch()
/external/pdfium/core/fxge/
Dfx_dib.h630 int m_LineIndex; variable