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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp212 CPDF_CountedObject<CPDF_IccProfile*>* ipData; local
213 m_IccProfileMap.GetNextAssoc(pos, ipKey, ipData);
214 nCount = ipData->m_nCount;
226 delete ipData->m_Obj;
227 delete ipData;
561 CPDF_CountedObject<CPDF_IccProfile*>* ipData = NULL; local
562 if (m_IccProfileMap.Lookup(pIccProfileStream, ipData)) {
563 ipData->m_nCount++;
564 return ipData->m_Obj;
572 m_IccProfileMap.Lookup(pCopiedStream, ipData);
596 CPDF_CountedObject<CPDF_IccProfile*>* ipData = NULL; local
[all...]

Completed in 199 milliseconds