HomeSort by relevance Sort by last modified time
    Searched refs:max4 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatQuad.cpp 46 static inline float max4(float a, float b, float c, float d) function in namespace:WebCore
89 float right = max4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x());
90 float bottom = max4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y());
FloatRect.cpp 204 T max4(const T& v1, const T& v2, const T& v3, const T& v4) function in namespace:WebCore::__anon12661
225 float right = max4(p0.x(), p1.x(), p2.x(), p3.x());
226 float bottom = max4(p0.y(), p1.y(), p2.y(), p3.y());
  /external/pixman/demos/
scale.c 69 max4 (double a, double b, double c, double d) function
96 max_x = max4 (v[0].v[0], v[1].v[0], v[2].v[0], v[3].v[0]);
98 max_y = max4 (v[0].v[1], v[1].v[1], v[2].v[1], v[3].v[1]);

Completed in 7844 milliseconds