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

  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 24 m_pOutput = NULL;
35 #define OUTPUT_PS(str) m_pOutput->OutputPS(str, sizeof str-1)
39 m_pOutput = pOutput;
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());
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 84 FX_LPBYTE m_pOutput;
134 m_pOutput = dest_buf;
164 if (m_pOutput) {
165 m_pOutput[m_OutPos] = (FX_BYTE)code;
195 if (m_pOutput) {
197 m_pOutput[m_OutPos + i] = m_DecodeStack[m_StackLen - i - 1];
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 702 IFX_PSOutput* m_pOutput;

Completed in 115 milliseconds