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); local
311 drawLocation.x = floorf((frame.Width() - fLabelWidth) / 2);
312 drawLocation.y = frame.top + sVPad + iconBounds.Height() + sVPad;
324 drawLocation.x += iconBounds.Width() + sLabelOffset;
325 drawLocation.y = frame.top
329 menu->MovePenTo(drawLocation);

Completed in 92 milliseconds