Home
last modified time | relevance | path

Searched refs:skia (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/external/skia/docker/skia-wasm-release/
DDockerfile1 # 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
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" \
28 RUN cd /tmp/skia/skia \
34 RUN if [ ! -z "${PATCH_REF}" ] ; then cd /tmp/skia/skia \
[all …]
/external/skia/docker/skia-release/
DDockerfile2 FROM gcr.io/skia-public/skia-build-tools:latest
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" \
22 RUN cd /tmp/skia/skia \
28 RUN if [ ! -z "${PATCH_REF}" ] ; then cd /tmp/skia/skia \
29 && git fetch https://skia.googlesource.com/skia ${PATCH_REF} \
[all …]
/external/skia/site/docs/dev/contrib/
Ddirectory.md10 - [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/)
23 - [Tree Status](https://tree-status.skia.org/) (requires login)
24 - [BuildBot Console](https://build.chromium.org/p/client.skia/console)
[all …]
/external/skqp/docker/skia-wasm-release/
DDockerfile1 # 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/skqp/site/dev/contrib/
Ddirectory.md5 - [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)
20 - [BuildBot Console](https://build.chromium.org/p/client.skia/console)
[all …]
/external/skia/site/docs/dev/tools/
Dcodesearch.md12 [cs.skia.org](http://cs.skia.org) redirects to
15 e.g. [cs.skia.org/foo](http://cs.skia.org/foo) will search for "foo" within the
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
26 [skia-buildbot](https://github.com/google/skia-buildbot) repos are useful for
33 [Skia repos on googlesource.com](https://skia.googlesource.com/). All commits
38 …[cs.skia.org][1] |regexp | yes |yes |skia [buildbot][5] |master |last DEPS roll
[all …]
/external/skqp/site/dev/tools/
Dcodesearch.md7 [cs.skia.org](http://cs.skia.org) redirects to
10 e.g. [cs.skia.org/foo](http://cs.skia.org/foo) will search for "foo" within the
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
21 [skia-buildbot](https://github.com/google/skia-buildbot) repos are useful for
28 [Skia repos on googlesource.com](https://skia.googlesource.com/). All commits
33 …[cs.skia.org][1] |regexp | yes |yes |skia |master |last DEPS roll
[all …]
/external/pdfium/skia/
DBUILD.gn8 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\"" ]
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.
177 "//third_party/skia/src/codec/SkMasks.cpp",
[all …]
/external/skqp/docker/skia-release/
DDockerfile11 && 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
26 RUN mkdir -p /tmp/skia/skia/out/Static
[all …]
/external/skqp/site/
Dindex.md15 [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…
34 …<a href='https://fiddle.skia.org/c/@bezier_curves'><img src='https://fiddle.skia.org/i/@bezier_cur…
41 …<a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_rast…
44 …<a href='https://fiddle.skia.org/c/@text_rendering'><img src='https://fiddle.skia.org/i/@text_rend…
51 …<a href='https://fiddle.skia.org/c/@discrete_path'><img src='https://fiddle.skia.org/i/@discrete_p…
[all …]
Dindex_zh.md24 [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'>
59 <a href='https://fiddle.skia.org/c/@rotations'>
60 <img src='https://fiddle.skia.org/i/@rotations_raster.png'>
64 <a href='https://fiddle.skia.org/c/@text_rendering'>
[all …]
/external/skia/site/docs/
D_index.md19 [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…
44 …<a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_rast…
47 …<a href='https://fiddle.skia.org/c/@text_rendering'><img src='https://fiddle.skia.org/i/@text_rend…
54 …<a href='https://fiddle.skia.org/c/@discrete_path'><img src='https://fiddle.skia.org/i/@discrete_p…
[all …]
/external/skqp/docker/
DREADME.md6 skia-release
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
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
29 docker push gcr.io/skia-public/skia-wasm-release:prod
32 skia-with-swift-shader-base
42 build-with-swift-shader-and-run "out/with-swift-shader/fuzz -t filter_fuzz -b /skia/skbug_1234"
[all …]
/external/skia/docker/
DREADME.md5 ## skia-release
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
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
26 docker push gcr.io/skia-public/skia-wasm-release:prod
29 ## skia-with-swift-shader-base
38 build-with-swift-shader-and-run "out/with-swift-shader/fuzz -t filter_fuzz -b /skia/skbug_1234"
[all …]
DMakefile3 push-skia-build-tools:
4 docker build -t skia-build-tools ./skia-build-tools
5 docker tag skia-build-tools gcr.io/skia-public/skia-build-tools:latest
6 docker push gcr.io/skia-public/skia-build-tools:latest
/external/skia/
DRELEASE_NOTES.txt11 https://review.skia.org/406140
14 https://review.skia.org/402957
17 https://review.skia.org/401816
21 https://review.skia.org/398222
30 https://review.skia.org/402156
38 https://review.skia.org/378496
47 https://review.skia.org/391856
51 https://review.skia.org/393081
58 https://review.skia.org/372556
61 https://review.skia.org/368621
[all …]
/external/skqp/site/user/modules/
Dskottie.md20 <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">
30 …<skottie-inline-sk src="https://skottie.skia.org/_/j/e1aca009d5ebec9bd122b87b018bb673" width=200 h…
32 <a href="https://skottie.skia.org/821fd79dd7437b97ba891e7a00970a06">
33 …<skottie-inline-sk src="https://skottie.skia.org/_/j/821fd79dd7437b97ba891e7a00970a06" width=200 h…
[all …]
/external/skia/site/docs/user/modules/
Dskottie.md23 <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">
33 …<skottie-inline-sk src="https://skottie.skia.org/_/j/e1aca009d5ebec9bd122b87b018bb673" width=200 h…
35 <a href="https://skottie.skia.org/821fd79dd7437b97ba891e7a00970a06">
36 …<skottie-inline-sk src="https://skottie.skia.org/_/j/821fd79dd7437b97ba891e7a00970a06" width=200 h…
[all …]
/external/skia/site/docs/user/api/
DSkBlendMode_Overview.md12 <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_index.md12 - [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
29 - [SkIRect](https://api.skia.org/structSkIRect.html#details) - integer rectangle
[all …]
DSkPath_Overview.md8 <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/skia/site/docs/user/release/
Drelease_notes.md17 https://review.skia.org/378496
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
63 https://review.skia.org/361496
[all …]
/external/oss-fuzz/projects/skia/
DDockerfile25 RUN git clone https://skia.googlesource.com/skia.git --depth 1
28 WORKDIR skia
35 …a/image_filter_deserialize_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer/oss-fuzz/ima…
37 RUN wget -O $SRC/skia_data/region_set_path_seed_corpus.zip https://storage.googleapis.com/skia-fuzz…
39 RUN wget -O $SRC/skia_data/textblob_deserialize_seed_corpus.zip https://storage.googleapis.com/skia
41 RUN wget -O $SRC/skia_data/path_deserialize_seed_corpus.zip https://storage.googleapis.com/skia-fuz…
43 RUN wget -O $SRC/skia_data/image_decode_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer/…
45 …data/animated_image_decode_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer/oss-fuzz/ani…
47 RUN wget -O $SRC/skia_data/api_draw_functions_seed_corpus.zip https://storage.googleapis.com/skia-f…
49 RUN wget -O $SRC/skia_data/api_gradients_seed_corpus.zip https://storage.googleapis.com/skia-fuzzer…
[all …]
/external/skqp/experimental/go-demo/
Dmain.go19 skia "skia.googlesource.com/skia/experimental/go-skia" packageName
23 imgInfo := &skia.ImageInfo{
26 ColorType: skia.GetDefaultColortype(),
27 AlphaType: skia.PREMUL_ALPHATYPE,
30 surface, err := skia.NewRasterSurface(imgInfo)
37 fillPaint := skia.NewPaint()
42 rect := skia.NewRect(100, 100, 540, 380)
45 strokePaint := skia.NewPaint()
51 path := skia.NewPath()
59 canvas.DrawOval(skia.NewRect(120, 120, 520, 360), fillPaint)
/external/skqp/infra/project-config/
Dcr-buildbucket.cfg10 name: "master.client.skia"
17 group: "project-skia-tryjob-access"
25 group: "service-account-skia-master"
30 name: "master.client.skia.android"
37 group: "project-skia-tryjob-access"
45 group: "service-account-skia-master"
50 name: "master.client.skia.compile"
57 group: "project-skia-tryjob-access"
65 group: "service-account-skia-master"
70 name: "master.client.skia.fyi"
[all …]

12345678910>>...19