Home
last modified time | relevance | path

Searched refs:pFormResource (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp360 const CPDF_Dictionary* pFormResource = nullptr; in DrawObjWithBackground() local
363 pFormResource = pFormObj->form()->GetDict()->GetDictFor("Resources"); in DrawObjWithBackground()
369 status.SetFormResource(pFormResource); in DrawObjWithBackground()
610 const CPDF_Dictionary* pFormResource = nullptr; in ProcessTransparency() local
619 pFormResource = pFormObj->form()->GetDict()->GetDictFor("Resources"); in ProcessTransparency()
725 bitmap_render.SetFormResource(pFormResource); in ProcessTransparency()
1004 const CPDF_Dictionary* pFormResource = in ProcessType3Text() local
1014 status.SetFormResource(pFormResource); in ProcessType3Text()
1039 status.SetFormResource(pFormResource); in ProcessType3Text()
1274 const CPDF_Dictionary* pFormResource = in DrawTilingPattern() local
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_image.h57 bool StartLoadDIBBase(const CPDF_Dictionary* pFormResource,
Dcpdf_image.cpp355 bool CPDF_Image::StartLoadDIBBase(const CPDF_Dictionary* pFormResource, in StartLoadDIBBase() argument
362 m_pDocument.Get(), m_pStream.Get(), true, pFormResource, pPageResource, in StartLoadDIBBase()