Home
last modified time | relevance | path

Searched refs:cyCursor (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Ddragimag.cpp300 int cyCursor = 16; in BeginDrag()
303 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in BeginDrag()
305 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Ddragimag.cpp300 int cyCursor = 16; in BeginDrag()
303 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in BeginDrag()
305 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Ddragimag.cpp300 int cyCursor = 16; in BeginDrag()
303 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in BeginDrag()
305 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Ddragimag.cpp300 int cyCursor = 16; in BeginDrag()
303 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in BeginDrag()
305 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Ddragimag.cpp352 int cyCursor = 16; in BeginDrag()
355 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in BeginDrag()
357 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Ddragimag.cpp352 int cyCursor = 16; in BeginDrag()
355 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in BeginDrag()
357 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Ddragimag.cpp335 int cyCursor = wxGetSystemMetrics(SM_CYCURSOR, window); in BeginDrag()
336 … m_hCursorImageList = (WXHIMAGELIST) ImageList_Create(cxCursor, cyCursor, ILC_MASK, 1, 1); in BeginDrag()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwtext.c77 int cyCursor; in text_to_cursor() local
78 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
79 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
83 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
84 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwtext.c77 int cyCursor; in text_to_cursor() local
78 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
79 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
83 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
84 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwtext.c71 int cyCursor; in text_to_cursor() local
72 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
73 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
77 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
78 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwtext.c71 int cyCursor; in text_to_cursor() local
72 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
73 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
77 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
78 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Ddwtext.c126 int cyCursor; in text_to_cursor() local
127 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
128 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
132 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
133 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Ddwtext.c122 int cyCursor; in text_to_cursor() local
123 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
124 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
128 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
129 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Ddwtext.c122 int cyCursor; in text_to_cursor() local
123 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
124 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
128 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
129 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Ddwtext.c126 int cyCursor; in text_to_cursor() local
127 cyCursor = tw->CursorPos.y * tw->CharSize.y; in text_to_cursor()
128 if ( (cyCursor + tw->CharSize.y > tw->ScrollPos.y + tw->ClientSize.y) in text_to_cursor()
132 || (cyCursor < tw->ScrollPos.y+tw->ClientSize.y) ) { in text_to_cursor()
133 nYinc = max(0, cyCursor + tw->CharSize.y in text_to_cursor()
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwtext.c391 int cyCursor; in TextToCursor() local
394cyCursor = (lptw->CursorPos.y + (lptw->CursorPos.x / lptw->ScreenBuffer.wrap_at)) * lptw->CharSize… in TextToCursor()
396 cyCursor = lptw->CursorPos.y * lptw->CharSize.y; in TextToCursor()
397 if ((cyCursor + lptw->CharSize.y > lptw->ScrollPos.y + lptw->ClientSize.y) in TextToCursor()
398 || (cyCursor < lptw->ScrollPos.y)) { in TextToCursor()
399 nYinc = max(0, cyCursor + lptw->CharSize.y - lptw->ClientSize.y) - lptw->ScrollPos.y; in TextToCursor()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwtext.c391 int cyCursor; in TextToCursor() local
394cyCursor = (lptw->CursorPos.y + (lptw->CursorPos.x / lptw->ScreenBuffer.wrap_at)) * lptw->CharSize… in TextToCursor()
396 cyCursor = lptw->CursorPos.y * lptw->CharSize.y; in TextToCursor()
397 if ((cyCursor + lptw->CharSize.y > lptw->ScrollPos.y + lptw->ClientSize.y) in TextToCursor()
398 || (cyCursor < lptw->ScrollPos.y)) { in TextToCursor()
399 nYinc = max(0, cyCursor + lptw->CharSize.y - lptw->ClientSize.y) - lptw->ScrollPos.y; in TextToCursor()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwtext.c398 int cyCursor; in TextToCursor() local
401cyCursor = (lptw->CursorPos.y + (lptw->CursorPos.x / lptw->ScreenBuffer.wrap_at)) * lptw->CharSize… in TextToCursor()
403 cyCursor = lptw->CursorPos.y * lptw->CharSize.y; in TextToCursor()
404 if ((cyCursor + lptw->CharSize.y > lptw->ScrollPos.y + lptw->ClientSize.y) in TextToCursor()
405 || (cyCursor < lptw->ScrollPos.y)) { in TextToCursor()
406 nYinc = max(0, cyCursor + lptw->CharSize.y - lptw->ClientSize.y) - lptw->ScrollPos.y; in TextToCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlctrlx.h4455 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4456 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrlx.h4717 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4718 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlctrlx.h4455 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4456 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrlx.h4717 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4718 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrlx.h4717 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4718 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrlx.h4717 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4718 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrlx.h4717 int cyCursor = ::GetSystemMetrics(SM_CYCURSOR); in OnTabMouseMove() local
4718 m_ilDrag.BeginDrag(0, -(cxCursor / 2), -(cyCursor / 2)); in OnTabMouseMove()

12