Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.clang-format | 22-Oct-2020 | 5.9K | |
.clang-tidy | 22-Oct-2020 | 61 | |
.gn | 22-Oct-2020 | 36 | |
Android.bp | 22-Oct-2020 | 85.4K | |
animations/ | 22-Oct-2020 | ||
AUTHORS | 22-Oct-2020 | 1.9K | |
bench/ | 22-Oct-2020 | ||
bin/ | 22-Oct-2020 | ||
BUILD.gn | 22-Oct-2020 | 60.9K | |
CleanSpec.mk | 22-Oct-2020 | 2.2K | |
codereview.settings | 22-Oct-2020 | 316 | |
CONTRIBUTING | 22-Oct-2020 | 81 | |
CQ_COMMITTERS | 22-Oct-2020 | 107 | |
DATA/ | 22-Oct-2020 | ||
DEPS | 22-Oct-2020 | 4.5K | |
dm/ | 22-Oct-2020 | ||
docker/ | 22-Oct-2020 | ||
docs/ | 22-Oct-2020 | ||
example/ | 22-Oct-2020 | ||
experimental/ | 22-Oct-2020 | ||
fuzz/ | 22-Oct-2020 | ||
gm/ | 22-Oct-2020 | ||
gn/ | 22-Oct-2020 | ||
include/ | 22-Oct-2020 | ||
infra/ | 22-Oct-2020 | ||
LICENSE | 22-Oct-2020 | 1.6K | |
MODULE_LICENSE_BSD | 22-Oct-2020 | 0 | |
modules/ | 22-Oct-2020 | ||
NOTICE | 22-Oct-2020 | 3.4K | |
OWNERS | 22-Oct-2020 | 28 | |
platform_tools/ | 22-Oct-2020 | ||
PRESUBMIT.py | 22-Oct-2020 | 18.5K | |
public.bzl | 22-Oct-2020 | 20.4K | |
README | 22-Oct-2020 | 144 | |
README.android | 22-Oct-2020 | 449 | |
README.chromium | 22-Oct-2020 | 87 | |
resources/ | 22-Oct-2020 | ||
samplecode/ | 22-Oct-2020 | ||
site/ | 22-Oct-2020 | ||
src/ | 22-Oct-2020 | ||
TEST_MAPPING | 22-Oct-2020 | 126 | |
tests/ | 22-Oct-2020 | ||
third_party/ | 22-Oct-2020 | ||
tools/ | 22-Oct-2020 | ||
whitespace.txt | 22-Oct-2020 | 398 |
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