HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_PSEngine (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
fpdf_page_func.cpp 16 #include "core/fpdfapi/page/cpdf_psengine.h"
92 CPDF_PSEngine m_PS;
103 CPDF_PSEngine& PS = const_cast<CPDF_PSEngine&>(m_PS);
149 bool CPDF_PSEngine::Execute() {
156 bool CPDF_PSProc::Execute(CPDF_PSEngine* pEngine) {
187 CPDF_PSEngine::CPDF_PSEngine() {
190 CPDF_PSEngine::~CPDF_PSEngine() {}
    [all...]
cpdf_psengine.h 15 class CPDF_PSEngine;
74 bool Execute(CPDF_PSEngine* pEngine);
81 class CPDF_PSEngine {
83 CPDF_PSEngine();
84 ~CPDF_PSEngine();

Completed in 1651 milliseconds