| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| .gitignore | 08-Oct-2015 | 314 | |
| Android.mk | 08-Oct-2015 | 23.8K | |
| animations/ | 08-Oct-2015 | ||
| AUTHORS | 08-Oct-2015 | 1.2K | |
| bench/ | 08-Oct-2015 | ||
| bin/ | 08-Oct-2015 | ||
| CleanSpec.mk | 08-Oct-2015 | 2.2K | |
| codereview.settings | 08-Oct-2015 | 298 | |
| CONTRIBUTING | 08-Oct-2015 | 81 | |
| CQ_COMMITTERS | 08-Oct-2015 | 1,004 | |
| debugger/ | 08-Oct-2015 | ||
| DEPS | 08-Oct-2015 | 2.7K | |
| dm/ | 08-Oct-2015 | ||
| Doxyfile | 08-Oct-2015 | 1.6K | |
| example/ | 08-Oct-2015 | ||
| experimental/ | 08-Oct-2015 | ||
| forth/ | 08-Oct-2015 | ||
| gm/ | 08-Oct-2015 | ||
| gyp/ | 08-Oct-2015 | ||
| gyp_skia | 08-Oct-2015 | 6K | |
| gyp_skia.py | 08-Oct-2015 | 763 | |
| HASHTAGS | 08-Oct-2015 | 835 | |
| include/ | 08-Oct-2015 | ||
| LICENSE | 08-Oct-2015 | 1.5K | |
| make.bat | 08-Oct-2015 | 1K | |
| make.py | 08-Oct-2015 | 5.2K | |
| Makefile | 08-Oct-2015 | 2.8K | |
| MODULE_LICENSE_BSD | 08-Oct-2015 | 0 | |
| NOTICE | 08-Oct-2015 | 3.4K | |
| OWNERS | 08-Oct-2015 | 36 | |
| platform_tools/ | 08-Oct-2015 | ||
| PRESUBMIT.py | 08-Oct-2015 | 18.6K | |
| README | 08-Oct-2015 | 144 | |
| README.android | 08-Oct-2015 | 449 | |
| README.chromium | 08-Oct-2015 | 99 | |
| resources/ | 08-Oct-2015 | ||
| samplecode/ | 08-Oct-2015 | ||
| site/ | 08-Oct-2015 | ||
| skia.gyp | 08-Oct-2015 | 503 | |
| SKP_VERSION | 08-Oct-2015 | 3 | |
| src/ | 08-Oct-2015 | ||
| tests/ | 08-Oct-2015 | ||
| third_party/ | 08-Oct-2015 | ||
| tools/ | 08-Oct-2015 | ||
| whitespace.txt | 08-Oct-2015 | 304 | |
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