Home
last modified time | relevance | path

Searched refs:m_scrollOffset (Results 1 – 25 of 37) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITextBox.cpp31 m_scrollOffset = 0; in CGUITextBox()
66 m_scrollOffset = 0; in CGUITextBox()
100 m_scrollOffset = 0; in UpdateInfo()
122 m_scrollOffset = 0; in DoProcess()
150 m_scrollOffset = 0; in Process()
181 m_scrollOffset = m_offset * m_itemHeight; in Process()
208 int offset = (int)(m_scrollOffset / m_itemHeight); in Render()
210 float posY = m_posY + offset * m_itemHeight - m_scrollOffset; in Render()
268 m_scrollOffset = 0; in OnMessage()
277 m_scrollOffset = 0; in OnMessage()
[all …]
H A DGUITextBox.h75 float m_scrollOffset; variable
/dports/editors/calligra/calligra-3.2.1/karbon/ui/widgets/
H A DKarbonPaletteWidget.cpp31 , m_scrollOffset(0) in KarbonPaletteWidget()
74 return m_scrollOffset; in currentScrollOffset()
90 m_scrollOffset = 0; in setPalette()
114 for (int i = m_scrollOffset; i < colorCount; ++i) { in paintEvent()
228 index = position.x() / colorSize.width() + m_scrollOffset; in indexFromPosition()
230 index = position.y() / colorSize.height() + m_scrollOffset; in indexFromPosition()
246 int newScrollOffset = qBound(0, m_scrollOffset+delta, maximalScrollOffset()); in applyScrolling()
247 if (newScrollOffset != m_scrollOffset) { in applyScrolling()
248 m_scrollOffset = newScrollOffset; in applyScrolling()
H A DKarbonPaletteWidget.h81 int m_scrollOffset; variable
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/private/
H A Dkitemlistviewlayouter.cpp25 m_scrollOffset(0), in KItemListViewLayouter()
149 if (m_scrollOffset != offset) { in setScrollOffset()
150 m_scrollOffset = offset; in setScrollOffset()
157 return m_scrollOffset; in scrollOffset()
226 pos.rx() -= m_scrollOffset; in itemRect()
236 const QPointF pos(x - m_itemOffset, y - m_scrollOffset); in itemRect()
535 if (m_rowOffsets.at(m_itemInfos[mid].row) < m_scrollOffset) { in updateVisibleIndexes()
545 if (m_rowOffsets.at(m_itemInfos[mid].row) >= m_scrollOffset) { in updateVisibleIndexes()
547 Q_ASSERT(m_rowOffsets.at(m_itemInfos[mid].row) < m_scrollOffset); in updateVisibleIndexes()
559 qreal bottom = m_scrollOffset + visibleHeight; in updateVisibleIndexes()
H A Dkitemlistviewanimation.cpp15 m_scrollOffset(0), in KItemListViewAnimation()
39 const qreal diff = m_scrollOffset - offset; in setScrollOffset()
40 m_scrollOffset = offset; in setScrollOffset()
96 return m_scrollOffset; in scrollOffset()
H A Dkitemlistviewanimation.h85 qreal m_scrollOffset; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp102 ASSERT(m_scrollOffset.isEmpty()); in scroll()
126 m_scrollOffset = IntSize(); in scroll()
149 m_scrollOffset += scrollOffset; in scroll()
399 m_scrollOffset = IntSize(); in enterAcceleratedCompositingMode()
596 updateInfo.scrollOffset = m_scrollOffset; in display()
600 m_scrollOffset = IntSize(); in display()
H A DDrawingAreaImpl.h85 WebCore::IntSize m_scrollOffset; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp171 , m_scrollOffset(0) in WebPopupMenuProxyWin()
447 damageRect.setY(m_itemHeight * (index - m_scrollOffset)); in invalidateItem()
463 return m_scrollOffset; in scrollPosition()
478 if (m_scrollOffset == offset) in scrollTo()
481 int scrolledLines = m_scrollOffset - offset; in scrollTo()
482 m_scrollOffset = offset; in scrollTo()
839 translatedDamageRect.move(IntSize(0, m_scrollOffset * m_itemHeight)); in paint()
844 selectedIndexDstPoint.move(0, -m_scrollOffset * m_itemHeight); in paint()
890 return m_scrollOffset + point.y() / m_itemHeight; in listIndexAtPoint()
948 if (index < m_scrollOffset) { in scrollToRevealSelection()
[all …]
H A DWebPopupMenuProxyWin.h102 void setScrollOffset(int offset) { m_scrollOffset = offset; } in setScrollOffset()
103 int scrollOffset() const { return m_scrollOffset; } in scrollOffset()
133 int m_scrollOffset; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dheaderctrlg.cpp60 m_scrollOffset = 0; in Init()
121 m_scrollOffset += dx; in DoScrollHorz()
147 int pos = m_scrollOffset; in GetColStart()
491 dc.SetDeviceOrigin(m_scrollOffset, 0); in BEGIN_EVENT_TABLE()
595 const int xLogical = xPhysical - m_scrollOffset; in OnMouse()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dheaderctrlg.cpp57 m_scrollOffset = 0; in Init()
124 m_scrollOffset += dx; in DoScrollHorz()
148 int pos = m_scrollOffset; in GetColStart()
173 int xLogical = xPhysical - m_scrollOffset; in FindColumnAtPoint()
516 dc.SetDeviceOrigin(m_scrollOffset, 0); in wxBEGIN_EVENT_TABLE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dheaderctrlg.cpp60 m_scrollOffset = 0; in Init()
121 m_scrollOffset += dx; in DoScrollHorz()
147 int pos = m_scrollOffset; in GetColStart()
491 dc.SetDeviceOrigin(m_scrollOffset, 0); in BEGIN_EVENT_TABLE()
595 const int xLogical = xPhysical - m_scrollOffset; in OnMouse()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dheaderctrl.cpp65 m_scrollOffset = 0; in Init()
129 wxHeaderCtrlBase::DoSetSize(x + m_scrollOffset, y, w - m_scrollOffset, h, in DoSetSize()
141 m_scrollOffset += dx; in DoScrollHorz()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dheaderctrl.cpp65 m_scrollOffset = 0; in Init()
129 wxHeaderCtrlBase::DoSetSize(x + m_scrollOffset, y, w - m_scrollOffset, h, in DoSetSize()
141 m_scrollOffset += dx; in DoScrollHorz()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dheaderctrl.cpp194 int m_scrollOffset; member in wxMSWHeaderCtrl
221 m_scrollOffset = 0; in Init()
288 wxControl::DoSetSize(x + m_scrollOffset, y, w - m_scrollOffset, h, in DoSetSize()
300 m_scrollOffset += dx; in ScrollHorz()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxy.cpp52 m_scrollOffset += scrollOffset; in setSize()
H A DDrawingAreaProxyImpl.cpp286 …StoreStateID, respondImmediatelyOrNot == RespondImmediately, m_size, m_scrollOffset), m_webPagePro… in sendUpdateBackingStoreState()
287 m_scrollOffset = IntSize(); in sendUpdateBackingStoreState()
H A DDrawingAreaProxy.h102 WebCore::IntSize m_scrollOffset; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dheaderctrl.h127 int m_scrollOffset; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dheaderctrl.h127 int m_scrollOffset; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dheaderctrlg.h166 int m_scrollOffset; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dheaderctrlg.h166 int m_scrollOffset; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollView.cpp245 return IntRect(IntPoint(m_scrollOffset.width(), m_scrollOffset.height()), in visibleContentRect()
347 IntSize newOffset = m_scrollOffset; in setScrollOffset()
356 IntSize scrollDelta = newOffset - m_scrollOffset; in scrollTo()
359 m_scrollOffset = newOffset; in scrollTo()
838 updateScrollbars(m_scrollOffset); in wheelEvent()

12