NameDateSize

..10-Aug-201812 KiB

.clang-format10-Aug-20183.2 KiB

.gitignore10-Aug-2018891

.gn10-Aug-201836

Android.bp10-Aug-201883.8 KiB

animations/10-Aug-20184 KiB

AUTHORS10-Aug-20181.6 KiB

bench/10-Aug-20184 KiB

bin/10-Aug-20184 KiB

BUILD.gn10-Aug-201853 KiB

CleanSpec.mk10-Aug-20182.2 KiB

codereview.settings10-Aug-2018316

CONTRIBUTING10-Aug-201881

CQ_COMMITTERS10-Aug-2018107

DATA/10-Aug-20184 KiB

debugger/10-Aug-20184 KiB

DEPS10-Aug-20183.3 KiB

dm/10-Aug-20184 KiB

docs/10-Aug-20184 KiB

Doxyfile10-Aug-20181.7 KiB

example/10-Aug-20184 KiB

experimental/10-Aug-20184 KiB

fuzz/10-Aug-20184 KiB

gm/10-Aug-201820 KiB

gn/10-Aug-20184 KiB

include/10-Aug-20184 KiB

infra/10-Aug-20184 KiB

LICENSE10-Aug-20181.6 KiB

MODULE_LICENSE_BSD10-Aug-20180

NOTICE10-Aug-20183.4 KiB

OWNERS10-Aug-201828

platform_tools/10-Aug-20184 KiB

PRESUBMIT.py10-Aug-201822.2 KiB

public.bzl10-Aug-201818.1 KiB

README10-Aug-2018144

README.android10-Aug-2018449

README.chromium10-Aug-201887

resources/10-Aug-20184 KiB

samplecode/10-Aug-20184 KiB

site/10-Aug-20184 KiB

src/10-Aug-20184 KiB

tests/10-Aug-201820 KiB

third_party/10-Aug-20184 KiB

tools/10-Aug-20184 KiB

whitespace.txt10-Aug-2018398

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