OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skia
(Results
76 - 100
of
562
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/cmake/
CMakeLists.txt
6
# Default to Release mode. We're mainly targeting
Skia
users, not
Skia
developers.
11
# To first approximation, the
Skia
library comprises all .cpp files under src/.
24
# We need src/ directories and include/private on our path when building
Skia
.
25
# Users should be able to use
Skia
with only include/ directories that are not include/private.
34
# These guys are third_party but provided by a
Skia
checkout.
58
#
Skia
sure ships a lot of code no one uses.
129
# If we can't find them, don't build the parts of
Skia
that use them.
250
# not so much that we think
Skia
is a good candidate to ship as a shared library.
251
add_library (
skia
SHARED ${srcs}
[
all
...]
/external/skia/
.gitignore
26
skia
.conf
/external/skia/debugger/QT/Icons/
.qrc
3
<file>
skia
.png</file>
/external/skia/gyp/
libwebp_skia.gypi
7
# needed to work around https://bug.
skia
.org/4037 , but perhaps we might have another need
android_system.gyp
5
# This GYP file stores the dependencies necessary to build
Skia
on the Android
10
# the
Skia
repo, but that resulted in the generated makefiles being created
16
# that contains your primary
Skia
checkout. If it is not then you must manually
pdf.gypi
7
# 'skia_src_path' e.g.
skia
/trunk/src
8
# 'skia_include_path' e.g.
skia
/trunk/include
10
# The
skia
build defines these in common_variables.gypi
skia_lib.gyp
5
# The minimal set of static libraries for basic
Skia
functionality.
47
# The name
skia
will confuse the linker on android into using the system's libskia.so
52
'product_name': '
skia
',
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/com/skia/
VisualBenchActivity.java
8
package com.
skia
;
/external/skia/platform_tools/android/gyp/
canvasproof.gypi
54
'../apps/canvasproof/src/main/java/org/
skia
/canvasproof/CreateSkiaPicture.java',
55
'../apps/canvasproof/src/main/java/org/
skia
/canvasproof/CanvasProofActivity.java',
56
'../apps/canvasproof/src/main/java/org/
skia
/canvasproof/GaneshPictureRenderer.java',
57
'../apps/canvasproof/src/main/java/org/
skia
/canvasproof/HwuiPictureView.java',
/external/skia/platform_tools/android/tests/expectations/
missing-filename.xxx
6
// This file contains
Skia
's upstream include/config/SkUserConfig.h as a
/external/skia/site/
roles.md
4
The
Skia
open source project includes individuals working in a variety of
5
roles. Anyone can view the code, use the
Skia
library, file bugs, and submit
9
For more information on ways to get involved in
Skia
development, see the
10
[Contributing to
Skia
page](/dev/contrib/).
/external/skia/site/user/api/
skmatrix.md
8
Skia
is a 2D graphics engine, but it supports a full 3x3
skcanvas.md
13
[fiddle.
skia
.org](https://fiddle.
skia
.org/).
35
<a href="https://fiddle.
skia
.org/c/d7b4ccb6d6281b68a274a72b187fc450">
36
<img src="https://fiddle.
skia
.org/i/d7b4ccb6d6281b68a274a72b187fc450_raster.png"></a>
41
SkCanvas is the drawing context for
Skia
. It knows where to direct the
44
contexts in other APIs like postscript, cairo, or awt,
Skia
does not
62
<a href="https://fiddle.
skia
.org/c/6af99894b40ea1331f6a79d55a4cbfd7">
63
<img src="https://fiddle.
skia
.org/i/6af99894b40ea1331f6a79d55a4cbfd7_raster.png"></a>
138
const char text[] = "Hello,
Skia
!";
142
<a href="https://fiddle.
skia
.org/c/35b614d41e60289461d658a9d509e28d"
[
all
...]
/external/skia/src/ports/
SkFontConfigInterface_direct_factory.cpp
8
/* migrated from chrome/src/
skia
/ext/SkFontHost_fontconfig_direct.cpp */
SkFontConfigInterface_direct_google3_factory.cpp
8
/* migrated from chrome/src/
skia
/ext/SkFontHost_fontconfig_direct.cpp */
/external/skia/src/views/unix/
skia_unix.cpp
18
// Start normal
Skia
sequence
/external/skia/tools/
iOSShell.h
2
* Copyright 2014
Skia
llvm_coverage.sh
6
# Run from
Skia
repo like this:
/external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
CreateSkiaPicture.java
11
javac -classpath $AJAR $SRC/java/org/
skia
/canvasproof/$CLASS.java
12
javah -classpath $AJAR:$SRC/java -d $SRC/jni org.
skia
.canvasproof.$CLASS
15
package org.
skia
.canvasproof;
/external/skia/site/dev/runtime/
index.md
4
Skia
supports the configuration of various aspects of its behavior at runtime,
72
skia
.conf configuration file, or through the use of environment variables.
74
### Using
skia
.conf
76
The
skia
.conf file is a simple line-based configuration file containing
91
If the
skia
library detects a
skia
.conf file at initialization time, it will
103
environment variable equal to the variable's key with "
skia
." prepended. So, for
108
prompt%
skia
.gpu.printShaders=true out/Debug/dm
115
prompt% export
skia
.gpu.printShaders=true
120
so
skia
also supports underscores in place of the periods
[
all
...]
/external/skia/site/user/sample/
building.md
1
Building with
Skia
Tutorial
7
This document describes the steps used to create an application that uses
Skia
. The assumptions are that you're using:
68
application. In this case, the
Skia
repository.
79
"src/third_party/
skia
/":
80
"http://
skia
.googlecode.com/
skia
.git@" + Var("skia_revision"),
88
for any googlecode repositories and a specific revision of
Skia
that we're
90
from changes in the
Skia
tree. This lets us know that when someone checks out
91
the repo they'll be using the same version of
Skia
that we've built and tested
95
which we're going to checkout into the `src/third_party/
skia
` directory
[
all
...]
/external/skia/platform_tools/android/bin/
android_gdb_app
34
adb_pull_if_needed /data/data/com.
skia
.sample_app/lib/libskia_android.so $GDB_TMP_DIR
35
adb_pull_if_needed /data/data/com.
skia
.sample_app/lib/libSampleApp.so $GDB_TMP_DIR
42
$ADB $DEVICE_SERIAL shell am start -n com.
skia
.sample_app/com.
skia
.SkiaSampleActivity
48
PID=$($ADB shell ps | grep com.
skia
.sample_app | awk '{print $2}')
/external/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py
19
# Store
skia
's resources in the directory structure that the Android testing
20
# infrastructure expects. This requires that
Skia
maintain a symlinked
21
# subdirectory in the DATA folder that points to the top level
skia
resources...
22
# i.e. external/
skia
/DATA/skia_resources --> ../resources
28
"""Write Android.mk for a
Skia
tool.
53
"""Common steps for building one of the
skia
tools.
60
skia_trunk: Trunk of
Skia
, used for determining the destination to write
/external/skia/site/dev/testing/
ct.md
21
SKP files are a binary format for the draw commands Chromium sends to
Skia
for rasterization. The goal of the project started off with wanting to collect a large repository of 10k SKP files. This repository, after incremental changes in approaches, has since grown to ~910k and now supports running all telemetry benchmarks. The top level feature request of this project was [
skia
:1268](https://bug.
skia
.org/1268).
23
A web application has been created on Google Compute Engine that automates the process of capturing new archives and running telemetry benchmarks at a click of a button; results are emailed to the requester and the web application contains complete history of runs with links to results. You can run telemetry benchmarks at http://ct.
skia
.org.
29
* Chromium Perf. Documentation [here](https://www.chromium.org/developers/cluster-telemetry). Webpage [here](https://ct.
skia
.org/chromium_perf/).
30
* Run Lua Scripts. Documentation about lua bindings is [here](https://
skia
.org/user/special/lua). Webpage [here](https://ct.
skia
.org/lua_script/).
60
This has been very useful for the
Skia
team to help determine which parts of the library to optimize and focus on.
62
All runs are recorded [here](https://ct.
skia
.org/history/).
78
1. User submits a Lua script task, a Performance task, or an Admin task (rebuild chrome, recreate pagesets, recreate webpage archives, capture SKPs) using the GCE web application [here](http://ct.
skia
.org)
[
all
...]
/external/skia/site/dev/contrib/
submit.md
40
If you are willing to change
Skia
codebase, it's nice to add a test at the same
41
time.
Skia
has a simple unittest framework so you can add a case to it.
79
git cl config https://
skia
.googlesource.com/
skia
/+/master/codereview.settings
89
Skia
uses Chromium's code review [site](http://codereview.chromium.org) and the
170
Skia
's principal downstream user is Chromium, and any change to
Skia
rendering
172
expected to test for and alleviate this. (You may be able to find a
Skia
team
178
Keep in mind that
Skia
is rolled daily into Blink and Chromium. Run local tests
181
your friendly
Skia
-Blink engineer to evaluate, rebaseline, and land you
[
all
...]
Completed in 769 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>