OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max4
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
FloatQuad.cpp
44
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());
FloatRect.cpp
158
T
max4
(const T& v1, const T& v2, const T& v3, const T& v4)
function in namespace:WebCore::__anon13177
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 80 milliseconds