Searched refs:min4 (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/libs/icon/transformable/
H A DTransformable.cpp215 min4(float a, float b, float c, float d) function
242 return BRect(floorf(min4(lt.x, rt.x, lb.x, rb.x)),
243 floorf(min4(lt.y, rt.y, lb.y, rb.y)),
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1562 rect.Set(min4(p.x, pIn.x, pOut.x, pOut.x),
1563 min4(p.y, pIn.y, pOut.y, pOut.y),
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp560 float d = min4(dLT, dRT, dLB, dRB);
579 float d = min4(dL, dR, dT, dB);
H A DPerspectiveBox.cpp188 bounds.left = min4(lt.x, rt.x, lb.x, rb.x);
189 bounds.top = min4(lt.y, rt.y, lb.y, rb.y);
356 float d = min4(dLT, dRT, dLB, dRB);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp186 min4(float a, float b, float c, float d) function
221 BRect dirty(min4(before.left, before.right, after.left, after.right),
222 min4(before.top, before.bottom, after.top, after.bottom),
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.cpp18 min4(float a, float b, float c, float d) function
257 return BRect(floorf(min4(lt.x, rt.x, lb.x, rb.x)),
258 floorf(min4(lt.y, rt.y, lb.y, rb.y)),
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h85 T min4(const T a, const T b, const T c, const T d)
100 min4(float a, float b, float c, float d) function
114 return min_c(min4(v1, v2, v3, v4), v5);

Completed in 68 milliseconds