Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp792 m_LineIndex = 0; in StartQuickStretch()
815 for (; m_LineIndex < result_height; m_LineIndex ++) { in ContinueQuickStretch()
818 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch()
821 dest_y = m_LineIndex; in ContinueQuickStretch()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp900 m_LineIndex = 0; in Start()
909 while (m_LineIndex < m_ResultHeight) { in Continue()
912 dest_y = m_ResultHeight - m_LineIndex - 1; in Continue()
915 dest_y = m_LineIndex; in Continue()
955 m_LineIndex ++; in Continue()
Drender_int.h303 int m_LineIndex; variable
/external/pdfium/core/include/fxge/
Dfx_dib.h536 int m_LineIndex; variable