Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp26 fHPopupAlignment(0.5), in PopupControl()
61 fHPopupAlignment = hPopupAlignment; in SetPopupAlignment()
72 fHPopupAlignment = -1.0; in SetPopupLocation()
86 if (fHPopupAlignment >= 0.0 && fVPopupAlignment >= 0.0) { in ShowPopup()
92 leftLocation.x += fHPopupAlignment * totalWidth; in ShowPopup()
93 leftLocation.y += fHPopupAlignment * totalHeight; in ShowPopup()
H A DPopupControl.h50 float fHPopupAlignment; variable