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

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

Completed in 1436 milliseconds