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

/haiku/src/kits/interface/
H A DChannelSlider.cpp124 delete[] fInitialValues;
330 if (fInitialValues != NULL && fAllChannels) {
331 delete[] fInitialValues;
332 fInitialValues = NULL;
335 if (fInitialValues == NULL)
336 fInitialValues = new (std::nothrow) int32[numChannels];
338 if (fInitialValues) {
341 fInitialValues[i] = ValueFor(i);
343 fInitialValues[fCurrentChannel] = ValueFor(fCurrentChannel);
722 fInitialValues
[all...]
/haiku/headers/os/interface/
H A DChannelSlider.h125 int32* fInitialValues; member in class:BChannelSlider

Completed in 71 milliseconds