| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| .gitignore | 05-Aug-2015 | 242 | |
| Android.mk | 05-Aug-2015 | 21.2K | |
| AUTHORS | 05-Aug-2015 | 834 | |
| bench/ | 05-Aug-2015 | ||
| CleanSpec.mk | 05-Aug-2015 | 2.2K | |
| codereview.settings | 05-Aug-2015 | 271 | |
| CONTRIBUTING | 05-Aug-2015 | 132 | |
| CQ_COMMITTERS | 05-Aug-2015 | 863 | |
| debugger/ | 05-Aug-2015 | ||
| DEPS | 05-Aug-2015 | 3.3K | |
| dm/ | 05-Aug-2015 | ||
| docs/ | 05-Aug-2015 | ||
| Doxyfile | 05-Aug-2015 | 1.6K | |
| expectations/ | 05-Aug-2015 | ||
| experimental/ | 05-Aug-2015 | ||
| gm/ | 05-Aug-2015 | ||
| gyp/ | 05-Aug-2015 | ||
| gyp_skia | 05-Aug-2015 | 6.1K | |
| gyp_skia.py | 05-Aug-2015 | 763 | |
| include/ | 05-Aug-2015 | ||
| LICENSE | 05-Aug-2015 | 1.5K | |
| make.bat | 05-Aug-2015 | 1.1K | |
| make.py | 05-Aug-2015 | 5.4K | |
| Makefile | 05-Aug-2015 | 2.9K | |
| MODULE_LICENSE_BSD | 05-Aug-2015 | 0 | |
| NOTICE | 05-Aug-2015 | 3.4K | |
| OWNERS | 05-Aug-2015 | 36 | |
| platform_tools/ | 05-Aug-2015 | ||
| README | 05-Aug-2015 | 170 | |
| README.android | 05-Aug-2015 | 449 | |
| README.chromium | 05-Aug-2015 | 99 | |
| resources/ | 05-Aug-2015 | ||
| samplecode/ | 05-Aug-2015 | ||
| skia.gyp | 05-Aug-2015 | 525 | |
| SKP_VERSION | 05-Aug-2015 | 2 | |
| src/ | 05-Aug-2015 | ||
| tests/ | 05-Aug-2015 | ||
| third_party/ | 05-Aug-2015 | ||
| tools/ | 05-Aug-2015 | ||
| whitespace.txt | 05-Aug-2015 | 415 | |
1 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. 2 3 See full details, and build instructions, at https://sites.google.com/site/skiadocs/home 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