Searched defs:CLAMP (Results 1 – 4 of 4) sorted by relevance
34 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
47 CLAMP (0), enumConstant
49 CLAMP (4), enumConstant
36 CLAMP (4), enumConstant