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

/haiku/src/kits/interface/
H A DChannelSlider.cpp293 fMinPoint = 0;
303 fMinPoint = frame.top + frame.Height() / 2;
308 fMinPoint = frame.Width();
379 fMinPoint = 0;
723 fMinPoint = 0;
823 if (fCurrentChannel != -1 && fMinPoint != 0) {
875 floatValue = range - (point.y - fMinPoint);
877 floatValue = range + (point.x - fMinPoint);
/haiku/headers/os/interface/
H A DChannelSlider.h126 float fMinPoint; member in class:BChannelSlider

Completed in 86 milliseconds