HomeSort by relevance Sort by last modified time
    Searched refs:OutputPS (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 35 #define OUTPUT_PS(str) m_pOutput->OutputPS(str, sizeof str-1)
134 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
166 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
207 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
264 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
379 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
470 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
506 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
543 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
602 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize());
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 177 virtual void OutputPS(FX_LPCSTR string, int len);
fx_win32_print.cpp 259 void CPSOutput::OutputPS(FX_LPCSTR string, int len)
  /external/pdfium/core/include/fxge/
fx_ge.h 641 virtual void OutputPS(FX_LPCSTR string, int len) = 0;

Completed in 2142 milliseconds