Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DWorkspaceW.c3971 #define IFMIN(a,b) if((b)<a)a=(b) macro
4003 IFMIN(ww->workspace.min_x,constraints->workspace.x_left); in CreateSurrogate()
4005 IFMIN(ww->workspace.min_y,constraints->workspace.y_upper); in CreateSurrogate()
4030 #undef IFMIN