Searched refs:max4 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatQuad.cpp44 static inline float max4(float a, float b, float c, float d) function in namespace:WebCore
82 float right = max4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x());
83 float bottom = max4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y());
H A DFloatRect.cpp158 T max4(const T& v1, const T& v2, const T& v3, const T& v4) function in namespace:WebCore::__anon14644
179 float right = max4(p0.x(), p1.x(), p2.x(), p3.x());
180 float bottom = max4(p0.y(), p1.y(), p2.y(), p3.y());

Completed in 69 milliseconds