Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp19 class CPDF_PSEngine;
70 FX_BOOL Execute(CPDF_PSEngine* pEngine);
74 class CPDF_PSEngine { class
76 CPDF_PSEngine();
77 ~CPDF_PSEngine();
104 FX_BOOL CPDF_PSProc::Execute(CPDF_PSEngine* pEngine) { in Execute()
136 CPDF_PSEngine::CPDF_PSEngine() { in CPDF_PSEngine() function in CPDF_PSEngine
139 CPDF_PSEngine::~CPDF_PSEngine() {} in ~CPDF_PSEngine()
140 void CPDF_PSEngine::Push(FX_FLOAT v) { in Push()
146 FX_FLOAT CPDF_PSEngine::Pop() { in Pop()
[all …]