• Home
Name Date Size #Lines LOC

..--

DATA/skia_resources/03-May-2024-

animations/03-May-2024-416363

bench/03-May-2024-20,74116,066

bin/03-May-2024-472301

debugger/03-May-2024-3,8762,952

dm/03-May-2024-4,6133,574

docs/03-May-2024-40,85432,533

example/03-May-2024-447300

experimental/03-May-2024-14,95711,014

fuzz/03-May-2024-3,9493,364

gm/03-May-2024-53,66940,212

gn/03-May-2024-5,7784,923

include/03-May-2024-47,70419,976

infra/03-May-2024-179,474173,254

platform_tools/03-May-2024-3,1502,225

resources/03-May-2024-11,14210,759

samplecode/03-May-2024-21,94817,596

site/03-May-2024-57,68442,653

src/03-May-2024-549,614448,372

tests/03-May-2024-126,896104,845

third_party/03-May-2024-14,04611,131

tools/03-May-2024-90,70476,714

.clang-formatD03-May-20243.2 KiB105103

.gitignoreD03-May-2024891 5148

.gnD03-May-202436 21

AUTHORSD03-May-20241.6 KiB5250

Android.bpD03-May-202483.8 KiB2,4112,383

BUILD.gnD03-May-202453 KiB2,1291,962

CONTRIBUTINGD03-May-202481 21

CQ_COMMITTERSD03-May-2024107 32

CleanSpec.mkD03-May-20242.2 KiB500

DEPSD03-May-20243.3 KiB3128

DoxyfileD03-May-20241.7 KiB6046

LICENSED03-May-20241.6 KiB3028

MODULE_LICENSE_BSDD03-May-20240

NOTICED03-May-20243.4 KiB6959

OWNERSD03-May-202428 21

PRESUBMIT.pyD03-May-202422.2 KiB606465

READMED03-May-2024144 42

README.androidD03-May-2024449 149

README.chromiumD03-May-202487 65

codereview.settingsD03-May-2024316 109

public.bzlD03-May-202418.1 KiB656593

whitespace.txtD03-May-2024398 1514

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