• Home
Name Date Size #Lines LOC

..--

DATA/skia_resources/03-May-2024-

animations/03-May-2024-416363

bench/03-May-2024-22,41017,325

bin/03-May-2024-316190

debugger/03-May-2024-3,8702,943

dm/03-May-2024-4,2013,281

example/03-May-2024-4,3054,103

experimental/03-May-2024-34,17230,670

fuzz/03-May-2024-4,3693,846

gm/03-May-2024-51,99238,875

gn/03-May-2024-5,3894,630

include/03-May-2024-43,27421,178

infra/03-May-2024-126,912121,726

platform_tools/03-May-2024-2,6881,840

resources/03-May-2024-6,6596,305

samplecode/03-May-2024-25,88920,783

site/03-May-2024-6,4974,828

src/03-May-2024-505,658403,782

tests/03-May-2024-121,509100,753

third_party/03-May-2024-95,07066,033

tools/03-May-2024-76,75665,691

.clang-formatD03-May-20243.2 KiB105103

.gitignoreD03-May-2024847 4846

.gnD03-May-202436 21

AUTHORSD03-May-20241.6 KiB4947

Android.bpD03-May-202476.2 KiB2,2172,192

BUILD.gnD03-May-202440.6 KiB1,6751,540

CONTRIBUTINGD03-May-202481 21

CQ_COMMITTERSD03-May-2024107 32

CleanSpec.mkD03-May-20242.2 KiB500

DEPSD03-May-20242.7 KiB2724

DoxyfileD03-May-20241.7 KiB6046

LICENSED03-May-20241.6 KiB3028

MODULE_LICENSE_BSDD03-May-20240

NOTICED03-May-20243.4 KiB6959

PRESUBMIT.pyD03-May-202422.9 KiB625488

READMED03-May-2024144 42

README.androidD03-May-2024449 149

README.chromiumD03-May-202487 65

codereview.settingsD03-May-2024316 109

public.bzlD03-May-202419.8 KiB693625

whitespace.txtD03-May-2024401 1614

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