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

/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp55 static float sHPad, sVPad, sLabelOffset = 0.0f; variable
99 *height += sVPad * 2;
181 contentLocation.y = ContentLocation().y + sVPad + fLabelAscent;
268 sVPad = ceilf(be_control_look->ComposeSpacing(B_USE_SMALL_SPACING) / 4.0f);
H A DTeamMenuItem.cpp67 static float sHPad, sVPad, sLabelOffset = 0.0f; variable
295 BPoint drawLocation = contentLocation + BPoint(sHPad, sVPad);
304 float offsety = contentLocation.y + sVPad + kGutter;
312 drawLocation.y = frame.top + sVPad + iconBounds.Height() + sVPad;
494 sVPad = ceilf(be_control_look->ComposeSpacing(B_USE_SMALL_SPACING) / 4.0f);

Completed in 116 milliseconds