Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp33 #define OUTPUT_PS(str) m_pOutput->OutputPS(str, sizeof str - 1)
136 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in OutputPath()
164 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in SetClip_PathStroke()
208 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in DrawPath()
270 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in SetGraphState()
405 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in DrawDIBits()
492 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in DrawDIBits()
534 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in SetColor()
579 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in FindPSFontGlyph()
640 m_pOutput->OutputPS((const FX_CHAR*)buf.GetBuffer(), buf.GetSize()); in FindPSFontGlyph()
[all …]
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h280 void OutputPS(const FX_CHAR* string, int len) override;
Dfx_win32_print.cpp291 void CPSOutput::OutputPS(const FX_CHAR* string, int len) { in OutputPS() function in CPSOutput
/external/pdfium/core/include/fxge/
Dfx_ge.h614 virtual void OutputPS(const FX_CHAR* string, int len) = 0;