Searched full:skia (Results 1 – 25 of 2080) sorted by relevance
12345678910>>...84
/external/skia/docker/skia-wasm-release/ |
D | Dockerfile | 1 # Dockerfile for building the WASM libraries used by jsfiddle.skia.org and debugger.skia.org 2 FROM gcr.io/skia-public/emsdk-base:prod as builder 13 # Checkout Skia using fetch from depot_tools 14 RUN mkdir -p /tmp/skia \ 15 && cd /tmp/skia \ 16 && fetch skia 19 # https://skia-review.googlesource.com/c/buildbot/+/286537/5/docker/Dockerfile#46 20 RUN cd /tmp/skia/skia \ 21 && git config user.email "skia@skia.org" \ 22 && git config user.name "Skia" [all …]
|
/external/skia/site/docs/user/release/ |
D | release_notes.md | 17 https://review.skia.org/378496 19 * Skia's GPU backend no longer supports NVPR. Our more recent path renderers are more 26 https://review.skia.org/391856 30 https://review.skia.org/393081 38 https://review.skia.org/399077 45 https://review.skia.org/372556 48 https://review.skia.org/368621 49 https://review.skia.org/369317 50 https://review.skia.org/371958 54 https://review.skia.org/366318 [all …]
|
/external/skia/ |
D | RELEASE_NOTES.txt | 1 Skia Graphics Release Notes 11 https://review.skia.org/406140 14 https://review.skia.org/402957 17 https://review.skia.org/401816 21 https://review.skia.org/398222 29 stage of the Skia pipeline. 30 https://review.skia.org/402156 38 https://review.skia.org/378496 40 * Skia's GPU backend no longer supports NVPR. Our more recent path renderers are more 47 https://review.skia.org/391856 [all …]
|
/external/skia/docker/ |
D | README.md | 3 Docker files for building different Skia targets. 5 ## skia-release 7 This image is used to build Skia at TOT with SwiftShader. 12 docker build -t skia-release ./docker/skia-release/ 13 docker tag skia-release gcr.io/skia-public/skia-release:prod 14 docker push gcr.io/skia-public/skia-release:prod 16 ## skia-wasm-release 18 This image is used to build the Web Assembly (WASM) libraries of Skia 24 docker build -t skia-wasm-release ./docker/skia-wasm-release/ 25 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod [all …]
|
/external/skia/docker/skia-release/ |
D | Dockerfile | 1 # Dockerfile for building Skia in release mode, using 3rd party libs from DEPS, with SwiftShader. 2 FROM gcr.io/skia-public/skia-build-tools:latest 7 # Checkout Skia. 8 RUN mkdir -p /tmp/skia \ 9 && cd /tmp/skia \ 10 && fetch skia 13 # https://skia-review.googlesource.com/c/buildbot/+/286537/5/docker/Dockerfile#46 14 RUN cd /tmp/skia/skia \ 15 && git config user.email "skia@skia.org" \ 16 && git config user.name "Skia" [all …]
|
/external/skqp/docker/ |
D | README.md | 4 Docker files for building different Skia targets. 6 skia-release 9 This image is used to build Skia at TOT with SwiftShader. 14 docker build -t skia-release ./docker/skia-release/ 15 docker tag skia-release gcr.io/skia-public/skia-release:prod 16 docker push gcr.io/skia-public/skia-release:prod 18 skia-wasm-release 21 This image is used to build the Web Assembly (WASM) libraries of Skia 27 docker build -t skia-wasm-release ./docker/skia-wasm-release/ 28 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod [all …]
|
/external/skia/site/docs/dev/tools/ |
D | codesearch.md | 9 There are a number of ways to search the Skia codebase, each with advantages and 12 [cs.skia.org](http://cs.skia.org) redirects to 14 to the Skia portion of the Chromium tree. You can add a query after the slash; 15 e.g. [cs.skia.org/foo](http://cs.skia.org/foo) will search for "foo" within the 16 Skia tree. Chromium code search provides cross-references. 18 For Googlers, there is also the option of [the skia depot](http://cs/#skia/) in 20 main [skia](http://cs/#skia/skia/) repo, internal Code Search indexes the 21 [buildbot](http://cs/#skia/buildbot/), [common](http://cs/#skia/common/), 22 and [skia_internal](https://cs/#skia/skia_internal/) repos. However, 25 The GitHub mirrors of the [skia](https://github.com/google/skia) and [all …]
|
/external/skia/site/docs/dev/contrib/ |
D | directory.md | 3 title: "The Skia Directory" 4 linkTitle: "The Skia Directory" 10 - [Skia.org](https://skia.org/) 11 - [Issue Tracker](https://bug.skia.org/) 12 - [Autogenerated API Documentation](https://api.skia.org) 15 - [Git repository](https://skia.googlesource.com/skia/) 16 - [Other Skia project repositories](https://skia.googlesource.com/) 17 - [GitHub Mirror](https://github.com/google/skia) 18 - [Code Search](https://cs.skia.org) based on the version of Skia in the 22 - [Commit Status](https://status.skia.org/) [all …]
|
/external/skqp/site/dev/tools/ |
D | codesearch.md | 4 There are a number of ways to search the Skia codebase, each with advantages and 7 [cs.skia.org](http://cs.skia.org) redirects to 9 to the Skia portion of the Chromium tree. You can add a query after the slash; 10 e.g. [cs.skia.org/foo](http://cs.skia.org/foo) will search for "foo" within the 11 Skia tree. Chromium code search provides cross-references. 13 For Googlers, there is also the option of [the skia depot](http://cs/#skia/) in 15 main [skia](http://cs/#skia/skia/) repo, internal Code Search indexes the 16 [buildbot](http://cs/#skia/buildbot/), [common](http://cs/#skia/common/), 17 and [skia_internal](https://cs/#skia/skia_internal/) repos. However, 20 The Github mirrors of the [skia](https://github.com/google/skia) and [all …]
|
/external/skqp/site/dev/contrib/ |
D | directory.md | 1 The Skia Directory 5 - [Skia.org](https://skia.org/) 6 - [Issue Tracker](https://bug.skia.org/) 8 … Documentation](https://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html) 11 - [Git repository](https://skia.googlesource.com/skia/) 12 - [Other Skia project repositories](https://skia.googlesource.com/) 13 - [Github Mirror](https://github.com/google/skia) 14 - [Code Search](https://cs.skia.org) based on the version of Skia in the 18 - [Commit Status](https://status.skia.org/) 19 - [Tree Status](https://skia-tree-status.appspot.com/) (requires login) [all …]
|
/external/pdfium/skia/ |
D | BUILD.gn | 8 import("//third_party/skia/gn/shared_sources.gni") 9 import("//third_party/skia/third_party/skcms/skcms.gni") 24 include_dirs = [ "//third_party/skia" ] 26 defines = [ "SK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\"" ] 65 # Internal-facing config for Skia library code. 159 public = [ "//third_party/skia/include/third_party/skcms/skcms.h" ] 160 include_dirs = [ "//third_party/skia/include/third_party/skcms" ] 162 rebase_path(skcms_sources, ".", "//third_party/skia/third_party/skcms") 165 component("skia") { 172 # The skia sources values are relative to the skia_dir, so we need to rebase. [all …]
|
/external/skqp/site/ |
D | index.md | 1 Skia Graphics Library 4 Skia is an open source 2D graphics library which provides common APIs that work 9 Skia is sponsored and managed by Google, but is available for use by anyone 11 is done by the Skia development team, we consider contributions from any 15 [skia.googlesource.com/skia](https://skia.googlesource.com/skia). 17 [bug.skia.org](https://bug.skia.org/). 19 [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss). 20 * API Reference and Overview: [skia.org/user/api](https://skia.org/user/api/). 21 * Skia Fiddle: [fiddle.skia.org](https://fiddle.skia.org/c/@skcanvas_paint). 31 …<a href='https://fiddle.skia.org/c/@shapes'><img src='https://fiddle.skia.org/i/@shapes_raster.png… [all …]
|
D | index_zh.md | 7 <!-- Skia is an open source 2D graphics library which provides common APIs that work 16 <!-- Skia is sponsored and managed by Google, but is available for use by anyone 18 is done by the Skia development team, we consider contributions from any 24 [skia.googlesource.com/skia](https://skia.googlesource.com/skia). 27 [bug.skia.org](https://bug.skia.org/). 30 [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss). 42 <a href='https://fiddle.skia.org/c/@shapes'> 43 <img src='https://fiddle.skia.org/i/@shapes_raster.png'> 47 <a href='https://fiddle.skia.org/c/@bezier_curves'> 48 <img src='https://fiddle.skia.org/i/@bezier_curves_raster.png'> [all …]
|
/external/skia/site/docs/ |
D | _index.md | 9 Skia is an open source 2D graphics library which provides common APIs that work 14 Skia is sponsored and managed by Google, but is available for use by anyone 16 done by the Skia development team, we consider contributions from any source. 19 [skia.googlesource.com/skia](https://skia.googlesource.com/skia). 20 - Issue tracker: [bug.skia.org](https://bug.skia.org/). 22 [skia-discuss@googlegroups.com](https://groups.google.com/forum/#!forum/skia-discuss). 23 - [API Reference and Overview](https://skia.org/docs/user/api/). 24 - Skia Fiddle: [fiddle.skia.org](https://fiddle.skia.org/c/@skcanvas_paint). 34 …<a href='https://fiddle.skia.org/c/@shapes'><img src='https://fiddle.skia.org/i/@shapes_raster.png… 37 …<a href='https://fiddle.skia.org/c/@bezier_curves'><img src='https://fiddle.skia.org/i/@bezier_cur… [all …]
|
/external/skia/infra/bots/ |
D | cfg.json | 2 "gs_bucket_gm": "skia-infra-gm", 3 "gold_hashes_url": "https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt", 4 "gs_bucket_nano": "skia-perf", 5 "gs_bucket_coverage": "skia-coverage", 7 "pool": "Skia", 8 "project": "skia", 20 "service_account_canary": "skia-canary@skia-swarming-bots.iam.gserviceaccount.com", 21 …"service_account_compile": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com… 22 …"service_account_housekeeper": "skia-external-housekeeper@skia-swarming-bots.iam.gserviceaccount.c… 23 "service_account_recreate_skps": "skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com", [all …]
|
/external/skia/site/docs/user/modules/ |
D | skottie.md | 8 Skia now offers a performant, secure native player for JSON animations derived 10 where you are using Skia, including Android & iOS. 21 Here are some test samples rendering with Skia's animation player: 23 <a href="https://skottie.skia.org/e6741dda67629da1f80c254dad3df865"> 24 …<skottie-inline-sk src="https://skottie.skia.org/_/j/e6741dda67629da1f80c254dad3df865" width=200 h… 26 <a href="https://skottie.skia.org/ffea72cf6be48fa061671c124ed7789c"> 27 …<skottie-inline-sk src="https://skottie.skia.org/_/j/ffea72cf6be48fa061671c124ed7789c" width=200 h… 29 <a href="https://skottie.skia.org/00e850cdbed7304985eaefe98a4e8a9c"> 30 …<skottie-inline-sk src="https://skottie.skia.org/_/j/00e850cdbed7304985eaefe98a4e8a9c" width=200 h… 32 <a href="https://skottie.skia.org/e1aca009d5ebec9bd122b87b018bb673"> [all …]
|
/external/skqp/site/user/modules/ |
D | skottie.md | 4 Skia now offers a performant, secure native player for JSON animations derived 6 where you are using Skia, including Android & iOS. 18 Here are some test samples rendering with Skia's animation player: 20 <a href="https://skottie.skia.org/e6741dda67629da1f80c254dad3df865"> 21 …<skottie-inline-sk src="https://skottie.skia.org/_/j/e6741dda67629da1f80c254dad3df865" width=200 h… 23 <a href="https://skottie.skia.org/ffea72cf6be48fa061671c124ed7789c"> 24 …<skottie-inline-sk src="https://skottie.skia.org/_/j/ffea72cf6be48fa061671c124ed7789c" width=200 h… 26 <a href="https://skottie.skia.org/00e850cdbed7304985eaefe98a4e8a9c"> 27 …<skottie-inline-sk src="https://skottie.skia.org/_/j/00e850cdbed7304985eaefe98a4e8a9c" width=200 h… 29 <a href="https://skottie.skia.org/e1aca009d5ebec9bd122b87b018bb673"> [all …]
|
/external/skqp/docker/skia-release/ |
D | Dockerfile | 1 # Dockerfile for building Skia in release mode, using 3rd party libs from DEPS, with SwiftShader. 11 && groupadd -g 2000 skia \ 12 && useradd -u 2000 -g 2000 skia 14 USER skia 16 ADD --chown=skia:skia https://storage.googleapis.com/swiftshader-binaries/OpenGL_ES/Latest/Linux/li… 17 ADD --chown=skia:skia https://storage.googleapis.com/swiftshader-binaries/OpenGL_ES/Latest/Linux/l… 21 && mkdir -p /tmp/skia \ 22 && cd /tmp/skia \ 23 && /tmp/depot_tools/fetch skia \ 24 && cd skia [all …]
|
/external/skqp/docker/skia-wasm-release/ |
D | Dockerfile | 1 # Dockerfile for building the WASM libraries used by jsfiddle.skia.org 2 FROM gcr.io/skia-public/emsdk-release:prod as builder 6 && mkdir -p /tmp/skia \ 7 && cd /tmp/skia \ 8 && /tmp/depot_tools/fetch skia 10 RUN cd /tmp/skia/skia \ 14 # PathKit should be in /tmp/skia/skia/out/pathkit/ 15 RUN /tmp/skia/skia/modules/pathkit/compile.sh 17 # CanvasKit should be in /tmp/skia/skia/out/canvaskit_wasm 18 RUN /tmp/skia/skia/experimental/canvaskit/compile.sh [all …]
|
/external/skia/site/docs/user/api/ |
D | _index.md | 8 Skia documentation is actively under development. 12 - [SkAutoCanvasRestore](https://api.skia.org/classSkAutoCanvasRestore.html#details) - 14 - [SkBitmap](https://api.skia.org/classSkBitmap.html#details) - two-dimensional 16 - [SkBlendMode](https://api.skia.org/SkBlendMode_8h.html) - pixel color 18 - [SkCanvas](https://api.skia.org/classSkCanvas.html#details) - drawing context 19 - [SkColor](https://api.skia.org/SkColor_8h.html) - color encoding using integer 21 - [SkFont](https://api.skia.org/classSkFont.html#details) - text style and 23 - [SkImage](https://api.skia.org/classSkImage.html#details) - two dimensional 25 - [SkImageInfo](https://api.skia.org/structSkImageInfo.html#details) - pixel 27 - [SkIPoint](https://api.skia.org/structSkIPoint.html#details) - two integer [all …]
|
D | SkBlendMode_Overview.md | 12 <a href='https://api.skia.org/SkColor_8h.html'>Color</a> component 21 <a href='https://api.skia.org/SkColor_8h.html#a918cf5a3a68406ac8107f6be48fb906e'>Alpha</a> 23 <a href='https://api.skia.org/SkColor_8h.html#a918cf5a3a68406ac8107f6be48fb906e'>Alpha</a>; 25 <a href='https://api.skia.org/SkColor_8h.html#a918cf5a3a68406ac8107f6be48fb906e'>Alpha</a> 27 <a href='https://api.skia.org/SkColor_8h.html'>Color</a> components. 30 <a href='https://api.skia.org/SkColor_8h.html#a918cf5a3a68406ac8107f6be48fb906e'>Alpha</a> 37 <a href='https://api.skia.org/SkBlendMode_8h.html#ad96d76accb8ff5f3eafa29b91f7a25f0'>SkBlendMode</a… 39 <a href='https://api.skia.org/SkImageInfo_8h.html#a9ac0b62b3d2c6c7e1a80db557243f93e'>kRGBA_F16_SkCo… 41 <a href='https://api.skia.org/SkBlendMode_8h.html#ad96d76accb8ff5f3eafa29b91f7a25f0'>SkBlendMode</a… 43 <a href='https://api.skia.org/SkColor_8h.html#a918cf5a3a68406ac8107f6be48fb906e'>Alpha</a> [all …]
|
D | SkPath_Overview.md | 8 <a href='https://api.skia.org/classSkPath.html'>Path</a> contains 14 <a href='https://api.skia.org/classSkPath.html'>Path</a> may contain zero, one, 18 <a href='https://api.skia.org/structSkPoint.html'>Points</a>, and optional 23 <a href='https://api.skia.org/structSkPoint.html'>Point</a>; for instance, 24 <a href='https://api.skia.org/classSkPath.html'>Path</a> containing two 27 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kMove_Verb'>kMove_Verb… 28 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kLine_Verb'>kLine_Verb… 29 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kLine_Verb'>kLine_Verb… 30 and a <a href='https://api.skia.org/structSkPoint.html'>Point</a> sequence with 35 <a href='https://api.skia.org/classSkPath.html'>Path</a> components [all …]
|
/external/skqp/resources/lua/ |
D | slides_content2.lua | 1 Skia Update 3 Skia : Access 4 - https://skia.org 5 - https://skia.googlesource.com/skia 7 Skia : Overview 13 Skia : Porting 19 Skia : Backends 29 Skia : Clients 35 Skia In Blink 37 Skia In Blink : Fonts [all …]
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_content2.lua | 1 Skia Update 3 Skia : Access 4 - https://skia.org 5 - https://skia.googlesource.com/skia 7 Skia : Overview 13 Skia : Porting 19 Skia : Backends 29 Skia : Clients 35 Skia In Blink 37 Skia In Blink : Fonts [all …]
|
/external/skia/site/docs/dev/gardening/ |
D | _index.md | 2 title: 'Skia Gardener Documentation' 3 linkTitle: 'Skia Gardener Documentation' 10 - [What does a Skia Gardener do?](#what_is_a_skia_gardener) 11 - [Skia tree](#skia_tree) 17 - [Tips for Skia Gardeners](#tips) 24 <a name="what_is_a_skia_gardener"></a> What does a Skia Gardener do? 28 A Skia Gardener keeps an eye on the tree, DEPS rolls, Gold tool, the Perf tool, 35 ### Skia tree 38 [testing infrastructure](https://skia.org/docs/dev/testing/automated_testing). 39 - Start watching the [status page](https://status.skia.org) for bot breakages. [all …]
|
12345678910>>...84