/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterView.h | 20 - (flutter::Rasterizer::Screenshot)takeScreenshot:(flutter::Rasterizer::ScreenshotType)type
|
D | FlutterView.mm | 129 auto screenshot = [_delegate takeScreenshot:flutter::Rasterizer::ScreenshotType::UncompressedImage
|
D | FlutterEngine.mm | 437 - (flutter::Rasterizer::Screenshot)takeScreenshot:(flutter::Rasterizer::ScreenshotType)type 439 FML_DCHECK(_shell) << "Cannot takeScreenshot without a shell";
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | OSWindow.h | 40 virtual bool takeScreenshot(uint8_t *pixelData);
|
D | OSWindow.cpp | 374 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot() function in OSWindow
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.h | 27 bool takeScreenshot(uint8_t *pixelData) override;
|
D | Win32Window.cpp | 601 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot() function in Win32Window
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.h | 27 bool takeScreenshot(uint8_t *pixelData) override;
|
D | Win32Window.cpp | 609 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot() function in Win32Window
|
/third_party/skia/third_party/externals/angle2/util/ |
D | OSWindow.h | 41 virtual bool takeScreenshot(uint8_t *pixelData);
|
D | OSWindow.cpp | 387 bool OSWindow::takeScreenshot(uint8_t *pixelData) in takeScreenshot() function in OSWindow
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | resident_runner_test.dart | 329 when(mockDevice.takeScreenshot(any)) 365 …test('ResidentRunner bails taking screenshot on debug device if takeScreenshot throws', () => test… 367 when(mockDevice.takeScreenshot(any)).thenThrow(Exception()); 391 when(mockDevice.takeScreenshot(any))
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 279 bool success = mOSWindow->takeScreenshot(pixelBuffer); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 289 bool success = mOSWindow->takeScreenshot(pixelBuffer); in TEST_P()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | screenshot.dart | 105 await device.takeScreenshot(outputFile);
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
D | simulators.dart | 179 Future<void> takeScreenshot(String deviceId, String outputPath) async { 510 Future<void> takeScreenshot(File outputFile) { 511 return SimControl.instance.takeScreenshot(id, outputFile.path);
|
D | devices.dart | 439 Future<void> takeScreenshot(File outputFile) async { 440 await iMobileDevice.takeScreenshot(outputFile);
|
D | mac.dart | 250 Future<void> takeScreenshot(File outputFile) {
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 345 if (!mWindow->takeScreenshot(reinterpret_cast<uint8_t *>(dst->getAccess().getDataPtr()))) in readScreenPixels()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 387 if (!mWindow->takeScreenshot(reinterpret_cast<uint8_t *>(dst->getAccess().getDataPtr()))) in readScreenPixels()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/ |
D | mac_test.dart | 199 expect(() async => await iMobileDevice.takeScreenshot(mockOutputFile), throwsA(anything)); 211 await iMobileDevice.takeScreenshot(mockOutputFile);
|
D | simulators_test.dart | 222 await deviceUnderTest.takeScreenshot(mockFile);
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | device.dart | 417 Future<void> takeScreenshot(File outputFile) => Future<void>.error('unimplemented');
|
D | resident_runner.dart | 737 await device.device.takeScreenshot(outputFile);
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_device.dart | 651 Future<void> takeScreenshot(File outputFile) async {
|