Searched refs:equalXandY (Results 1 – 1 of 1) sorted by relevance
723 bool equalXandY = false; in equals() local725 …equalXandY = compareCSSValuePtr(m_firstX, other.m_firstX) && compareCSSValuePtr(m_firstY, other.m_… in equals()727 equalXandY = compareCSSValuePtr(m_firstX, other.m_firstX) && !other.m_firstY; in equals()729 equalXandY = compareCSSValuePtr(m_firstY, other.m_firstY) && !other.m_firstX; in equals()731 equalXandY = !other.m_firstX && !other.m_firstY; in equals()733 return equalXandY && m_stops == other.m_stops; in equals()1133 bool equalXandY = false; in equals() local1135 …equalXandY = compareCSSValuePtr(m_firstX, other.m_firstX) && compareCSSValuePtr(m_firstY, other.m_… in equals()1137 equalXandY = compareCSSValuePtr(m_firstX, other.m_firstX) && !other.m_firstY; in equals()1139 equalXandY = compareCSSValuePtr(m_firstY, other.m_firstY) && !other.m_firstX; in equals()[all …]