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

  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser_unittest.cpp 5 #include "core/fpdfapi/page/cpdf_streamcontentparser.h"
8 TEST(cpdf_streamcontentparser, PDF_FindKeyAbbreviation) {
10 CPDF_StreamContentParser::FindKeyAbbreviationForTesting(
13 CPDF_StreamContentParser::FindKeyAbbreviationForTesting(
16 CPDF_StreamContentParser::FindKeyAbbreviationForTesting(
19 CPDF_StreamContentParser::FindKeyAbbreviationForTesting(
23 CPDF_StreamContentParser::FindKeyAbbreviationForTesting(
27 TEST(cpdf_streamcontentparser, PDF_FindValueAbbreviation) {
29 CPDF_StreamContentParser::FindValueAbbreviationForTesting(
32 CPDF_StreamContentParser::FindValueAbbreviationForTesting
    [all...]
cpdf_allstates.h 16 class CPDF_StreamContentParser;
24 void ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser);
cpdf_streamcontentparser.cpp 7 #include "core/fpdfapi/page/cpdf_streamcontentparser.h"
239 CPDF_StreamContentParser::CPDF_StreamContentParser(
286 CPDF_StreamContentParser::~CPDF_StreamContentParser() {
290 int CPDF_StreamContentParser::GetNextParamPos() {
309 void CPDF_StreamContentParser::AddNameParam(const ByteStringView& bsName) {
328 void CPDF_StreamContentParser::AddNumberParam(const ByteStringView& str) {
334 void CPDF_StreamContentParser::AddObjectParam(
341 void CPDF_StreamContentParser::ClearAllParams()
    [all...]
cpdf_contentparser.h 15 #include "core/fpdfapi/page/cpdf_streamcontentparser.h"
65 std::unique_ptr<CPDF_StreamContentParser> m_pParser;
cpdf_streamcontentparser.h 33 class CPDF_StreamContentParser {
35 CPDF_StreamContentParser(CPDF_Document* pDoc,
44 ~CPDF_StreamContentParser();
84 using OpCodes = std::map<uint32_t, void (CPDF_StreamContentParser::*)()>;
cpdf_contentparser.cpp 86 m_pParser = pdfium::MakeUnique<CPDF_StreamContentParser>(
159 m_pParser = pdfium::MakeUnique<CPDF_StreamContentParser>(
cpdf_allstates.cpp 12 #include "core/fpdfapi/page/cpdf_streamcontentparser.h"
40 CPDF_StreamContentParser* pParser) {

Completed in 493 milliseconds