Searched refs:m_pPageResources (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendercontext.cpp | 24 m_pPageResources(pPage->m_pPageResources), in CPDF_RenderContext() 29 : m_pDocument(pDoc), m_pPageResources(nullptr), m_pPageCache(pPageCache) {} in CPDF_RenderContext()
|
D | cpdf_rendercontext.h | 59 CPDF_Dictionary* GetPageResources() const { return m_pPageResources; } in GetPageResources() 64 CPDF_Dictionary* m_pPageResources; variable
|
D | cpdf_pagerendercache.cpp | 99 pRenderStatus->m_pFormResource, m_pPage->m_pPageResources, bStdCS, in StartGetCachedBitmap()
|
D | cpdf_imagerenderer.cpp | 171 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : nullptr; in StartRenderDIBSource()
|
D | cpdf_renderstatus.cpp | 1492 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : nullptr; in ProcessTransparency()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3font.h | 33 m_pPageResources = pResources; in SetPageResources() 52 CPDF_Dictionary* m_pPageResources; variable
|
D | cpdf_type3font.cpp | 24 m_pPageResources(nullptr), in CPDF_Type3Font() 102 m_pDocument, m_pFontResources ? m_pFontResources : m_pPageResources, in LoadChar()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_form.cpp | 25 m_pPageResources = pPageResources; in CPDF_Form()
|
D | cpdf_pageobjectholder.h | 53 CPDF_Dictionary* m_pPageResources; variable
|
D | cpdf_contentparser.cpp | 101 pForm->m_pDocument, pForm->m_pPageResources, pForm->m_pResources, in Start() 169 m_pObjectHolder->m_pDocument, m_pObjectHolder->m_pPageResources, in Continue()
|
D | cpdf_pageobjectholder.cpp | 20 m_pPageResources(nullptr), in CPDF_PageObjectHolder()
|
D | cpdf_streamcontentparser.cpp | 258 m_pPageResources(pPageResources), in CPDF_StreamContentParser() 284 m_pResources = m_pPageResources; in CPDF_StreamContentParser() 774 new CPDF_Form(m_pDocument, m_pPageResources, pStream, m_pResources)); in AddForm() 1171 if (m_pResources == m_pPageResources || !m_pPageResources) in FindResourceObj() 1174 CPDF_Dictionary* pPageDict = m_pPageResources->GetDictFor(type); in FindResourceObj()
|
D | cpdf_page.cpp | 37 m_pPageResources = m_pResources; in CPDF_Page()
|
D | cpdf_streamcontentparser.h | 191 CPDF_Dictionary* m_pPageResources; variable
|