Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 24-Aug-2016 | 511 | |
Android.mk | 24-Aug-2016 | 26.6K | |
animations/ | 24-Aug-2016 | ||
AUTHORS | 24-Aug-2016 | 1.3K | |
bench/ | 24-Aug-2016 | ||
bin/ | 24-Aug-2016 | ||
CleanSpec.mk | 24-Aug-2016 | 2.2K | |
cmake/ | 24-Aug-2016 | ||
codereview.settings | 24-Aug-2016 | 298 | |
CONTRIBUTING | 24-Aug-2016 | 81 | |
CQ_COMMITTERS | 24-Aug-2016 | 107 | |
DATA/ | 24-Aug-2016 | ||
debugger/ | 24-Aug-2016 | ||
DEPS | 24-Aug-2016 | 4.6K | |
dm/ | 24-Aug-2016 | ||
Doxyfile | 24-Aug-2016 | 1.7K | |
example/ | 24-Aug-2016 | ||
experimental/ | 24-Aug-2016 | ||
fuzz/ | 24-Aug-2016 | ||
gm/ | 24-Aug-2016 | ||
gyp/ | 24-Aug-2016 | ||
gyp_skia | 24-Aug-2016 | 5.9K | |
gyp_skia.py | 24-Aug-2016 | 763 | |
include/ | 24-Aug-2016 | ||
infra/ | 24-Aug-2016 | ||
LICENSE | 24-Aug-2016 | 13.7K | |
make.bat | 24-Aug-2016 | 1K | |
make.py | 24-Aug-2016 | 5.2K | |
Makefile | 24-Aug-2016 | 2.9K | |
MODULE_LICENSE_BSD | 24-Aug-2016 | 0 | |
NOTICE | 24-Aug-2016 | 3.4K | |
OWNERS | 24-Aug-2016 | 36 | |
platform_tools/ | 24-Aug-2016 | ||
PRESUBMIT.py | 24-Aug-2016 | 20.3K | |
public.bzl | 24-Aug-2016 | 15.2K | |
README | 24-Aug-2016 | 144 | |
README.android | 24-Aug-2016 | 449 | |
README.chromium | 24-Aug-2016 | 87 | |
resources/ | 24-Aug-2016 | ||
samplecode/ | 24-Aug-2016 | ||
site/ | 24-Aug-2016 | ||
SK_IMAGE_VERSION | 24-Aug-2016 | 2 | |
skia.gyp | 24-Aug-2016 | 503 | |
skia_static_deps.mk | 24-Aug-2016 | 1K | |
SKP_VERSION | 24-Aug-2016 | 3 | |
src/ | 24-Aug-2016 | ||
tests/ | 24-Aug-2016 | ||
third_party/ | 24-Aug-2016 | ||
tools/ | 24-Aug-2016 | ||
whitespace.txt | 24-Aug-2016 | 329 |
1 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. 2 3 See full details, and build instructions, at https://skia.org. 4
1 The Skia library is a cross-platform 2D-based renderer. The 2 key places to look are in the folders: 3 4 include/ : contains public header files 5 src/ : contains src code 6 7 The top level makefile is at the root: Android.mk 8 9 These files originate from an upstream repository 10 (skia.googlesource.com) where the project is actively developed 11 and maintained. As a result some files are not relevant to 12 Android, but make the merging process smoother. 13 14