Searched refs:m_pPageResources (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendercontext.cpp | 25 m_pPageResources(pPage->m_pPageResources.Get()), in CPDF_RenderContext() 30 : m_pDocument(pDoc), m_pPageResources(nullptr), m_pPageCache(pPageCache) {} in CPDF_RenderContext()
|
D | cpdf_rendercontext.h | 64 CPDF_Dictionary* GetPageResources() const { return m_pPageResources.Get(); } in GetPageResources() 69 UnownedPtr<CPDF_Dictionary> m_pPageResources; variable
|
D | cpdf_pagerendercache.cpp | 98 pRenderStatus->GetFormResource(), m_pPage->m_pPageResources.Get(), bStdCS, in StartGetCachedBitmap()
|
D | cpdf_imagerenderer.cpp | 150 pPage ? pPage->m_pPageResources.Get() : nullptr; in StartRenderDIBSource()
|
D | cpdf_renderstatus.cpp | 1526 pPage ? pPage->m_pPageResources.Get() : nullptr; in ProcessTransparency()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3font.h | 33 m_pPageResources = pResources; in SetPageResources() 52 UnownedPtr<CPDF_Dictionary> m_pPageResources; variable
|
D | cpdf_type3font.cpp | 111 m_pFontResources ? m_pFontResources.Get() : m_pPageResources.Get(), in LoadChar()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_contentparser.cpp | 87 pForm->m_pDocument.Get(), pForm->m_pPageResources.Get(), in CPDF_ContentParser() 161 m_pObjectHolder->m_pPageResources.Get(), nullptr, nullptr, in Continue()
|
D | cpdf_form.cpp | 23 m_pPageResources = pPageResources; in CPDF_Form()
|
D | cpdf_pageobjectholder.cpp | 21 m_pPageResources(nullptr), in CPDF_PageObjectHolder()
|
D | cpdf_pageobjectholder.h | 77 UnownedPtr<CPDF_Dictionary> m_pPageResources; variable
|
D | cpdf_streamcontentparser.cpp | 250 m_pPageResources(pPageResources), in CPDF_StreamContentParser() 272 m_pResources = m_pPageResources; in CPDF_StreamContentParser() 774 m_pDocument.Get(), m_pPageResources.Get(), pStream, m_pResources.Get()); in AddForm() 1164 if (m_pResources == m_pPageResources || !m_pPageResources) in FindResourceObj() 1167 CPDF_Dictionary* pPageDict = m_pPageResources->GetDictFor(type); in FindResourceObj()
|
D | cpdf_page.cpp | 36 m_pPageResources = m_pResources; in CPDF_Page()
|
D | cpdf_streamcontentparser.h | 197 UnownedPtr<CPDF_Dictionary> const m_pPageResources; variable
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditimg.cpp | 295 pPage->m_pPageResources.Get())) { in FPDFImageObj_GetImageMetadata()
|