Home
last modified time | relevance | path

Searched refs:m_InternalStage (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp946 m_InternalStage = PAGEPARSE_STAGE_GETCONTENT; in Start()
1024 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Start()
1031 if (m_InternalStage == PAGEPARSE_STAGE_GETCONTENT) { in Continue()
1062 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Continue()
1072 if (m_InternalStage == PAGEPARSE_STAGE_PARSE) { in Continue()
1081 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP; in Continue()
1085 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP; in Continue()
1090 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in Continue()
1139 if (m_InternalStage == PAGEPARSE_STAGE_GETCONTENT) { in EstimateProgress()
1142 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in EstimateProgress()
Dfpdf_page_parser_new.cpp632 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Start()
682 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Start()
688 if (m_InternalStage == PAGEPARSE_STAGE_PARSE) { in Continue()
691 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP; in Continue()
737 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in Continue()
783 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in EstimateProgress()
Dpageint.h342 int m_InternalStage; variable