OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPSOutput
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxge/win32/
cpsoutput.cpp
7
#include "core/fxge/win32/
cpsoutput
.h"
13
CPSOutput
::
CPSOutput
(HDC hDC) : m_hDC(hDC) {}
15
CPSOutput
::~
CPSOutput
() {}
17
bool
CPSOutput
::WriteBlock(const void* str, size_t len) {
34
bool
CPSOutput
::WriteString(const ByteStringView& str) {
cpsoutput.h
15
class
CPSOutput
: public IFX_WriteStream {
17
explicit
CPSOutput
(HDC hDC);
18
~
CPSOutput
() override;
fx_win32_print.cpp
20
#include "core/fxge/win32/
cpsoutput
.h"
341
m_PSRenderer.Init(pdfium::MakeRetain<
CPSOutput
>(m_hDC), pslevel, m_Width,
Completed in 6314 milliseconds