Searched refs:min4 (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatQuad.cpp39 static inline float min4(float a, float b, float c, float d) function in namespace:WebCore
79 float left = min4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x());
80 float top = min4(m_p1.y(), m_p2.y(), m_p3.y(), m_p4.y());
H A DFloatRect.cpp152 T min4(const T& v1, const T& v2, const T& v3, const T& v4) function in namespace:WebCore::__anon14644
177 float left = min4(p0.x(), p1.x(), p2.x(), p3.x());
178 float top = min4(p0.y(), p1.y(), p2.y(), p3.y());
/external/opencv/cv/src/
H A Dcvinpaint.cpp55 min4( float a, float b, float c, float d ) function
255 dist = min4(FastMarching_solve(i-1,j,i,j-1,f,t),
297 dist = min4(FastMarching_solve(i-1,j,i,j-1,f,t),
410 dist = min4(FastMarching_solve(i-1,j,i,j-1,f,t),
531 dist = min4(FastMarching_solve(i-1,j,i,j-1,f,t),
622 dist = min4(FastMarching_solve(i-1,j,i,j-1,f,t),
/external/expat/lib/
H A Dxmltok.c1199 min4 = 0x10000 enumerator in enum:__anon5390
1213 if (c < min4) {

Completed in 163 milliseconds