Home
last modified time | relevance | path

Searched refs:min4 (Results 1 – 7 of 7) sorted by relevance

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