Home
last modified time | relevance | path

Searched refs:scrollPos_ (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dbrowsehistory.h39 scrollPos_(0) { in BrowseHistoryItem()
44 scrollPos_(scrollPos) { in path_()
54 scrollPos_ = other.scrollPos_;
63 return scrollPos_; in scrollPos()
67 scrollPos_ = pos; in setScrollPos()
72 int scrollPos_; variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Dialog/
H A DPSPMsgDialog.cpp69 scrollPos_ = 0.0f; in Init()
244 PPGeDrawTextWrapped(text.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
253 float bobOffset = (scrollPos_ / scrollMax) * (visibleHeight - bobHeight); in DisplayMessage()
264 if (buttonDown(CTRL_DOWN, framesDownHeld_) && scrollPos_ < scrollMax) { in DisplayMessage()
265 scrollPos_ = std::min(scrollMax, scrollPos_ + scrollSpeed); in DisplayMessage()
267 if (buttonDown(CTRL_UP, framesUpHeld_) && scrollPos_ > 0.0f) { in DisplayMessage()
268 scrollPos_ = std::max(0.0f, scrollPos_ - scrollSpeed); in DisplayMessage()
387 scrollPos_ = 0.0f; in DoState()
H A DPSPNetconfDialog.cpp197 PPGeDrawTextWrapped(text1.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
200 …PPGeDrawTextWrapped(text2a.c_str(), 240.0f - 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marg… in DisplayMessage()
202 …PPGeDrawTextWrapped(text2a.c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, … in DisplayMessage()
205 …PPGeDrawTextWrapped(text2b.c_str(), 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marg… in DisplayMessage()
210 …PPGeDrawTextWrapped(text3a.c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + totalHeight… in DisplayMessage()
213 …PPGeDrawTextWrapped(text3b.c_str(), 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + tota… in DisplayMessage()
222 float bobOffset = (scrollPos_ / scrollMax) * (visibleHeight - bobHeight); in DisplayMessage()
233 if (buttonDown(CTRL_DOWN, framesDownHeld_) && scrollPos_ < scrollMax) { in DisplayMessage()
234 scrollPos_ = std::min(scrollMax, scrollPos_ + scrollSpeed); in DisplayMessage()
236 if (buttonDown(CTRL_UP, framesUpHeld_) && scrollPos_ > 0.0f) { in DisplayMessage()
[all …]
H A DPSPNetconfDialog.h65 float scrollPos_ = 0.0f; variable
H A DPSPMsgDialog.h102 float scrollPos_ = 0.0f; variable
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DPSPMsgDialog.cpp69 scrollPos_ = 0.0f; in Init()
244 PPGeDrawTextWrapped(text.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
253 float bobOffset = (scrollPos_ / scrollMax) * (visibleHeight - bobHeight); in DisplayMessage()
264 if (buttonDown(CTRL_DOWN, framesDownHeld_) && scrollPos_ < scrollMax) { in DisplayMessage()
265 scrollPos_ = std::min(scrollMax, scrollPos_ + scrollSpeed); in DisplayMessage()
267 if (buttonDown(CTRL_UP, framesUpHeld_) && scrollPos_ > 0.0f) { in DisplayMessage()
268 scrollPos_ = std::max(0.0f, scrollPos_ - scrollSpeed); in DisplayMessage()
387 scrollPos_ = 0.0f; in DoState()
H A DPSPNetconfDialog.cpp197 PPGeDrawTextWrapped(text1.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
200 …PPGeDrawTextWrapped(text2a.c_str(), 240.0f - 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marg… in DisplayMessage()
202 …PPGeDrawTextWrapped(text2a.c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, … in DisplayMessage()
205 …PPGeDrawTextWrapped(text2b.c_str(), 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marg… in DisplayMessage()
210 …PPGeDrawTextWrapped(text3a.c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + totalHeight… in DisplayMessage()
213 …PPGeDrawTextWrapped(text3b.c_str(), 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + tota… in DisplayMessage()
222 float bobOffset = (scrollPos_ / scrollMax) * (visibleHeight - bobHeight); in DisplayMessage()
233 if (buttonDown(CTRL_DOWN, framesDownHeld_) && scrollPos_ < scrollMax) { in DisplayMessage()
234 scrollPos_ = std::min(scrollMax, scrollPos_ + scrollSpeed); in DisplayMessage()
236 if (buttonDown(CTRL_UP, framesUpHeld_) && scrollPos_ > 0.0f) { in DisplayMessage()
[all …]
H A DPSPNetconfDialog.h65 float scrollPos_ = 0.0f; variable
H A DPSPMsgDialog.h102 float scrollPos_ = 0.0f; variable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DPSPMsgDialog.cpp69 scrollPos_ = 0.0f; in Init()
244 PPGeDrawTextWrapped(text.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
253 float bobOffset = (scrollPos_ / scrollMax) * (visibleHeight - bobHeight); in DisplayMessage()
264 if (buttonDown(CTRL_DOWN, framesDownHeld_) && scrollPos_ < scrollMax) { in DisplayMessage()
265 scrollPos_ = std::min(scrollMax, scrollPos_ + scrollSpeed); in DisplayMessage()
267 if (buttonDown(CTRL_UP, framesUpHeld_) && scrollPos_ > 0.0f) { in DisplayMessage()
268 scrollPos_ = std::max(0.0f, scrollPos_ - scrollSpeed); in DisplayMessage()
387 scrollPos_ = 0.0f; in DoState()
H A DPSPNetconfDialog.cpp197 PPGeDrawTextWrapped(text1.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
200 …PPGeDrawTextWrapped(text2a.c_str(), 240.0f - 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marg… in DisplayMessage()
202 …PPGeDrawTextWrapped(text2a.c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, … in DisplayMessage()
205 …PPGeDrawTextWrapped(text2b.c_str(), 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marg… in DisplayMessage()
210 …PPGeDrawTextWrapped(text3a.c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + totalHeight… in DisplayMessage()
213 …PPGeDrawTextWrapped(text3b.c_str(), 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + tota… in DisplayMessage()
222 float bobOffset = (scrollPos_ / scrollMax) * (visibleHeight - bobHeight); in DisplayMessage()
233 if (buttonDown(CTRL_DOWN, framesDownHeld_) && scrollPos_ < scrollMax) { in DisplayMessage()
234 scrollPos_ = std::min(scrollMax, scrollPos_ + scrollSpeed); in DisplayMessage()
236 if (buttonDown(CTRL_UP, framesUpHeld_) && scrollPos_ > 0.0f) { in DisplayMessage()
[all …]
H A DPSPNetconfDialog.h65 float scrollPos_ = 0.0f; variable
H A DPSPMsgDialog.h102 float scrollPos_ = 0.0f; variable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/help/model/
H A DVirtualHistory.java33 scrollPos_ = Point.create(0, 0); in Data()
43 return scrollPos_; in getScrollPosition()
48 scrollPos_ = scrollPos; in setScrollPosition()
52 private Point scrollPos_; field in VirtualHistory.Data
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/UI/
H A DViewGroup.cpp847 scrollStart_ = scrollPos_; in Touch()
868 scrollPos_ = pos; in Touch()
874 scrollTarget_ = scrollPos_; in Touch()
1011 scrollPos_ = pos; in PersistData()
1075 scrollPos_ = scrollMax; in ScrollToBottom()
1110 float oldPos = scrollPos_; in Update()
1119 scrollPos_ = target; in Update()
1122 scrollPos_ += (target - scrollPos_) * 0.3f; in Update()
1125 scrollPos_ -= inertia_; in Update()
1132 scrollPos_ = ClampedScrollPos(scrollPos_); in Update()
[all …]
H A DView.cpp1029 textBounds.x = textX - scrollPos_; in Draw()
1043 float caretX = w - scrollPos_; in Draw()
1045 scrollPos_ += caretX - bounds_.w; in Draw()
1048 scrollPos_ += caretX; in Draw()
H A DView.h944 void SetText(const std::string &text) { text_ = text; scrollPos_ = 0; caret_ = (int)text_.size(); } in SetText()
969 int scrollPos_ = 0; variable
H A DViewGroup.h303 float scrollPos_ = 0.0f; variable
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/UI/
H A DViewGroup.cpp847 scrollStart_ = scrollPos_; in Touch()
868 scrollPos_ = pos; in Touch()
874 scrollTarget_ = scrollPos_; in Touch()
1011 scrollPos_ = pos; in PersistData()
1075 scrollPos_ = scrollMax; in ScrollToBottom()
1110 float oldPos = scrollPos_; in Update()
1119 scrollPos_ = target; in Update()
1122 scrollPos_ += (target - scrollPos_) * 0.3f; in Update()
1125 scrollPos_ -= inertia_; in Update()
1132 scrollPos_ = ClampedScrollPos(scrollPos_); in Update()
[all …]
H A DView.cpp1029 textBounds.x = textX - scrollPos_; in Draw()
1043 float caretX = w - scrollPos_; in Draw()
1045 scrollPos_ += caretX - bounds_.w; in Draw()
1048 scrollPos_ += caretX; in Draw()
H A DView.h944 void SetText(const std::string &text) { text_ = text; scrollPos_ = 0; caret_ = (int)text_.size(); } in SetText()
969 int scrollPos_ = 0; variable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/UI/
H A DViewGroup.cpp847 scrollStart_ = scrollPos_; in Touch()
868 scrollPos_ = pos; in Touch()
874 scrollTarget_ = scrollPos_; in Touch()
1011 scrollPos_ = pos; in PersistData()
1075 scrollPos_ = scrollMax; in ScrollToBottom()
1110 float oldPos = scrollPos_; in Update()
1119 scrollPos_ = target; in Update()
1122 scrollPos_ += (target - scrollPos_) * 0.3f; in Update()
1125 scrollPos_ -= inertia_; in Update()
1132 scrollPos_ = ClampedScrollPos(scrollPos_); in Update()
[all …]
H A DView.cpp1029 textBounds.x = textX - scrollPos_; in Draw()
1043 float caretX = w - scrollPos_; in Draw()
1045 scrollPos_ += caretX - bounds_.w; in Draw()
1048 scrollPos_ += caretX; in Draw()
H A DView.h944 void SetText(const std::string &text) { text_ = text; scrollPos_ = 0; caret_ = (int)text_.size(); } in SetText()
969 int scrollPos_ = 0; variable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/help/
H A DHelpPane.java145 scrollPos_ = contentWindow.getScrollPosition(); in HelpPane()
147 else if (scrollPos_ != null) in HelpPane()
149 contentWindow.setScrollPosition(scrollPos_); in HelpPane()
192 if (scrollPos_ == null) in onSelected()
203 windowEl.setScrollPosition(scrollPos_); in onSelected()
883 private Point scrollPos_; field in HelpPane

12