Home
last modified time | relevance | path

Searched refs:captureScreenshot (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/share/android/javatests/src/org/chromium/chrome/browser/share/screenshot/
H A DScreenshotCoordinatorTest.java131 mScreenshotCoordinator.captureScreenshot(); in editorLaunchesWhenModuleInstalled()
148 mScreenshotCoordinator.captureScreenshot(); in retryInstallSuccess()
161 mScreenshotCoordinator.captureScreenshot(); in retryInstallSuccess()
175 mScreenshotCoordinator.captureScreenshot(); in maxInstallTriesExceeded()
188 mScreenshotCoordinator.captureScreenshot(); in maxInstallTriesExceeded()
/dports/math/vtk9/VTK-9.1.0/GUISupport/QtQuick/
H A DQQuickVTKRenderWindow.h204 virtual vtkSmartPointer<vtkImageData> captureScreenshot();
205 virtual vtkSmartPointer<vtkImageData> captureScreenshot(double* viewport);
H A DQQuickVTKRenderWindow.cxx328 vtkSmartPointer<vtkImageData> QQuickVTKRenderWindow::captureScreenshot() in captureScreenshot() function in QQuickVTKRenderWindow
331 return this->captureScreenshot(viewport); in captureScreenshot()
335 vtkSmartPointer<vtkImageData> QQuickVTKRenderWindow::captureScreenshot(double* viewport) in captureScreenshot() function in QQuickVTKRenderWindow
H A DQQuickVTKRenderItem.cxx280 vtkSmartPointer<vtkImageData> QQuickVTKRenderItem::captureScreenshot() in captureScreenshot() function in QQuickVTKRenderItem
286 return this->renderWindow()->captureScreenshot(this->m_renderer->GetViewport()); in captureScreenshot()
H A DQQuickVTKRenderItem.h182 virtual vtkSmartPointer<vtkImageData> captureScreenshot();
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/
H A Dinterface.cpp12 if(saveScreenshot == true) captureScreenshot(output, outpitch, outwidth, outheight); in video_refresh()
34 void Interface::captureScreenshot(uint32_t *data, unsigned pitch, unsigned width, unsigned height) { in captureScreenshot() function in Interface
H A Dinterface.hpp9 void captureScreenshot(uint32_t*, unsigned, unsigned, unsigned);
/dports/graphics/ksnip/ksnip-1.9.2/src/bootstrapper/singleInstance/
H A DSingleInstanceServerBootstrapper.cpp62 mMainWindow->captureScreenshot(parameter.captureMode, parameter.captureCursor, parameter.delay); in capture()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/input/
H A Duserinterface-general.cpp52 } captureScreenshot; variable
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/Windows/
H A DDeviceSettings.py79 self.btnCaptureScreenshot.clicked.connect(self.captureScreenshot)
159 def captureScreenshot(self): member in DeviceSettingsWindow
/dports/math/vtk9/VTK-9.1.0/GUISupport/QtQuick/Testing/Cxx/
H A DTestQQuickVTKRenderItem.cxx84 vtkSmartPointer<vtkImageData> im = qquickvtkItem->captureScreenshot(); in TestQQuickVTKRenderItem()
H A DTestQQuickVTKRenderWindow.cxx151 vtkSmartPointer<vtkImageData> im = qquickvtkWindow->captureScreenshot(); in TestQQuickVTKRenderWindow()
H A DTestQQuickVTKRenderItemWidget.cxx193 vtkSmartPointer<vtkImageData> im = qquickvtkWindow->captureScreenshot(); in TestQQuickVTKRenderItemWidget()
/dports/graphics/spectacle/spectacle-21.12.3/src/Gui/
H A DKSMainWindow.h48 …void captureScreenshot(Spectacle::CaptureMode theCaptureMode, int theTimeout, bool theIncludePoint…
H A DKSMainWindow.cpp131 connect(mKSWidget, &KSWidget::newScreenshotRequest, this, &KSMainWindow::captureScreenshot); in init()
342 void KSMainWindow::captureScreenshot(Spectacle::CaptureMode theCaptureMode, int theTimeout, bool th… in captureScreenshot() function in KSMainWindow
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/screenshot/
H A DScreenshotCoordinator.java85 public void captureScreenshot() { in captureScreenshot() method in ScreenshotCoordinator
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/
H A DMainWindow.h72 void captureScreenshot(CaptureModes captureMode, bool captureCursor, int delay);
H A DMainWindow.cpp186 void MainWindow::captureScreenshot(CaptureModes captureMode, bool captureCursor, int delay) in captureScreenshot() function in MainWindow
392 captureScreenshot(captureMode, captureCursor, delay); in capture()
/dports/graphics/ksnip/ksnip-1.9.2/src/bootstrapper/
H A DStandAloneBootstrapper.cpp85 mMainWindow->captureScreenshot(captureMode, captureCursor, delay); in startKsnipAndTakeCapture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/share/android/java/src/org/chromium/chrome/browser/share/share_sheet/
H A DChromeProvidedSharingOptionsProvider.java250 mScreenshotCoordinator.captureScreenshot();
/dports/devel/pear-Testing_Selenium/Testing_Selenium-0.4.4/Testing/
H A DSelenium.php2174 public function captureScreenshot($filename) function in Testing_Selenium
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/
H A DCHANGELOG.md153 * use `captureBeyondViewport` in `Page.captureScreenshot` ([#6805](https://github.com/puppeteer/pup…
/dports/devel/love/love-11.3/src/modules/graphics/
H A DGraphics.h721 void captureScreenshot(const ScreenshotInfo &info);
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/
H A DCHANGELOG.md153 * use `captureBeyondViewport` in `Page.captureScreenshot` ([#6805](https://github.com/puppeteer/pup…
/dports/www/firefox-esr/firefox-91.8.0/remote/cdp/domains/parent/
H A DPage.jsm179 async captureScreenshot(options = {}) {

12