Searched refs:OutputPS (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 33 #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/ |
D | win32_int.h | 280 void OutputPS(const FX_CHAR* string, int len) override;
|
D | fx_win32_print.cpp | 291 void CPSOutput::OutputPS(const FX_CHAR* string, int len) { in OutputPS() function in CPSOutput
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 614 virtual void OutputPS(const FX_CHAR* string, int len) = 0;
|