Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.h57 using CPDF_CountedIccProfile = CPDF_CountedObject<CPDF_IccProfile>; variable
66 std::map<const CPDF_Stream*, CPDF_CountedIccProfile*>;
Dcpdf_docpagedata.cpp85 CPDF_CountedIccProfile* ipData = curr_it->second; in Clear()
453 CPDF_CountedIccProfile* ipData = new CPDF_CountedIccProfile( in GetIccProfile()
464 CPDF_CountedIccProfile* profile = it->second; in ReleaseIccProfile()