Home
last modified time | relevance | path

Searched refs:getHorizontalBarDimension (Results 1 – 17 of 17) sorted by relevance

/dports/games/qonk/qonk-0.3.1/guichan/guichan/widgets/
H A Dscrollarea.cpp357 else if (getHorizontalBarDimension().isPointInRect(x,y)) in mousePressed()
404 … int pos = mouseEvent.getX() - getHorizontalBarDimension().x - mHorizontalMarkerDragOffset; in mouseDragged()
407 Rectangle barDim = getHorizontalBarDimension(); in mouseDragged()
481 Rectangle dim = getHorizontalBarDimension(); in drawHBar()
1050 Rectangle ScrollArea::getHorizontalBarDimension() in getHorizontalBarDimension() function in gcn::ScrollArea
1127 Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
H A Dscrollarea.hpp450 virtual Rectangle getHorizontalBarDimension();
/dports/games/spacejunk/spacejunk-1.0.5/guichan/widgets/
H A Dscrollarea.cpp349 else if (getHorizontalBarDimension().isPointInRect(x,y)) in mousePressed()
398 … int pos = mouseEvent.getX() - getHorizontalBarDimension().x - mHorizontalMarkerDragOffset; in mouseDragged()
401 Rectangle barDim = getHorizontalBarDimension(); in mouseDragged()
451 Rectangle dim = getHorizontalBarDimension(); in drawHBar()
1023 Rectangle ScrollArea::getHorizontalBarDimension() in getHorizontalBarDimension() function in gcn::ScrollArea
1100 Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
/dports/devel/guichan/guichan-0.8.2/src/widgets/
H A Dscrollarea.cpp349 else if (getHorizontalBarDimension().isPointInRect(x,y)) in mousePressed()
398 … int pos = mouseEvent.getX() - getHorizontalBarDimension().x - mHorizontalMarkerDragOffset; in mouseDragged()
401 Rectangle barDim = getHorizontalBarDimension(); in mouseDragged()
451 Rectangle dim = getHorizontalBarDimension(); in drawHBar()
1015 Rectangle ScrollArea::getHorizontalBarDimension() in getHorizontalBarDimension() function in gcn::ScrollArea
1092 Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Dscrollarea.cpp350 else if (getHorizontalBarDimension().isContaining(x,y)) in mousePressed()
399 … int pos = mouseEvent.getX() - getHorizontalBarDimension().x - mHorizontalMarkerDragOffset; in mouseDragged()
402 Rectangle barDim = getHorizontalBarDimension(); in mouseDragged()
450 Rectangle dim = getHorizontalBarDimension(); in drawHBar()
999 Rectangle ScrollArea::getHorizontalBarDimension() in getHorizontalBarDimension() function in fcn::ScrollArea
1066 Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/widgets/
H A Dscrollarea.cpp414 int pos = x - getHorizontalBarDimension().x - mHorizontalMarkerMousePosition; in mouseMotion()
417 Rectangle barDim = getHorizontalBarDimension(); in mouseMotion()
518 Rectangle dim = getHorizontalBarDimension(); in drawHBar()
1152 Rectangle ScrollArea::getHorizontalBarDimension() in getHorizontalBarDimension() function in gcn::ScrollArea
1229 Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/widgets/
H A Dscrollarea.cpp404 int pos = x - getHorizontalBarDimension().x - mHorizontalMarkerMousePosition; in mouseMotion()
407 Rectangle barDim = getHorizontalBarDimension(); in mouseMotion()
508 Rectangle dim = getHorizontalBarDimension(); in drawHBar()
1142 Rectangle ScrollArea::getHorizontalBarDimension() in getHorizontalBarDimension() function in gcn::ScrollArea
1219 Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/include/guichan/widgets/
H A Dscrollarea.hpp471 Rectangle getHorizontalBarDimension();
/dports/devel/guichan/guichan-0.8.2/include/guichan/widgets/
H A Dscrollarea.hpp471 Rectangle getHorizontalBarDimension();
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/widgets/
H A Dscrollarea.hpp501 Rectangle getHorizontalBarDimension();
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dscrollarea.cpp609 const Rect &dim = getHorizontalBarDimension(); in drawHBar()
637 const Rect &dim = getHorizontalBarDimension(); in calcHBar()
838 else if (getHorizontalBarDimension().isPointInRect(x, y)) in mousePressed()
955 const Rect barDim = getHorizontalBarDimension(); in mouseDragged()
995 Rect ScrollArea::getHorizontalBarDimension() const in getHorizontalBarDimension() function in ScrollArea
H A Dscrollarea.h188 Rect getHorizontalBarDimension() const;
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/widgets/
H A Dscrollarea.h413 virtual Rectangle getHorizontalBarDimension();
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/include/guichan/widgets/
H A Dscrollarea.h409 virtual Rectangle getHorizontalBarDimension();
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/
H A Dgcn_scroll_area.cc200 gcn::Rectangle dim = getHorizontalBarDimension(); in drawHBar()
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dwidgets.cpp1875 gcn::Rectangle dim = getHorizontalBarDimension(); in drawHBar()
1979 gcn::Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dwidgets.cpp2350 gcn::Rectangle dim = getHorizontalBarDimension(); in drawHBar()
2454 gcn::Rectangle barDim = getHorizontalBarDimension(); in getHorizontalMarkerDimension()