Searched refs:CPSOutput (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fxge/win32/
H A Dcpsoutput.h14 class CPSOutput { class
16 explicit CPSOutput(HDC hDC);
17 ~CPSOutput();
H A Dcpsoutput.cpp13 CPSOutput::CPSOutput(HDC hDC) { function in class:CPSOutput
17 CPSOutput::~CPSOutput() {}
19 void CPSOutput::Release() {
23 void CPSOutput::OutputPS(const FX_CHAR* str, int len) {
H A Dcfx_psrenderer.h32 void Init(CPSOutput* pOutput,
88 CPSOutput* m_pOutput;
H A Dwin32_int.h330 std::unique_ptr<CPSOutput> m_pPSOutput;
H A Dfx_win32_print.cpp338 m_pPSOutput = pdfium::MakeUnique<CPSOutput>(m_hDC);
H A Dcfx_psrenderer.cpp44 void CFX_PSRenderer::Init(CPSOutput* pOutput,

Completed in 495 milliseconds