Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine.h16 class CPDF_PSOP; variable
78 std::vector<std::unique_ptr<CPDF_PSOP>> m_Operators;
Dfpdf_page_func.cpp117 class CPDF_PSOP { class
119 explicit CPDF_PSOP(PDF_PSOP op) : m_op(op), m_value(0) { in CPDF_PSOP() function in CPDF_PSOP
123 explicit CPDF_PSOP(FX_FLOAT value) : m_op(PSOP_CONST), m_value(value) {} in CPDF_PSOP() function in CPDF_PSOP
124 explicit CPDF_PSOP(std::unique_ptr<CPDF_PSProc> proc) in CPDF_PSOP() function in CPDF_PSOP
226 std::unique_ptr<CPDF_PSOP> op(new CPDF_PSOP(std::move(proc))); in Parse()
235 std::unique_ptr<CPDF_PSOP> op(new CPDF_PSOP(op_name.op)); in Parse()
242 std::unique_ptr<CPDF_PSOP> op(new CPDF_PSOP(FX_atof(word))); in Parse()