NameDateSize

..02-Jul-20154 KiB

.gitignore02-Jul-2015242

Android.mk02-Jul-201521.2 KiB

AUTHORS02-Jul-2015834

bench/02-Jul-20154 KiB

CleanSpec.mk02-Jul-20152.2 KiB

codereview.settings02-Jul-2015271

CONTRIBUTING02-Jul-2015132

CQ_COMMITTERS02-Jul-2015863

debugger/02-Jul-20154 KiB

DEPS02-Jul-20153.3 KiB

dm/02-Jul-20154 KiB

docs/02-Jul-20154 KiB

Doxyfile02-Jul-20151.6 KiB

expectations/02-Jul-20154 KiB

experimental/02-Jul-20154 KiB

gm/02-Jul-201512 KiB

gyp/02-Jul-20154 KiB

gyp_skia02-Jul-20156.1 KiB

gyp_skia.py02-Jul-2015763

include/02-Jul-20154 KiB

LICENSE02-Jul-20151.5 KiB

make.bat02-Jul-20151.1 KiB

make.py02-Jul-20155.4 KiB

Makefile02-Jul-20152.9 KiB

MODULE_LICENSE_BSD02-Jul-20150

NOTICE02-Jul-20153.4 KiB

OWNERS02-Jul-201536

platform_tools/02-Jul-20154 KiB

README02-Jul-2015170

README.android02-Jul-2015449

README.chromium02-Jul-201599

resources/02-Jul-20154 KiB

samplecode/02-Jul-20154 KiB

skia.gyp02-Jul-2015525

SKP_VERSION02-Jul-20152

src/02-Jul-20154 KiB

tests/02-Jul-201512 KiB

third_party/02-Jul-20154 KiB

tools/02-Jul-20154 KiB

whitespace.txt02-Jul-2015415

README

1Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2
3See full details, and build instructions, at https://sites.google.com/site/skiadocs/home
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