NameDateSize

..23-Aug-201612 KiB

.gitignore23-Aug-2016511

Android.mk23-Aug-201626.6 KiB

animations/23-Aug-20164 KiB

AUTHORS23-Aug-20161.3 KiB

bench/23-Aug-20164 KiB

bin/23-Aug-20164 KiB

CleanSpec.mk23-Aug-20162.2 KiB

cmake/23-Aug-20164 KiB

codereview.settings23-Aug-2016298

CONTRIBUTING23-Aug-201681

CQ_COMMITTERS23-Aug-2016107

DATA/23-Aug-20164 KiB

debugger/23-Aug-20164 KiB

DEPS23-Aug-20164.6 KiB

dm/23-Aug-20164 KiB

Doxyfile23-Aug-20161.7 KiB

example/23-Aug-20164 KiB

experimental/23-Aug-20164 KiB

fuzz/23-Aug-20164 KiB

gm/23-Aug-201612 KiB

gyp/23-Aug-20164 KiB

gyp_skia23-Aug-20165.9 KiB

gyp_skia.py23-Aug-2016763

include/23-Aug-20164 KiB

infra/23-Aug-20164 KiB

LICENSE23-Aug-201613.7 KiB

make.bat23-Aug-20161 KiB

make.py23-Aug-20165.2 KiB

Makefile23-Aug-20162.9 KiB

MODULE_LICENSE_BSD23-Aug-20160

NOTICE23-Aug-20163.4 KiB

OWNERS23-Aug-201636

platform_tools/23-Aug-20164 KiB

PRESUBMIT.py23-Aug-201620.3 KiB

public.bzl23-Aug-201615.2 KiB

README23-Aug-2016144

README.android23-Aug-2016449

README.chromium23-Aug-201687

resources/23-Aug-20164 KiB

samplecode/23-Aug-20164 KiB

site/23-Aug-20164 KiB

SK_IMAGE_VERSION23-Aug-20162

skia.gyp23-Aug-2016503

skia_static_deps.mk23-Aug-20161 KiB

SKP_VERSION23-Aug-20163

src/23-Aug-20164 KiB

tests/23-Aug-201616 KiB

third_party/23-Aug-20164 KiB

tools/23-Aug-20164 KiB

whitespace.txt23-Aug-2016329

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: https://skia.org/
3Version: unknown
4Security Critical: yes
5License: BSD
6