Searched refs:pStopObj (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 216 … const CFX_AffineMatrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, in Initialize() argument 230 m_pStopObj = pStopObj; in Initialize() 984 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj, in Render() argument 995 status.Initialize(this, pDevice, pLastMatrix, pStopObj, NULL, NULL, pOptions, in Render() 1007 status.Initialize(this, pDevice, NULL, pStopObj, NULL, NULL, pOptions, in Render()
|
D | render_int.h | 98 … const CPDF_PageObject* pStopObj, const CPDF_RenderStatus* pParentStatus,
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 127 void Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj,
|