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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp193 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const function in class:CPDF_Object
203 return GetDirect()->IsIdentical(pOther);
205 return IsIdentical(pOther->GetDirect());
564 if (!((CPDF_Object*)m_Objects[i])->IsIdentical((CPDF_Object*)pOther->m_Objects[i])) {
804 if (!((CPDF_Object*)value)->IsIdentical(pOther->GetElement(key))) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1368 FX_BOOL CPDF_FontEncoding::IsIdentical(CPDF_FontEncoding* pAnother) const function in class:CPDF_FontEncoding

Completed in 2275 milliseconds