Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp295 BPoint drawLocation = contentLocation + BPoint(sHPad, sVPad); in DrawContent() local
311 drawLocation.x = floorf((frame.Width() - fLabelWidth) / 2); in DrawContent()
312 drawLocation.y = frame.top + sVPad + iconBounds.Height() + sVPad; in DrawContent()
324 drawLocation.x += iconBounds.Width() + sLabelOffset; in DrawContent()
325 drawLocation.y = frame.top in DrawContent()
329 menu->MovePenTo(drawLocation); in DrawContent()