Home
last modified time | relevance | path

Searched refs:getScreenshotFile (Results 1 – 18 of 18) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Deaster_egg_screen.cpp226 "locked", curr->getScreenshotFile(), LOCKED_BADGE, in buildTrackList()
232 curr->getScreenshotFile(), 0, in buildTrackList()
257 "locked", curr->getScreenshotFile(), LOCKED_BADGE, in buildTrackList()
263 curr->getScreenshotFile(), 0 /* no badge */, in buildTrackList()
H A Darenas_screen.cpp275 "locked", curr->getScreenshotFile(), LOCKED_BADGE ); in buildTrackList()
279 w->addItem(curr->getName(), curr->getIdent(), curr->getScreenshotFile(), 0, in buildTrackList()
327 "locked", curr->getScreenshotFile(), LOCKED_BADGE ); in buildTrackList()
331 w->addItem(curr->getName(), curr->getIdent(), curr->getScreenshotFile(), 0, in buildTrackList()
H A Dtracks_and_gp_screen.cpp196 screenshots.push_back(curr->getScreenshotFile()); in init()
283 "locked", curr->getScreenshotFile(), LOCKED_BADGE, in buildTrackList()
290 curr->getScreenshotFile(), 0, in buildTrackList()
H A Dmain_menu_screen.cpp416 ->getScreenshotFile().c_str())); in eventCallback()
419 ->getScreenshotFile().c_str())); in eventCallback()
422 ->getScreenshotFile().c_str())); in eventCallback()
425 ->getScreenshotFile().c_str())); in eventCallback()
H A Dgrand_prix_editor_screen.cpp210 curr->getIdent(), curr->getScreenshotFile(), 0, in loadTrackList()
240 sshot_files.push_back(track->getScreenshotFile()); in loadGPList()
H A Dgp_info_screen.cpp291 ->getTexture(track->getScreenshotFile(), in addScreenshot()
391 std::string file = track->getScreenshotFile(); in onUpdate()
H A Dedit_track_screen.cpp195 t->getScreenshotFile(), 0, in loadTrackList()
H A Dfeature_unlocked.cpp665 const std::string sshot = track->getScreenshotFile(); in addUnlockedTrack()
706 track ? track->getScreenshotFile() in addUnlockedGP()
H A Dedit_gp_screen.cpp247 video::ITexture* screenShot = irr_driver->getTexture(t->getScreenshotFile()); in loadList()
H A Dtrack_info_screen.cpp163 ->getTexture(m_track->getScreenshotFile(), in init()
H A Drace_result_gui.cpp1852 sshot->setImage(track->getScreenshotFile()); in displayScreenShots()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/org/eclipse/ui/testing/dumps/
H A DTimeoutDumpTimer.java165 String screenshotFile = getScreenshotFile(num); in dump()
296 String filename = getScreenshotFile(num); in dumpSwtDisplay()
332 String getScreenshotFile(final int num) { in getScreenshotFile() method in TimeoutDumpTimer
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/online/
H A Dtracks_screen.cpp416 irr_driver->getTexture(t->getScreenshotFile()); in init()
593 "locked", curr->getScreenshotFile(), LOCKED_BADGE, in buildTrackList()
600 curr->getScreenshotFile(), 0, in buildTrackList()
H A Dserver_selection.cpp183 tex = irr_driver->getTexture(t->getScreenshotFile()); in init()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Dtrack_manager.cpp224 irr_driver->getTexture(track->getScreenshotFile()); in loadTrack()
H A Dtrack.hpp527 const std::string& getScreenshotFile () const {return m_screenshot; } in getScreenshotFile() function in Track
H A Dtrack.cpp1430 std::string sshot = t->getScreenshotFile(); in loadMainTrack()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/dialogs/
H A Dghost_replay_info_dialog.cpp63 ->getTexture(track->getScreenshotFile(), in GhostReplayInfoDialog()