| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| .gitignore | 23-Apr-2015 | 242 | |
| Android.mk | 23-Apr-2015 | 21.2K | |
| AUTHORS | 23-Apr-2015 | 834 | |
| bench/ | 23-Apr-2015 | ||
| CleanSpec.mk | 23-Apr-2015 | 2.2K | |
| codereview.settings | 23-Apr-2015 | 271 | |
| CONTRIBUTING | 23-Apr-2015 | 132 | |
| CQ_COMMITTERS | 23-Apr-2015 | 863 | |
| debugger/ | 23-Apr-2015 | ||
| DEPS | 23-Apr-2015 | 3.3K | |
| dm/ | 23-Apr-2015 | ||
| docs/ | 23-Apr-2015 | ||
| Doxyfile | 23-Apr-2015 | 1.6K | |
| expectations/ | 23-Apr-2015 | ||
| experimental/ | 23-Apr-2015 | ||
| gm/ | 23-Apr-2015 | ||
| gyp/ | 23-Apr-2015 | ||
| gyp_skia | 23-Apr-2015 | 6.1K | |
| gyp_skia.py | 23-Apr-2015 | 763 | |
| include/ | 23-Apr-2015 | ||
| LICENSE | 23-Apr-2015 | 1.5K | |
| make.bat | 23-Apr-2015 | 1.1K | |
| make.py | 23-Apr-2015 | 5.4K | |
| Makefile | 23-Apr-2015 | 2.9K | |
| MODULE_LICENSE_BSD | 23-Apr-2015 | 0 | |
| NOTICE | 23-Apr-2015 | 3.4K | |
| OWNERS | 23-Apr-2015 | 36 | |
| platform_tools/ | 23-Apr-2015 | ||
| README | 23-Apr-2015 | 170 | |
| README.android | 23-Apr-2015 | 449 | |
| README.chromium | 23-Apr-2015 | 99 | |
| resources/ | 23-Apr-2015 | ||
| samplecode/ | 23-Apr-2015 | ||
| skia.gyp | 23-Apr-2015 | 525 | |
| SKP_VERSION | 23-Apr-2015 | 2 | |
| src/ | 23-Apr-2015 | ||
| tests/ | 23-Apr-2015 | ||
| third_party/ | 23-Apr-2015 | ||
| tools/ | 23-Apr-2015 | ||
| whitespace.txt | 23-Apr-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