Home
last modified time | relevance | path

Searched refs:m_pOCContext (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_rendercontext.cpp28 if (m_pOptions->m_pOCContext) delete m_pOptions->m_pOCContext; in ~CRenderContext()
Dfpdfformfill.cpp212 options.m_pOCContext = FX_NEW CPDF_OCContext(pPage->m_pDocument); in FPDF_FFLDraw()
266 if(options.m_pOCContext) in FPDF_FFLDraw()
268 delete options.m_pOCContext; in FPDF_FFLDraw()
269 options.m_pOCContext = NULL; in FPDF_FFLDraw()
Dfpdfview.cpp810 pContext->m_pOptions->m_pOCContext = new CPDF_OCContext(pPage->m_pDocument, usage); in FPDF_RenderPage_Retail()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp148 , m_pOCContext(NULL) in CPDF_RenderOptions()
311 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) in RenderSingleObject()
312 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in RenderSingleObject()
340 if (m_Options.m_pOCContext && pObj->m_ContentMark.NotNull()) in ContinueSingleObject()
341 if (!m_Options.m_pOCContext->CheckObjectVisible(pObj)) { in ContinueSingleObject()
500 if (pOC && m_Options.m_pOCContext && !m_Options.m_pOCContext->CheckOCGVisible(pOC)) { in ProcessForm()
Dfpdf_render_image.cpp519 …if (pOC && m_pRenderStatus->m_Options.m_pOCContext && !m_pRenderStatus->m_Options.m_pOCContext->Ch… in Start()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h76 IPDF_OCContext* m_pOCContext; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp83 IPDF_OCContext* pOCContext = pOptions->m_pOCContext; in DisplayPass()