| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| .clang-format | 05-Oct-2017 | 3.2K | |
| .gitignore | 05-Oct-2017 | 801 | |
| .gn | 05-Oct-2017 | 36 | |
| Android.bp | 05-Oct-2017 | 74.5K | |
| animations/ | 05-Oct-2017 | ||
| AUTHORS | 05-Oct-2017 | 1.6K | |
| bench/ | 05-Oct-2017 | ||
| bin/ | 05-Oct-2017 | ||
| BUILD.gn | 05-Oct-2017 | 36K | |
| CleanSpec.mk | 05-Oct-2017 | 2.2K | |
| codereview.settings | 05-Oct-2017 | 316 | |
| CONTRIBUTING | 05-Oct-2017 | 81 | |
| CQ_COMMITTERS | 05-Oct-2017 | 107 | |
| DATA/ | 05-Oct-2017 | ||
| debugger/ | 05-Oct-2017 | ||
| DEPS | 05-Oct-2017 | 2.7K | |
| dm/ | 05-Oct-2017 | ||
| Doxyfile | 05-Oct-2017 | 1.7K | |
| example/ | 05-Oct-2017 | ||
| experimental/ | 05-Oct-2017 | ||
| fuzz/ | 05-Oct-2017 | ||
| gm/ | 05-Oct-2017 | ||
| gn/ | 05-Oct-2017 | ||
| include/ | 05-Oct-2017 | ||
| infra/ | 05-Oct-2017 | ||
| LICENSE | 05-Oct-2017 | 1.6K | |
| MODULE_LICENSE_BSD | 05-Oct-2017 | 0 | |
| NOTICE | 05-Oct-2017 | 3.4K | |
| platform_tools/ | 05-Oct-2017 | ||
| PRESUBMIT.py | 05-Oct-2017 | 23K | |
| public.bzl | 05-Oct-2017 | 19.2K | |
| README | 05-Oct-2017 | 144 | |
| README.android | 05-Oct-2017 | 449 | |
| README.chromium | 05-Oct-2017 | 87 | |
| resources/ | 05-Oct-2017 | ||
| samplecode/ | 05-Oct-2017 | ||
| site/ | 05-Oct-2017 | ||
| src/ | 05-Oct-2017 | ||
| tests/ | 05-Oct-2017 | ||
| third_party/ | 05-Oct-2017 | ||
| tools/ | 05-Oct-2017 | ||
| whitespace.txt | 05-Oct-2017 | 399 | |
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