Home
last modified time | relevance | path

Searched refs:m_pPageResources (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp66 m_pPageResources = pPageResources; in PrepareParse()
648 if (m_pResources == m_pPageResources) { in Handle_ExecuteXObject()
660 if (m_pPageResources == NULL) { in Handle_ExecuteXObject()
663 CPDF_Dictionary* pList = m_pPageResources->GetDict(FX_BSTRC("XObject")); in Handle_ExecuteXObject()
720 parser.PrepareParse(m_pDocument, m_pPageResources, m_pResources, &m_mtContentToUser, in AddForm()
735 pFormObj->m_pForm = new CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources); in AddForm()
1186 if (m_pResources == m_pPageResources) { in FindResourceObj()
1196 if (m_pPageResources == NULL) { in FindResourceObj()
1199 CPDF_Dictionary* pList = m_pPageResources->GetDict(type); in FindResourceObj()
Dfpdf_page.cpp823 m_pPageResources = m_pResources = NULL; in Load()
828 m_pPageResources = m_pResources; in Load()
934 m_pPageResources = pPageResources; in CPDF_Form()
965 CPDF_Form* pClone = new CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources); in Clone()
Dfpdf_page_parser_old.cpp1008 …m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentM… in Start()
1080 …m_pParser->PrepareParse(m_pObjects->m_pDocument, m_pObjects->m_pPageResources, NULL, NULL, m_pObje… in Continue()
Dpageint.h134 CPDF_Dictionary* m_pPageResources; variable
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp117 …= pImageCache->GetCachedBitmap(pBitmap, pMask, MatteColor, m_pPage->m_pPageResources, bStdCS, Grou… in GetCachedBitmap()
131 …ache->StartGetCachedBitmap(pRenderStatus->m_pFormResource, m_pPage->m_pPageResources, bStdCS, Grou… in StartGetCachedBitmap()
Dfpdf_render.cpp241 m_pPageResource = m_pContext->m_pPageResources; in Initialize()
761 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; in ProcessTransparency()
947 m_pPageResources = pPageResources; in Create()
954 m_pPageResources = pPage->m_pPageResources; in Create()
964 m_pPageResources = NULL; in Clear()
Dfpdf_render_image.cpp427 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; in StartRenderDIBSource()
984 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup); in LoadSMask()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h114 CPDF_Dictionary* m_pPageResources; variable
Dfpdf_render.h117 CPDF_Dictionary* m_pPageResources; variable
Dfpdf_resource.h464 m_pPageResources = pResources; in SetPageResources()
483 CPDF_Dictionary* m_pPageResources; variable
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1599 m_pPageResources = NULL; in CPDF_Type3Font()
1675 if (pChar->m_bPageRequired && m_pPageResources) { in LoadChar()
1691 … = new CPDF_Form(m_pDocument, m_pFontResources ? m_pFontResources : m_pPageResources, pStream, NUL… in LoadChar()