Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockBase.cpp270 int HelpBarWidth = 0; in DragAndDrop_Hover() local
274 HelpBarWidth = m_HoverRect.w * 0.25f; in DragAndDrop_Hover()
275 m_HoverRect.w = HelpBarWidth; in DragAndDrop_Hover()
280 HelpBarWidth = m_HoverRect.w * 0.25f; in DragAndDrop_Hover()
281 m_HoverRect.x = m_HoverRect.w - HelpBarWidth; in DragAndDrop_Hover()
282 m_HoverRect.w = HelpBarWidth; in DragAndDrop_Hover()
287 HelpBarWidth = m_HoverRect.h * 0.25f; in DragAndDrop_Hover()
288 m_HoverRect.h = HelpBarWidth; in DragAndDrop_Hover()
293 HelpBarWidth = m_HoverRect.h * 0.25f; in DragAndDrop_Hover()
294 m_HoverRect.y = m_HoverRect.h - HelpBarWidth; in DragAndDrop_Hover()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DDockBase.cpp270 int HelpBarWidth = 0; in DragAndDrop_Hover() local
274 HelpBarWidth = m_HoverRect.w * 0.25f; in DragAndDrop_Hover()
275 m_HoverRect.w = HelpBarWidth; in DragAndDrop_Hover()
280 HelpBarWidth = m_HoverRect.w * 0.25f; in DragAndDrop_Hover()
281 m_HoverRect.x = m_HoverRect.w - HelpBarWidth; in DragAndDrop_Hover()
282 m_HoverRect.w = HelpBarWidth; in DragAndDrop_Hover()
287 HelpBarWidth = m_HoverRect.h * 0.25f; in DragAndDrop_Hover()
288 m_HoverRect.h = HelpBarWidth; in DragAndDrop_Hover()
293 HelpBarWidth = m_HoverRect.h * 0.25f; in DragAndDrop_Hover()
294 m_HoverRect.y = m_HoverRect.h - HelpBarWidth; in DragAndDrop_Hover()
[all …]