OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skia
(Results
51 - 75
of
562
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/experimental/fiddle/
fiddler.go
10
// git clone https://
skia
.googlesource.com/
skia
.git
11
// cd
skia
12
//
SKIA
=$PWD
14
// go get github.com/
skia
-dev/glog
15
// go get go.
skia
.org/infra/go/util
18
// ./fiddler "$
SKIA
"
20
// ./fiddler "$
SKIA
" draw.cpp | ./parse-fiddle-output
22
// ./fiddler "$
SKIA
" ANOTHER_FIDDLE.cpp | ./parse-fiddle-output
34
"github.com/
skia
-dev/glog
[
all
...]
/external/skia/site/dev/
index.md
4
If you want to make changes to the
Skia
code, this is the place for you.
/external/skia/site/
schedule.md
4
On a six week cadence aligned with Chromium,
Skia
cuts milestone branches.
5
Clients wishing to stay on a relatively stable level of
Skia
often utilize these
8
On the branch date, a healthy level of
Skia
near HEAD is chosen. After this
13
Skia
2016 schedule:
/external/skia/tests/
TracingTest.cpp
12
TRACE_EVENT0("
skia
.testing", "just a test");
/external/skia/tools/
lsan.supp
11
# Not clear what this is.
skia
:2916
/external/skia/tools/skp/page_sets/other/
DOWN-skia_br337_desktop.json
2
"description": "br.337 for
Skia
for Desktop.",
LAYERS-skia_yahoonews_desktop.json
2
"description": "Yahoo News for
Skia
Desktop.",
OLD-skia_galaxynexus_set.json
2
"description": "Pages hand-picked for
Skia
for Galaxy Nexus.",
skia_maybe_later_set.json
2
"description": "Pages we may add to the
skia
sets later.",
skia_onlinewsj_nexus10.json
2
"description": "onlinewsj for
Skia
for Nexus10.",
/external/skia/infra/branch-config/
cq.cfg
5
cq_name: "
skia
"
16
committer_list: "project-
skia
-committers"
19
"from a\nfull
Skia
committer"
23
tree_status_url: "https://
skia
-tree-status.appspot.com"
28
name: "client.
skia
"
34
name: "client.
skia
.compile"
46
name: "client.
skia
.fyi"
/external/skia/
AUTHORS
1
# This is the official list of
Skia
authors for copyright purposes.
33
Skia
<*@
skia
.org>
34
Skia
Buildbots <
skia
.buildbots@gmail.com>
Doxyfile
2
# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/
skia
/resources/generate_and_upload_doxygen.py
4
# http://chromium-
skia
-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html
7
PROJECT_NAME =
Skia
10
PROJECT_LOGO = https://
skia
.org/res/img/logo.png
13
# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/
skia
/resources/generate_and_upload_doxygen.py
/external/skia/site/dev/testing/
buildbot.md
0
Skia
Buildbots
7
Like the Chromium team, the
Skia
team uses [buildbot](http://trac.buildbot.net/)
10
Here is a link to our main status page: https://status.
skia
.org/
16
* http://build.chromium.org/p/client.
skia
/console
17
* http://build.chromium.org/p/client.
skia
.android/console
18
* http://build.chromium.org/p/client.
skia
.compile/console
19
* http://build.chromium.org/p/client.
skia
.fyi/console
23
* http://uberchromegw.corp.google.com/i/client.
skia
/console
24
* http://uberchromegw.corp.google.com/i/client.
skia
.android/console
25
* http://uberchromegw.corp.google.com/i/client.
skia
.compile/consol
[
all
...]
skps.md
16
An SKP is a binary representation of the draw commands Chromium sends to
Skia
for rasterization.
18
Skia
uses different types of SKPs in our continuous builds and tests:
20
* [Buildbot](https://
skia
.org/dev/testing/buildbot) SKPs are the small set (89 as of 2/10/16) of SKPs that are used on almost all our bots.
21
* [Cluster Telemetry](https://
skia
.org/dev/testing/ct) SKPs are the much larger set (~900k) that are used by our CT bots (Eg: [CT_BENCH_10k](https://build.chromium.org/p/client.
skia
/builders/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs), [CT_DM_10k](https://build.chromium.org/p/client.
skia
/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs), [CT_DM_1m](https://build.chromium.org/p/client.
skia
.fyi/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_1m_SKPs)).
23
Skia
developers find it useful to download these SKPs to run local tests to reproduce problems seen on the buildbots. The below sections detail how to download them.
34
All buildbot SKP files created by the RecreateSKPs bot are available in the Google Storage bucket gs://chromium-
skia
-gm, they can be copied over to your local directory like this:
38
* Get the current SKP version from https://
skia
.googlesource.com/skia/+/master/SKP_VERSION
[
all
...]
/external/skia/site/dev/sheriffing/
index.md
7
+ [
Skia
tree](#skia_tree)
31
###
Skia
tree
32
* Understand the [buildbots infrastructure](https://
skia
.org/dev/testing/buildbot).
33
* Start watching the [status page](https://status.
skia
.org) for bot breakages.
35
* Close and open the [tree](http://
skia
-tree-status.appspot.com).
36
* Keep the builder comments on the [status page](https://status.
skia
.org) up to date.
37
* File or follow up with [BreakingTheBuildbots bugs](https://bug.
skia
.org/?q=label:BreakingTheBuildbots). See the tip on [when to file bugs](#when_to_file_bugs).
41
* Ensure that [AutoRoll Bot](https://autoroll.
skia
.org)'s DEPS rolls land successfully.
45
* Pay attention for new [Perf](https://perf.
skia
.org/) and [Gold](https://gold.
skia
.org/) alerts (by clicking on the bell at the top right of the [status page](https://status.skia.or (…)
[
all
...]
/external/skia/site/user/api/
skpaint.md
13
Anytime you draw something in
Skia
, and want to specify what color it
49
const char text[] = "
Skia
!";
55
<a href="https://fiddle.
skia
.org/c/c4cfc71ed9232dac9c0d6518311b386e">
56
<img src="https://fiddle.
skia
.org/i/c4cfc71ed9232dac9c0d6518311b386e_raster.png"></a>
77
canvas->drawText("
SKIA
", 4, 20, 120, paint3);
79
canvas->drawText("
SKIA
", 4, 20, 220, paint3);
81
<a href="https://fiddle.
skia
.org/c/5203b17103f487dd33965b4211d80956">
82
<img src="https://fiddle.
skia
.org/i/5203b17103f487dd33965b4211d80956_raster.png"></a>
109
<a href="https://fiddle.
skia
.org/c/f91b5310d57744a5a1475b7e47d4a172">
110
<img src="https://fiddle.
skia
.org/i/f91b5310d57744a5a1475b7e47d4a172_raster.png"></a
[
all
...]
/external/skia/site/user/quick/
linux.md
14
# Get
Skia
.
15
git clone 'https://
skia
.googlesource.com/
skia
'
16
cd
skia
25
# Run DM, the
Skia
test app.
31
# Run nanobench, the
Skia
benchmarking tool.
44
To contribute changes back to
Skia
, you will need `git-cl`, which
68
* QT4, used by the [
Skia
Debugger](/dev/tools/debugger): **libqt4-dev**
73
Follow the instructions [here](../download) for downloading the
Skia
source.
/external/skia/site/user/sample/
sampleapp.md
3
The SampleApp displays a series of slides that exhibit specific features of the
Skia
system. It is mainly controlled using the keyboard: left (←) and (→) right arrows to move from slide to slide. Some slides require use resources stored outside the program. These resources are stored in the `<
skia
-path>/resources` directory.
5
`<
skia
-path>/out/Release/SampleApp --resourcePath <
skia
-path>/resources`
8
In addition to displaying various aspects of
Skia
, SampleApp is used to debug and understand different parts of the
Skia
system.
/device/moto/shamu/camera/QCamera2/HAL/test/
Android.mk
38
external/
skia
/include/core \
39
external/
skia
/include/images \
/external/chromium-trace/catapult/experimental/bisect_lib/
depot_map.py
18
'
skia
': '
skia
',
/external/skia/experimental/go-skia/
skia.go
3
// First, build
Skia
this way:
38
// TODO: replace this with an idiomatic interface to
Skia
.
/external/skia/gyp/
everything.gyp
5
# Build EVERYTHING provided by
Skia
.
12
# See https://code.google.com/p/
skia
/issues/detail?id=932
/external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp
19
// renderbuffer component, dump as
skia
/gpu_resources/resource_#/texture
20
SkString dumpName("
skia
/gpu_resources/resource_");
/hardware/qcom/display/msm8084/libhwcomposer/
Android.mk
9
$(TOP)/external/
skia
/include/core \
10
$(TOP)/external/
skia
/include/images
Completed in 3482 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>