Home
last modified time | relevance | path

Searched refs:withinEpsilon (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatQuad.cpp95 static inline bool withinEpsilon(float a, float b) in withinEpsilon() function
102 …return (withinEpsilon(m_p1.x(), m_p2.x()) && withinEpsilon(m_p2.y(), m_p3.y()) && withinEpsilon(m_… in isRectilinear()
103 …|| (withinEpsilon(m_p1.y(), m_p2.y()) && withinEpsilon(m_p2.x(), m_p3.x()) && withinEpsilon(m_p3.y… in isRectilinear()