Searched refs:MAX_ (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/screen_savers/flurry/
H A DShared.h54 #define MAX_(a, b) (((a) > (b)) ? (a) : (b)) macro
H A DTexture.cpp84 t = (float)MAX_(0, smallTextureArray[i][j] - speck);
H A DSmoke.cpp127 streamSpeedCoherenceFactor = MAX_(0.0f,1.0f
293 w = MAX_(1.0f, thisWidth / z);
310 ow = MAX_(1.0f, thisWidth / oldz);

Completed in 23 milliseconds