Home
last modified time | relevance | path

Searched refs:screenShot (Results 1 – 25 of 58) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/engines/gob/save/
H A Dsaveconverter_v3.cpp137 bool screenShot; in load() local
141 getScreenShotProps(type, screenShot, screenShotWidth, screenShotHeight); in load()
143 SaveWriter writer(screenShot ? 3 : 2, 0); in load()
153 if (screenShot) { in load()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/save/
H A Dsaveconverter_v3.cpp137 bool screenShot; in load() local
141 getScreenShotProps(type, screenShot, screenShotWidth, screenShotHeight); in load()
143 SaveWriter writer(screenShot ? 3 : 2, 0); in load()
153 if (screenShot) { in load()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/
H A DScreenShotter.h100 void screenShot(const Renderer& r, size_t frameAdvance) { in screenShot() function
101 screenShot<NoAction>(r, frameAdvance); in screenShot()
115 void screenShot(const Renderer& r, size_t frameAdvance, Action* t = 0) {
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dedit_gp_screen.cpp247 video::ITexture* screenShot = irr_driver->getTexture(t->getScreenshotFile()); in loadList() local
248 if (screenShot == NULL) in loadList()
250 screenShot = irr_driver->getTexture( in loadList()
253 assert (screenShot != NULL); in loadList()
254 m_icons.push_back(m_icon_bank->addTextureAsSprite(screenShot)); in loadList()
/dports/net-im/beebeep/beebeep-code-r1476/src/desktop/
H A DGuiScreenShot.h37 inline const QPixmap& screenShot() const;
74 inline const QPixmap& GuiScreenShot::screenShot() const { return m_screenShot; } in screenShot() function
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/windowsmobile/test/
H A Dtst_windowsmobile.cpp125 QImage screenShot(image1); in compareScreenshots() local
133 QPainter p1(&screenShot); in compareScreenshots()
143 QVERIFY(original == screenShot); in compareScreenshots()
/dports/print/posterazor/posterazor-1.9.7/src/
H A Dtst_posterazor.cpp146 const QImage screenShot = in takeShot() local
151 const QRect crop = PosteRazorTests::cropRect(screenShot, m_screenShotBackground); in takeShot()
152 screenShot.copy(crop).save(fileName); in takeShot()
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DController.cxx84 Displayer::screenShot(); in keyboardPlay()
170 Displayer::screenShot(); break; in keyboardMeta()
/dports/x11/screengrab/screengrab-2.3.0/src/core/
H A Dcore.cpp112 screenShot(true); // first screenshot in initWindow()
128 screenShot(); in initWindow()
167 QTimer::singleShot(200, this, SLOT(screenShot())); in setScreen()
169 QTimer::singleShot(1000 * _conf->getDelay(), this, SLOT(screenShot())); in setScreen()
190 void Core::screenShot(bool first) in screenShot() function in Core
H A Dcore.h70 void screenShot(bool first = false);
/dports/games/wizznic/Wizznic-1.1/src/platform/
H A Ddumplevelimages.h35 void screenShot();
H A Ddumplevelimages.c248 void screenShot() in screenShot() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_rendermodule.hxx61 virtual void screenShot() = 0;
H A Ddx_spritedevicehelper.cxx217 mpRenderModule->screenShot(); in dumpScreenContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_rendermodule.hxx62 virtual void screenShot() = 0;
H A Ddx_spritedevicehelper.cxx216 mpRenderModule->screenShot(); in dumpScreenContent()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A Dosgframerenderer.cpp489 osg::ref_ptr<ScreenShot> screenShot = new ScreenShot(pixelFormat, fc->getOutputImageFlip());; in main() local
502 camera->setFinalDrawCallback(screenShot.get()); in main()
503 screenShot->_cameraNumMap[camera] = cameraNum; in main()
509 camera->setFinalDrawCallback(screenShot.get()); in main()
523 screenShot->_frameCapture = fc; in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A Dosgframerenderer.cpp493 osg::ref_ptr<ScreenShot> screenShot = new ScreenShot(pixelFormat, fc->getOutputImageFlip());; in main() local
506 camera->setFinalDrawCallback(screenShot.get()); in main()
507 screenShot->_cameraNumMap[camera] = cameraNum; in main()
513 camera->setFinalDrawCallback(screenShot.get()); in main()
527 screenShot->_frameCapture = fc; in main()
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/
H A DGraphicBuffer.h66 void screenShot( FILE *f );
253 inline void GraphicBuffer::screenShot( FILE *f ) { in screenShot() function
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/
H A DGraphicBuffer.h66 void screenShot( FILE *f );
253 inline void GraphicBuffer::screenShot( FILE *f ) { in screenShot() function
/dports/graphics/qcustomplot-qt5/qcustomplot/examples/plots/
H A Dmainwindow.h89 void screenShot();
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dgame.cpp1464 void create_savegame_screenshot(Bitmap *&screenShot) in create_savegame_screenshot() argument
1478 screenShot = CopyScreenIntoBitmap(usewid, usehit); in create_savegame_screenshot()
1502 Bitmap *screenShot = NULL; in save_game() local
1505 create_savegame_screenshot(screenShot); in save_game()
1507 Stream *out = StartSavegame(nametouse, descript, screenShot); in save_game()
1516 if (screenShot != NULL) in save_game()
1519 int screenShotSize = write_screen_shot_for_vista(out, screenShot); in save_game()
1531 if (screenShot != NULL) in save_game()
1532 delete screenShot; in save_game()
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dscore.h124 void screenShot();
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_mac_Windowing.mm558 CGImageRef screenShot = CGWindowListCreateImage (CGRectNull,
563 NSBitmapImageRep* bitmapRep = [[NSBitmapImageRep alloc] initWithCGImage: screenShot];
572 CGImageRelease (screenShot);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_mac_Windowing.mm565 CGImageRef screenShot = CGWindowListCreateImage (CGRectNull,
570 NSBitmapImageRep* bitmapRep = [[NSBitmapImageRep alloc] initWithCGImage: screenShot];
579 CGImageRelease (screenShot);

123