Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp448 auto* pDocCache = CPDF_DocRenderData::FromDocument(m_pContext->GetDocument()); in GetTransferFunc() local
449 return pDocCache ? pDocCache->GetTransferFunc(pObj) : nullptr; in GetTransferFunc()