Searched refs:max4 (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h92 T max4(const T a, const T b, const T c, const T d)
106 max4(float a, float b, float c, float d) function
120 return max_c(max4(v1, v2, v3, v4), v5);
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp25 max4(float a, float b, float c, float d) function
259 ceilf(max4(lt.x, rt.x, lb.x, rb.x)),
260 ceilf(max4(lt.y, rt.y, lb.y, rb.y)));
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp192 max4(float a, float b, float c, float d) function
223 max4(before.left, before.right, after.left, after.right),
224 max4(before.top, before.bottom, after.top, after.bottom));
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp222 max4(float a, float b, float c, float d) function
244 ceilf(max4(lt.x, rt.x, lb.x, rb.x)),
245 ceilf(max4(lt.y, rt.y, lb.y, rb.y)));
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp190 bounds.right = max4(lt.x, rt.x, lb.x, rb.x);
191 bounds.bottom = max4(lt.y, rt.y, lb.y, rb.y);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1564 max4(p.x, pIn.x, pOut.x, pOut.x),
1565 max4(p.y, pIn.y, pOut.y, pOut.y));

Completed in 125 milliseconds