Searched refs:pDocCache (Results 1 – 2 of 2) sorted by relevance
347 CPDF_DocRenderData* pDocCache = in CPDF_GeneralStateData() local349 if (!pDocCache) { in CPDF_GeneralStateData()352 m_pTransferFunc = pDocCache->GetTransferFunc(m_pTR); in CPDF_GeneralStateData()357 CPDF_DocRenderData* pDocCache = m_pTransferFunc->m_pPDFDoc->GetRenderData(); in ~CPDF_GeneralStateData() local358 if (!pDocCache) { in ~CPDF_GeneralStateData()361 pDocCache->ReleaseTransferFunc(m_pTR); in ~CPDF_GeneralStateData()
541 CPDF_DocRenderData* pDocCache = m_pContext->m_pDocument->GetRenderData(); in GetTransferFunc() local542 return pDocCache ? pDocCache->GetTransferFunc(pObj) : nullptr; in GetTransferFunc()