Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp49 CPDF_StreamParserAutoClearer auto_clearer(&m_pSyntax, &syntax); in Parse()
58 return m_pSyntax->GetPos(); in Parse()
74 return m_pSyntax->GetPos(); in Parse()
78 FX_FILESIZE savePos = m_pSyntax->GetPos(); in Handle_BeginImage()
81 CPDF_StreamParser::SyntaxType type = m_pSyntax->ParseNextElement(); in Handle_BeginImage()
83 CFX_ByteString bsKeyword(m_pSyntax->GetWordBuf(), in Handle_BeginImage()
84 m_pSyntax->GetWordSize()); in Handle_BeginImage()
86 m_pSyntax->SetPos(savePos); in Handle_BeginImage()
94 CFX_ByteString key((const FX_CHAR*)m_pSyntax->GetWordBuf() + 1, in Handle_BeginImage()
95 m_pSyntax->GetWordSize() - 1); in Handle_BeginImage()
[all …]
Dpageint.h121 FX_DWORD GetParsePos() { return m_pSyntax->GetPos(); } in GetParsePos()
246 CPDF_StreamParser* m_pSyntax; variable
Dfpdf_page_parser.cpp881 m_pSyntax->SkipPathObject(); in Handle_MoveTo()