Home
last modified time | relevance | path

Searched refs:CPDF_PSEngine (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine.cpp99 bool CPDF_PSEngine::Execute() { in Execute()
129 bool CPDF_PSProc::Execute(CPDF_PSEngine* pEngine) { in Execute()
176 CPDF_PSEngine::CPDF_PSEngine() : m_StackCount(0) {} in CPDF_PSEngine() function in CPDF_PSEngine
178 CPDF_PSEngine::~CPDF_PSEngine() {} in ~CPDF_PSEngine()
180 void CPDF_PSEngine::Push(float v) { in Push()
185 float CPDF_PSEngine::Pop() { in Pop()
189 int CPDF_PSEngine::PopInt() { in PopInt()
193 bool CPDF_PSEngine::Parse(const char* str, int size) { in Parse()
199 bool CPDF_PSEngine::DoOperator(PDF_PSOP op) { in DoOperator()
Dcpdf_psengine.h16 class CPDF_PSEngine; variable
90 bool Execute(CPDF_PSEngine* pEngine);
107 class CPDF_PSEngine {
109 CPDF_PSEngine();
110 ~CPDF_PSEngine();
Dcpdf_psfunc.cpp24 CPDF_PSEngine& PS = const_cast<CPDF_PSEngine&>(m_PS); in v_Call()
Dcpdf_psfunc.h25 CPDF_PSEngine m_PS;
/external/pdfium/testing/libfuzzer/
Dpdf_psengine_fuzzer.cc10 CPDF_PSEngine engine; in LLVMFuzzerTestOneInput()