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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp946 m_InternalStage = PAGEPARSE_STAGE_GETCONTENT;
1024 m_InternalStage = PAGEPARSE_STAGE_PARSE;
1031 if (m_InternalStage == PAGEPARSE_STAGE_GETCONTENT) {
1062 m_InternalStage = PAGEPARSE_STAGE_PARSE;
1072 if (m_InternalStage == PAGEPARSE_STAGE_PARSE) {
1081 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP;
1085 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP;
1090 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) {
1139 if (m_InternalStage == PAGEPARSE_STAGE_GETCONTENT) {
1142 if (m_InternalStage
[all...]
H A Dfpdf_page_parser_new.cpp632 m_InternalStage = PAGEPARSE_STAGE_PARSE;
682 m_InternalStage = PAGEPARSE_STAGE_PARSE;
688 if (m_InternalStage == PAGEPARSE_STAGE_PARSE) {
691 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP;
737 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) {
783 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) {
H A Dpageint.h342 int m_InternalStage; member in class:CPDF_ContentParser

Completed in 120 milliseconds