Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp170 CPDF_CountedIccProfile* ipData = curr_it->second; in Clear()
523 CPDF_CountedIccProfile* ipData = new CPDF_CountedIccProfile(pProfile); in GetIccProfile()
533 CPDF_CountedIccProfile* profile = it->second; in ReleaseIccProfile()
Dpageint.h355 using CPDF_CountedIccProfile = CPDF_CountedObject<CPDF_IccProfile>; variable
362 using CPDF_IccProfileMap = std::map<CPDF_Stream*, CPDF_CountedIccProfile*>;