NameDateSize

..07-Jan-20164 KiB

.gitignore07-Jan-2016314

Android.mk07-Jan-201623.8 KiB

animations/07-Jan-20164 KiB

AUTHORS07-Jan-20161.2 KiB

bench/07-Jan-20164 KiB

bin/07-Jan-20164 KiB

CleanSpec.mk07-Jan-20162.2 KiB

codereview.settings07-Jan-2016298

CONTRIBUTING07-Jan-201681

CQ_COMMITTERS07-Jan-20161,004

debugger/07-Jan-20164 KiB

DEPS07-Jan-20162.7 KiB

dm/07-Jan-20164 KiB

Doxyfile07-Jan-20161.6 KiB

example/07-Jan-20164 KiB

experimental/07-Jan-20164 KiB

forth/07-Jan-20164 KiB

gm/07-Jan-201612 KiB

gyp/07-Jan-20164 KiB

gyp_skia07-Jan-20166 KiB

gyp_skia.py07-Jan-2016763

HASHTAGS07-Jan-2016835

include/07-Jan-20164 KiB

LICENSE07-Jan-20161.5 KiB

make.bat07-Jan-20161 KiB

make.py07-Jan-20165.2 KiB

Makefile07-Jan-20162.8 KiB

MODULE_LICENSE_BSD07-Jan-20160

NOTICE07-Jan-20163.4 KiB

OWNERS07-Jan-201636

platform_tools/07-Jan-20164 KiB

PRESUBMIT.py07-Jan-201618.6 KiB

README07-Jan-2016144

README.android07-Jan-2016449

README.chromium07-Jan-201699

resources/07-Jan-20164 KiB

samplecode/07-Jan-20164 KiB

site/07-Jan-20164 KiB

skia.gyp07-Jan-2016503

SKP_VERSION07-Jan-20163

src/07-Jan-20164 KiB

tests/07-Jan-201612 KiB

third_party/07-Jan-20164 KiB

tools/07-Jan-20164 KiB

whitespace.txt07-Jan-2016304

README

1Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2
3See full details, and build instructions, at https://skia.org.
4

README.android

1The Skia library is a cross-platform 2D-based renderer. The
2key places to look are in the folders:
3
4  include/  : contains public header files
5  src/      : contains src code
6
7The top level makefile is at the root: Android.mk
8
9These files originate from an upstream repository
10(skia.googlesource.com) where the project is actively developed
11and maintained. As a result some files are not relevant to
12Android, but make the merging process smoother.
13
14

README.chromium

1Name: skia
2URL: http://code.google.com/p/skia
3Version: unknown
4Security Critical: yes
5License: BSD
6