HomeSort by relevance Sort by last modified time
    Searched defs:IsIdentical (Results 1 - 2 of 2) 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/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 60 milliseconds