Home
last modified time | relevance | path

Searched refs:scrollPixels (Results 1 – 13 of 13) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dgtextbox.cpp179 cursorPos = anchorPos = scrollPixels = 0; in gTextBox()
939 if (scrollPixels > cursorX) { in drawContents()
940 scrollPixels = cursorX; in drawContents()
941 } else if (scrollPixels + (editRect.width - 1) < cursorX) { in drawContents()
942 scrollPixels = cursorX - (editRect.width - 1); in drawContents()
947 cursorX -= scrollPixels; in drawContents()
948 anchorX -= scrollPixels; in drawContents()
972 tPort.moveTo(-scrollPixels, (editRect.height - textHeight_ + 1) / 2); in drawContents()
H A Dvdraw.h59 void scrollPixels(const Rect16 r, int dx, int dy);
H A Dgtextbox.h79 scrollPixels; variable
H A Dgdraw.h394 virtual void scrollPixels(const Rect16 r, int dx, int dy);
H A Dvwdraw.cpp98 void gDisplayPort::scrollPixels( in scrollPixels() function in Saga2::gDisplayPort
H A Dgdraw.cpp813 void gPort::scrollPixels( in scrollPixels() function in Saga2::gPort
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dspreadsheetviewer.cpp784 int scrollPixels = (event->angleDelta().y() > 0 ? 1 : -1) * in wheelEvent() local
786 scroll(QPoint(0, -scrollPixels)); in wheelEvent()
788 int scrollPixels = (event->angleDelta().x() > 0 ? 1 : -1) * m_columnWidth; in wheelEvent() local
789 scroll(QPoint(-scrollPixels, 0)); in wheelEvent()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetviewer.cpp1138 int scrollPixels = (event->angleDelta().y() > 0 ? 1 : -1) * in wheelEvent() local
1140 scroll(QPoint(0, -scrollPixels)); in wheelEvent()
1143 int scrollPixels = (event->angleDelta().x() > 0 ? 1 : -1) * in wheelEvent() local
1145 scroll(QPoint(-scrollPixels, 0)); in wheelEvent()
/dports/x11-toolkits/scintilla/scintilla/gtk/
H A DScintillaGTK.cxx1876 const int scrollPixels = std::trunc(sciThis->smoothScrollX); in ScrollEvent() local
1877 sciThis->HorizontalScrollTo(sciThis->xOffset + scrollPixels); in ScrollEvent()
1878 sciThis->smoothScrollX -= scrollPixels; in ScrollEvent()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/gtk/
H A DScintillaGTK.cxx1881 const int scrollPixels = std::trunc(sciThis->smoothScrollX); in ScrollEvent() local
1882 sciThis->HorizontalScrollTo(sciThis->xOffset + scrollPixels); in ScrollEvent()
1883 sciThis->smoothScrollX -= scrollPixels; in ScrollEvent()
/dports/devel/geany/geany-1.38/scintilla/gtk/
H A DScintillaGTK.cxx1881 const int scrollPixels = std::trunc(sciThis->smoothScrollX); in ScrollEvent() local
1882 sciThis->HorizontalScrollTo(sciThis->xOffset + scrollPixels); in ScrollEvent()
1883 sciThis->smoothScrollX -= scrollPixels; in ScrollEvent()
/dports/editors/textadept/scintilla/gtk/
H A DScintillaGTK.cxx1880 const int scrollPixels = std::trunc(sciThis->smoothScrollX); in ScrollEvent() local
1881 sciThis->HorizontalScrollTo(sciThis->xOffset + scrollPixels); in ScrollEvent()
1882 sciThis->smoothScrollX -= scrollPixels; in ScrollEvent()
/dports/editors/scite/scintilla/gtk/
H A DScintillaGTK.cxx1876 const int scrollPixels = std::trunc(sciThis->smoothScrollX); in ScrollEvent() local
1877 sciThis->HorizontalScrollTo(sciThis->xOffset + scrollPixels); in ScrollEvent()
1878 sciThis->smoothScrollX -= scrollPixels; in ScrollEvent()