OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max4
(Results
1 - 1
of
1
) sorted by null
/external/webkit/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());
Completed in 16 milliseconds