Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DChannelSlider.cpp802 BPoint drawHere; in _DrawThumbs() local
805 drawHere.x = (Bounds().Width() - bounds.Width()) / 2.0; in _DrawThumbs()
806 drawHere.y = (Bounds().Height() - bounds.Height()) - kPadding in _DrawThumbs()
837 DrawBitmapAsync(fBacking, drawHere); in _DrawThumbs()
840 fClickDelta = drawHere; in _DrawThumbs()