Searched refs:pStopObj (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 218 … const CFX_AffineMatrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, in Initialize() argument 233 m_pStopObj = pStopObj; in Initialize() 1027 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj, in Render() argument 1038 status.Initialize(0, this, pDevice, pLastMatrix, pStopObj, NULL, NULL, pOptions, in Render() 1052 status.Initialize(0, this, pDevice, NULL, pStopObj, NULL, NULL, pOptions, in Render()
|
D | render_int.h | 96 … const CPDF_PageObject* pStopObj, const CPDF_RenderStatus* pParentStatus,
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 133 void Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj,
|