Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp85 CPDF_CountedIccProfile* ipData = curr_it->second; in Clear() local
86 if (!ipData->get()) in Clear()
89 if (bForceRelease || ipData->use_count() < 2) { in Clear()
97 delete ipData->get(); in Clear()
98 delete ipData; in Clear()
453 CPDF_CountedIccProfile* ipData = new CPDF_CountedIccProfile( in GetIccProfile() local
455 m_IccProfileMap[pIccProfileStream] = ipData; in GetIccProfile()
457 return ipData->AddRef(); in GetIccProfile()