Home
last modified time | relevance | path

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]; in SetChannelCount() local
401 memcpy(newMax, fChannelMax, fChannelCount); in SetChannelCount()
409 fChannelMax = newMax; in SetChannelCount()
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp117 void Restrict(int32 newMin, int32 newMax) in Restrict()
121 if (newMax < max) in Restrict()
122 max = newMax; in Restrict()