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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp223 CPDF_CountedObject<CPDF_IccProfile*>* ipData; local
224 m_IccProfileMap.GetNextAssoc(pos, ipKey, ipData);
225 if (!ipData->m_Obj) {
228 if (bForceRelease || ipData->m_nCount < 2) {
239 delete ipData->m_Obj;
240 delete ipData;
568 CPDF_CountedObject<CPDF_IccProfile*>* ipData = NULL; local
569 if (m_IccProfileMap.Lookup(pIccProfileStream, ipData)) {
570 ipData->m_nCount++;
571 return ipData
596 CPDF_CountedObject<CPDF_IccProfile*>* ipData = NULL; local
[all...]

Completed in 139 milliseconds