Searched refs:IsIdentical (Results 1 – 5 of 5) sorted by relevance
195 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const { in IsIdentical() function in CPDF_Object202 return GetDirect()->IsIdentical(pOther); in IsIdentical()204 return IsIdentical(pOther->GetDirect()); in IsIdentical()575 if (!m_Objects[i]->IsIdentical(pOther->m_Objects[i])) in Identical()757 if (!it.second->IsIdentical(pOther->GetElement(key))) in Identical()
270 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding)) in GetStandardFont()
53 FX_BOOL IsIdentical(CPDF_Object* pObj) const;
286 FX_BOOL IsIdentical(CPDF_FontEncoding* pAnother) const;
1345 FX_BOOL CPDF_FontEncoding::IsIdentical(CPDF_FontEncoding* pAnother) const { in IsIdentical() function in CPDF_FontEncoding