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 193 FX_BOOL CPDF_Object::IsIdentical(CPDF_Object* pOther) const
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))) {
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 59 FX_BOOL IsIdentical(CPDF_Object* pObj) const;
fpdf_resource.h 327 FX_BOOL IsIdentical(CPDF_FontEncoding* pAnother) const;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 340 if (pEncoding && !pT1Font->GetEncoding()->IsIdentical(pEncoding)) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 83 milliseconds