/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRect.cpp | 201 T max4(const T& v1, const T& v2, const T& v3, const T& v4) function in namespace:blink::__anon15920 222 float right = max4(p0.x(), p1.x(), p2.x(), p3.x()); 223 float bottom = max4(p0.y(), p1.y(), p2.y(), p3.y());
|
FloatQuad.cpp | 44 static inline float max4(float a, float b, float c, float d) function in namespace:blink 87 float right = max4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x()); 88 float bottom = max4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y());
|
/external/deqp/modules/gles2/functional/ |
es2fMultisampleTests.cpp | 95 static inline T max4 (T a, T b, T c, T d) function in namespace:deqp::gles2::Functional 120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); 152 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 153 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fMultisampleTests.cpp | 97 static inline T max4 (T a, T b, T c, T d) function in namespace:deqp::gles3::Functional 122 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 123 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); 154 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 155 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); [all...] |