Searched refs:newMax (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DChannelControl.cpp397 int32* newMax = new int32[channel_count]; local
401 memcpy(newMax, fChannelMax, fChannelCount);
409 fChannelMax = newMax;
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp117 void Restrict(int32 newMin, int32 newMax) argument
121 if (newMax < max)
122 max = newMax;

Completed in 37 milliseconds