Home | History | Annotate | Download | only in page

Lines Matching defs:CPDF_StreamParser

7 #include "core/fpdfapi/page/cpdf_streamparser.h"
105 CPDF_StreamParser::CPDF_StreamParser(const uint8_t* pData, uint32_t dwSize)
108 CPDF_StreamParser::CPDF_StreamParser(const uint8_t* pData,
113 CPDF_StreamParser::~CPDF_StreamParser() {}
115 std::unique_ptr<CPDF_Stream> CPDF_StreamParser::ReadInlineStream(
200 CPDF_StreamParser::SyntaxType type = ParseNextElement();
201 if (type == CPDF_StreamParser::EndOfData)
204 if (type != CPDF_StreamParser::Keyword) {
224 CPDF_StreamParser::SyntaxType CPDF_StreamParser::ParseNextElement() {
302 std::unique_ptr<CPDF_Object> CPDF_StreamParser::ReadNextObject(
388 void CPDF_StreamParser::GetNextWord(bool& bIsNumber) {
467 ByteString CPDF_StreamParser::ReadString() {
565 ByteString CPDF_StreamParser::ReadHexString() {
598 bool CPDF_StreamParser::PositionIsInBounds() const {