Searched refs:IsIdentical (Results 1 – 5 of 5) sorted by relevance
193 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const in IsIdentical() function in CPDF_Object203 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()
59 FX_BOOL IsIdentical(CPDF_Object* pObj) const;
327 FX_BOOL IsIdentical(CPDF_FontEncoding* pAnother) const;
340 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding)) { in GetStandardFont()
1368 FX_BOOL CPDF_FontEncoding::IsIdentical(CPDF_FontEncoding* pAnother) const in IsIdentical() function in CPDF_FontEncoding