/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | GraphWriter.cpp | 207 ViewerKind Viewer = VK_None; in DisplayGraph() local 209 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph() 210 Viewer = VK_OSXOpen; in DisplayGraph() 212 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph() 213 Viewer = VK_Ghostview; in DisplayGraph() 214 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph() 215 Viewer = VK_XDGOpen; in DisplayGraph() 217 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph() 218 Viewer = VK_CmdStart; in DisplayGraph() 224 if (Viewer && in DisplayGraph() [all …]
|
/third_party/skia/site/docs/user/sample/ |
D | viewer.md | 3 title: "Skia Viewer" 4 linkTitle: "Skia Viewer" 8 …Viewer displays a series of slides that exhibit specific features of Skia, including the Skia GMs … 10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 19 The Viewer can be built using the regular GN build process, e.g. 29 for display within the Viewer. 52 To build Viewer as an Android App, first follow the 68 The Viewer APK must be built by gradle which can be invoked on the command line 77 To load resources in the Android Viewer place them in 86 Viewer on iOS is built using the regular GN process, e.g. [all …]
|
/third_party/flutter/skia/site/user/sample/ |
D | viewer.md | 1 Skia Viewer 3 …Viewer displays a series of slides that exhibit specific features of Skia, including the Skia gold… 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 14 The Viewer can be built using the regular GN build process, e.g. 23 …--skps <skp-file-path>` will load any `.skp` files in that directory for display within the Viewer. 40 To build Viewer as an Android App, you will need the 48 The Viewer APK must be built by gradle which can be invoked on the command line 57 To load resources in the Android Viewer place them in
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 78 return new Viewer(argc, argv, platformData); in Create() 249 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer 599 void Viewer::initSlides() { in initSlides() 737 Viewer::~Viewer() { in ~Viewer() 762 void Viewer::updateTitle() { in updateTitle() 931 int Viewer::startupSlide() const { in startupSlide() 948 void Viewer::listNames() const { in listNames() 955 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide() 972 void Viewer::setupCurrentSlide() { in setupCurrentSlide() 1004 void Viewer::changeZoomLevel(float delta) { in changeZoomLevel() [all …]
|
D | Viewer.h | 30 class Viewer : public sk_app::Application, sk_app::Window::Layer { 32 Viewer(int argc, char** argv, void* platformData); 33 ~Viewer() override;
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 96 GrContextOptions::ShaderErrorHandler* Viewer::ShaderErrorHandler() { return &gShaderErrorHandler; } in ShaderErrorHandler() 105 return new Viewer(argc, argv, platformData); in Create() 326 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer 744 void Viewer::initSlides() { in initSlides() 911 Viewer::~Viewer() { in ~Viewer() 940 void Viewer::updateTitle() { in updateTitle() 1106 int Viewer::startupSlide() const { in startupSlide() 1123 void Viewer::listNames() const { in listNames() 1130 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide() 1151 void Viewer::setupCurrentSlide() { in setupCurrentSlide() [all …]
|
D | Viewer.h | 32 class Viewer : public sk_app::Application, sk_app::Window::Layer { 34 Viewer(int argc, char** argv, void* platformData); 35 ~Viewer() override;
|
D | SkSLSlide.cpp | 105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
|
/third_party/cJSON/tests/inputs/ |
D | test5.expected | 3 "header": "SVG Viewer", 51 "label": "About Adobe CVG Viewer..."
|
D | test5 | 2 "header": "SVG Viewer", 25 {"id": "About", "label": "About Adobe CVG Viewer..."}
|
/third_party/cJSON/fuzzing/inputs/ |
D | test5 | 2 "header": "SVG Viewer", 25 {"id": "About", "label": "About Adobe CVG Viewer..."}
|
/third_party/skia/platform_tools/android/bin/ |
D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/third_party/flutter/skia/platform_tools/android/bin/ |
D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/third_party/flutter/skia/site/user/modules/ |
D | skottie.md | 74 Example code embedding Skottie into our Viewer app is 77 The Viewer or Skottie Android apps can be built following [these](https://skia.org/user/sample/view…
|
/third_party/skia/site/docs/user/modules/ |
D | skottie.md | 80 Example code embedding Skottie into our Viewer app is 83 The Viewer or Skottie Android apps can be built following
|
/third_party/flutter/skia/site/user/special/ |
D | lua.md | 24 and `Viewer` should now have a `Lua` sample.
|
/third_party/skia/modules/canvaskit/ |
D | viewer_bindings.cpp | 46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS() argument
|
/third_party/skia/src/core/ |
D | SkVMBlitter.h | 108 friend class Viewer; variable
|
/third_party/node/doc/api/ |
D | inspector.md | 181 [Chrome DevTools Protocol Viewer][]. 243 [Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | backdrop_demo.dart | 204 // Cross fades between 'Select a Category' and 'Asset Viewer'. 232 child: const Text('Asset Viewer'),
|
/third_party/flutter/skia/site/dev/testing/ |
D | tests.md | 81 4. Run the GM inside Viewer:
|
/third_party/skia/site/docs/dev/testing/ |
D | tests.md | 74 4. Run the GM inside Viewer:
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | README.md | 88 Add the Storage Object Viewer role to the service account assigned to the Cloud Run service where g…
|
/third_party/python/Lib/idlelib/ |
D | README.txt | 170 Stack Viewer # stackviewer, PyShell.open_stack_viewer 171 Auto-open Stack Viewer # stackviewer
|
/third_party/skia/site/docs/dev/tools/ |
D | tracing.md | 17 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
|