HomeSort by relevance Sort by last modified time
    Searched refs:m_InternalStage (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_contentparser.cpp 26 : m_InternalStage(STAGE_GETCONTENT), m_pObjectHolder(pPage) {
61 : m_InternalStage(STAGE_PARSE),
117 if (m_InternalStage == STAGE_GETCONTENT) {
143 m_InternalStage = STAGE_PARSE;
156 if (m_InternalStage == STAGE_PARSE) {
167 m_InternalStage = STAGE_CHECKCLIP;
174 if (m_InternalStage == STAGE_CHECKCLIP) {
cpdf_contentparser.h 50 InternalStage m_InternalStage;

Completed in 143 milliseconds