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

/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp158 BPoint contentLocation = ContentLocation() + BPoint(sHPad, 0); local
168 contentLocation.x -= shiftedBy;
173 contentLocation.y += (height - bitmapHeight) / 2;
175 menu->MovePenTo(contentLocation);
178 contentLocation.x += shiftedBy;
179 contentLocation.x += (bitmapWidth - shiftedBy) + sLabelOffset;
181 contentLocation.y = ContentLocation().y + sVPad + fLabelAscent;
184 menu->MovePenTo(contentLocation);
H A DTeamMenuItem.cpp294 BPoint contentLocation = ContentLocation(); local
295 BPoint drawLocation = contentLocation + BPoint(sHPad, sVPad);
302 float offsetx = contentLocation.x
304 float offsety = contentLocation.y + sVPad + kGutter;
315 float offsetx = contentLocation.x + sHPad;
316 float offsety = contentLocation.y +

Completed in 33 milliseconds