Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.h50 const Options& GetOptions() const { return m_Options; } in GetOptions()
51 Options& GetOptions() { return m_Options; } in GetOptions()
66 Options m_Options; variable
Dcpdf_renderstatus.cpp239 if (m_Options.GetOCContext() && in RenderSingleObject()
240 !m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in RenderSingleObject()
267 if (m_Options.GetOCContext() && in ContinueSingleObject()
268 !m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in ContinueSingleObject()
355 if (!buffer.Initialize(m_pContext.Get(), m_pDevice, rect, pObj, &m_Options, in DrawObjWithBackground()
365 status.SetOptions(m_Options); in DrawObjWithBackground()
381 if (pOC && m_Options.GetOCContext() && in ProcessForm()
382 !m_Options.GetOCContext()->CheckOCGVisible(pOC)) { in ProcessForm()
389 status.SetOptions(m_Options); in ProcessForm()
421 if (FillType && m_Options.GetOptions().bRectAA) in ProcessPath()
[all …]
Dcpdf_renderstatus.h51 void SetOptions(const CPDF_RenderOptions& options) { m_Options = options; } in SetOptions()
91 const CPDF_RenderOptions& GetRenderOptions() const { return m_Options; } in GetRenderOptions()
185 CPDF_RenderOptions m_Options; variable
Dcpdf_renderoptions.cpp23 m_Options.bClearType = true; in CPDF_RenderOptions()