Home
last modified time | relevance | path

Searched refs:Viewer (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp207 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/
Dviewer.md3 title: "Skia Viewer"
4 linkTitle: "Skia Viewer"
8Viewer 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/
Dviewer.md1 Skia Viewer
3Viewer 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/
DViewer.cpp78 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 …]
DViewer.h30 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/
DViewer.cpp96 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 …]
DViewer.h32 class Viewer : public sk_app::Application, sk_app::Window::Layer {
34 Viewer(int argc, char** argv, void* platformData);
35 ~Viewer() override;
DSkSLSlide.cpp105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
/third_party/cJSON/tests/inputs/
Dtest5.expected3 "header": "SVG Viewer",
51 "label": "About Adobe CVG Viewer..."
Dtest52 "header": "SVG Viewer",
25 {"id": "About", "label": "About Adobe CVG Viewer..."}
/third_party/cJSON/fuzzing/inputs/
Dtest52 "header": "SVG Viewer",
25 {"id": "About", "label": "About Adobe CVG Viewer..."}
/third_party/skia/platform_tools/android/bin/
Dandroid_install_app33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
/third_party/flutter/skia/platform_tools/android/bin/
Dandroid_install_app33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
/third_party/flutter/skia/site/user/modules/
Dskottie.md74 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/
Dskottie.md80 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/
Dlua.md24 and `Viewer` should now have a `Lua` sample.
/third_party/skia/modules/canvaskit/
Dviewer_bindings.cpp46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS() argument
/third_party/skia/src/core/
DSkVMBlitter.h108 friend class Viewer; variable
/third_party/node/doc/api/
Dinspector.md181 [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/
Dbackdrop_demo.dart204 // Cross fades between 'Select a Category' and 'Asset Viewer'.
232 child: const Text('Asset Viewer'),
/third_party/flutter/skia/site/dev/testing/
Dtests.md81 4. Run the GM inside Viewer:
/third_party/skia/site/docs/dev/testing/
Dtests.md74 4. Run the GM inside Viewer:
/third_party/gstreamer/gstplugins_bad/ext/gs/
DREADME.md88 Add the Storage Object Viewer role to the service account assigned to the Cloud Run service where g…
/third_party/python/Lib/idlelib/
DREADME.txt170 Stack Viewer # stackviewer, PyShell.open_stack_viewer
171 Auto-open Stack Viewer # stackviewer
/third_party/skia/site/docs/dev/tools/
Dtracing.md17 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution

12