Searched defs:pStopObj (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp216 const CFX_AffineMatrix* pDeviceMatrix, const CPDF_PageObject* pStopObj,
230 m_pStopObj = pStopObj;
984 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj, argument
995 status.Initialize(this, pDevice, pLastMatrix, pStopObj, NULL, NULL, pOptions,
1007 status.Initialize(this, pDevice, NULL, pStopObj, NULL, NULL, pOptions,
215 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, const CPDF_RenderStatus* pParentState, const CPDF_GraphicStates* pInitialStates, const CPDF_RenderOptions* pOptions, int transparency, FX_BOOL bDropObjects, CPDF_Dictionary* pFormResource, FX_BOOL bStdCS, CPDF_Type3Char* pType3Char, FX_ARGB fill_color, FX_DWORD GroupFamily, FX_BOOL bLoadMask) argument

Completed in 227 milliseconds