Searched refs:m_pOutput (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp24 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
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp84 FX_LPBYTE m_pOutput; member in class:CLZWDecoder
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];
/external/pdfium/core/include/fxge/
H A Dfx_ge.h702 IFX_PSOutput* m_pOutput; member in class:CFX_PSRenderer

Completed in 441 milliseconds