Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp102 m_pPageResources = pPageResources; in PrepareParse()
691 if (m_pResources == m_pPageResources) { in Handle_ExecuteXObject()
703 if (m_pPageResources == NULL) { in Handle_ExecuteXObject()
706 CPDF_Dictionary* pList = m_pPageResources->GetDict(FX_BSTRC("XObject")); in Handle_ExecuteXObject()
764 parser.PrepareParse(m_pDocument, m_pPageResources, m_pResources, &m_mtContentToUser, in AddForm()
785 pFormObj->m_pForm = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources); in AddForm()
1280 if (m_pResources == m_pPageResources) { in FindResourceObj()
1290 if (m_pPageResources == NULL) { in FindResourceObj()
1293 CPDF_Dictionary* pList = m_pPageResources->GetDict(type); in FindResourceObj()
Dfpdf_page.cpp841 m_pPageResources = m_pResources = NULL; in Load()
845 m_pPageResources = m_pResources; in Load()
951 m_pPageResources = pPageResources; in CPDF_Form()
982 … CPDF_Form* pClone = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources); in Clone()
Dfpdf_page_parser_old.cpp1000 …m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentM… in Start()
1076 …m_pParser->PrepareParse(m_pObjects->m_pDocument, m_pObjects->m_pPageResources, NULL, NULL, m_pObje… in Continue()
Dpageint.h136 CPDF_Dictionary* m_pPageResources; variable
Dfpdf_page_parser_new.cpp666 …m_pParser->PrepareParse(pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, pParentM… in Start()
/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.cpp244 m_pPageResource = m_pContext->m_pPageResources; in Initialize()
795 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; in ProcessTransparency()
988 m_pPageResources = pPageResources; in Create()
996 m_pPageResources = pPage->m_pPageResources; in Create()
1006 m_pPageResources = NULL; in Clear()
Dfpdf_render_image.cpp496 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; in StartRenderDIBSource()
1066 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup); in LoadSMask()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h118 CPDF_Dictionary* m_pPageResources; variable
Dfpdf_render.h121 CPDF_Dictionary* m_pPageResources; variable
Dfpdf_resource.h451 m_pPageResources = pResources; in SetPageResources()
470 CPDF_Dictionary* m_pPageResources; variable
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1611 m_pPageResources = NULL; in CPDF_Type3Font()
1687 if (pChar->m_bPageRequired && m_pPageResources) { in LoadChar()
1703 …FX_NEW CPDF_Form(m_pDocument, m_pFontResources ? m_pFontResources : m_pPageResources, pStream, NUL… in LoadChar()