HomeSort by relevance Sort by last modified time
    Searched refs:IsIdentical (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 195 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const {
202 return GetDirect()->IsIdentical(pOther);
204 return IsIdentical(pOther->GetDirect());
575 if (!m_Objects[i]->IsIdentical(pOther->m_Objects[i]))
757 if (!it.second->IsIdentical(pOther->GetElement(key)))
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 53 FX_BOOL IsIdentical(CPDF_Object* pObj) const;
fpdf_resource.h 286 FX_BOOL IsIdentical(CPDF_FontEncoding* pAnother) const;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 270 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding))
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 293 milliseconds