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.cpp23 m_pOutput = NULL; in CFX_PSRenderer()
33 #define OUTPUT_PS(str) m_pOutput->OutputPS(str, sizeof str - 1)
40 m_pOutput = pOutput; in Init()
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()
[all …]
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp96 uint8_t* m_pOutput; member in __anon1637e6630111::CLZWDecoder
145 m_pOutput = dest_buf; in Decode()
175 if (m_pOutput) { in Decode()
176 m_pOutput[m_OutPos] = (uint8_t)code; in Decode()
206 if (m_pOutput) { in Decode()
208 m_pOutput[m_OutPos + i] = m_DecodeStack[m_StackLen - i - 1]; in Decode()
/external/pdfium/core/include/fxge/
Dfx_ge.h693 IFX_PSOutput* m_pOutput;