Home
last modified time | relevance | path

Searched refs:BorderY (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCIrrDeviceWinCE.h94 HWnd(hwnd), BorderX(0), BorderY(0), in CCursorControl()
106 BorderY = GetSystemMetrics(SM_CYCAPTION) + GetSystemMetrics(SM_CYDLGFRAME); in CCursorControl()
157 SetCursorPos(x + rect.left + BorderX, y + rect.top + BorderY); in setPosition()
245 CursorPos.Y = p.y-rect.top-BorderY; in updateInternalCursorPosition()
262 s32 BorderX, BorderY; variable
H A DCIrrDeviceWin32.h213 SetCursorPos(x + rect.left + BorderX, y + rect.top + BorderY); in setPosition()
291 BorderY = GetSystemMetrics(SM_CYCAPTION) + GetSystemMetrics(SM_CYSIZEFRAME) + paddingBorder; in updateBorderSize()
296 BorderY = GetSystemMetrics(SM_CYCAPTION) + GetSystemMetrics(SM_CYDLGFRAME) + paddingBorder; in updateBorderSize()
301 BorderX = BorderY = 0; in updateBorderSize()
350 CursorPos.Y = p.y-rect.top-BorderY; in updateInternalCursorPosition()
368 s32 BorderX, BorderY; variable
H A DCIrrDeviceWin32.cpp1956 HWnd(hwnd), BorderX(0), BorderY(0), in CCursorControl()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCIrrDeviceWin32.h205 SetCursorPos(x + rect.left + BorderX, y + rect.top + BorderY); in setPosition()
277 BorderY = GetSystemMetrics(SM_CYCAPTION) + GetSystemMetrics(SM_CYSIZEFRAME); in updateBorderSize()
282 BorderY = GetSystemMetrics(SM_CYCAPTION) + GetSystemMetrics(SM_CYDLGFRAME); in updateBorderSize()
287 BorderX = BorderY = 0; in updateBorderSize()
336 CursorPos.Y = p.y-rect.top-BorderY; in updateInternalCursorPosition()
354 s32 BorderX, BorderY; variable
H A DCIrrDeviceWin32.cpp2429 HWnd(hwnd), BorderX(0), BorderY(0), in CCursorControl()
/dports/graphics/freeimage/FreeImage/Wrapper/Delphi/demo/ImagePreview/
H A DMainFrm.pas240 BorderY : integer;
251 BorderY := GetSystemMetrics(SM_CYSIZEFRAME) * 2;
254 if (Top + CH + TitleH + BorderY > WSH) or (CH + TitleH + BorderY > WSH) then
256 Top := Rect.Bottom - CH - BorderY;
260 CH := WSH - TitleH - BorderY;
277 if CH + TitleH + BorderY > WSH then
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_view.cpp1837 float BorderY = lcMin(2.0f, Top - Bottom); in DrawSelectZoomRegionOverlay() local
1842 { Left + BorderX, Bottom + BorderY }, in DrawSelectZoomRegionOverlay()
1844 { Right - BorderX, Bottom + BorderY }, in DrawSelectZoomRegionOverlay()
1846 { Right - BorderX, Top - BorderY }, in DrawSelectZoomRegionOverlay()
1848 { Left + BorderX, Top - BorderY }, in DrawSelectZoomRegionOverlay()
1850 { Left + BorderX, Bottom + BorderY }, in DrawSelectZoomRegionOverlay()
1851 { Left + BorderX, Bottom + BorderY }, in DrawSelectZoomRegionOverlay()
1852 { Right - BorderX, Bottom + BorderY }, in DrawSelectZoomRegionOverlay()
1853 { Left + BorderX, Top - BorderY }, in DrawSelectZoomRegionOverlay()
1854 { Right - BorderX, Top - BorderY }, in DrawSelectZoomRegionOverlay()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkwinapi.inc8475 CurX, CurY, CurWidth, CurHeight, CurItemHeight, BorderX, BorderY,
8523 BorderY:=2*(OldHeight-CurHeight);
8524 if BorderY<0 then BorderY:=0;
8527 inc(BorderY, ComboPopup^.hscrollbar^.requisition.height
8535 if minItemsHeight<>0 then NewHeight := MinItemsHeight+BorderY
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkwinapi.inc8471 CurX, CurY, CurWidth, CurHeight, CurItemHeight, BorderX, BorderY,
8519 BorderY:=2*(OldHeight-CurHeight);
8520 if BorderY<0 then BorderY:=0;
8523 inc(BorderY, ComboPopup^.hscrollbar^.requisition.height
8531 if minItemsHeight<>0 then NewHeight := MinItemsHeight+BorderY
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkwinapi.inc8475 CurX, CurY, CurWidth, CurHeight, CurItemHeight, BorderX, BorderY,
8523 BorderY:=2*(OldHeight-CurHeight);
8524 if BorderY<0 then BorderY:=0;
8527 inc(BorderY, ComboPopup^.hscrollbar^.requisition.height
8535 if minItemsHeight<>0 then NewHeight := MinItemsHeight+BorderY
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkwinapi.inc8471 CurX, CurY, CurWidth, CurHeight, CurItemHeight, BorderX, BorderY,
8519 BorderY:=2*(OldHeight-CurHeight);
8520 if BorderY<0 then BorderY:=0;
8523 inc(BorderY, ComboPopup^.hscrollbar^.requisition.height
8531 if minItemsHeight<>0 then NewHeight := MinItemsHeight+BorderY