Home
last modified time | relevance | path

Searched refs:thumbLocation (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DChannelSlider.cpp562 BPoint thumbLocation = leftTop; in DrawChannel() local
564 thumbLocation.y += ThumbDeltaFor(channel); in DrawChannel()
566 thumbLocation.x += ThumbDeltaFor(channel); in DrawChannel()
568 DrawThumb(into, channel, thumbLocation, pressed); in DrawChannel()