Home
last modified time | relevance | path

Searched refs:IsIdentical (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp193 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const in IsIdentical() function in CPDF_Object
203 return GetDirect()->IsIdentical(pOther); in IsIdentical()
205 return IsIdentical(pOther->GetDirect()); in IsIdentical()
564 if (!((CPDF_Object*)m_Objects[i])->IsIdentical((CPDF_Object*)pOther->m_Objects[i])) { in Identical()
804 if (!((CPDF_Object*)value)->IsIdentical(pOther->GetElement(key))) { in Identical()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h59 FX_BOOL IsIdentical(CPDF_Object* pObj) const;
Dfpdf_resource.h327 FX_BOOL IsIdentical(CPDF_FontEncoding* pAnother) const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp340 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding)) { in GetStandardFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1368 FX_BOOL CPDF_FontEncoding::IsIdentical(CPDF_FontEncoding* pAnother) const in IsIdentical() function in CPDF_FontEncoding