Searched refs:pDocCache (Results 1 – 1 of 1) sorted by relevance
448 auto* pDocCache = CPDF_DocRenderData::FromDocument(m_pContext->GetDocument()); in GetTransferFunc() local449 return pDocCache ? pDocCache->GetTransferFunc(pObj) : nullptr; in GetTransferFunc()