Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp24 m_pOutput = NULL; in CFX_PSRenderer()
35 #define OUTPUT_PS(str) m_pOutput->OutputPS(str, sizeof str-1)
39 m_pOutput = pOutput; in Init()
134 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in OutputPath()
166 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in SetClip_PathStroke()
207 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in DrawPath()
264 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in SetGraphState()
379 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in DrawDIBits()
470 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in DrawDIBits()
506 m_pOutput->OutputPS((FX_LPCSTR)buf.GetBuffer(), buf.GetSize()); in SetColor()
[all …]
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp84 FX_LPBYTE m_pOutput; member in CLZWDecoder
134 m_pOutput = dest_buf; in Decode()
164 if (m_pOutput) { in Decode()
165 m_pOutput[m_OutPos] = (FX_BYTE)code; in Decode()
195 if (m_pOutput) { in Decode()
197 m_pOutput[m_OutPos + i] = m_DecodeStack[m_StackLen - i - 1]; in Decode()
/external/pdfium/core/include/fxge/
Dfx_ge.h702 IFX_PSOutput* m_pOutput;