Home
last modified time | relevance | path

Searched refs:m_Options (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1034 m_Options = *pOptions; in Initialize()
1109 if (m_Options.GetOCContext() && pObj->m_ContentMark.HasRef()) { in RenderSingleObject()
1110 if (!m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in RenderSingleObject()
1138 if (m_Options.GetOCContext() && pObj->m_ContentMark.HasRef() && in ContinueSingleObject()
1139 !m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in ContinueSingleObject()
1251 if (!buffer.Initialize(m_pContext.Get(), m_pDevice, rect, pObj, &m_Options, in DrawObjWithBackground()
1267 nullptr, nullptr, nullptr, &m_Options, m_iTransparency, in DrawObjWithBackground()
1279 if (pOC && m_Options.GetOCContext() && in ProcessForm()
1280 !m_Options.GetOCContext()->CheckOCGVisible(pOC)) { in ProcessForm()
1290 pFormObj, &m_Options, m_iTransparency, m_bDropObjects, in ProcessForm()
[all …]
Dcpdf_renderstatus.h77 const CPDF_RenderOptions* GetRenderOptions() const { return &m_Options; } in GetRenderOptions()
165 CPDF_RenderOptions m_Options; variable