• Home
Name Date Size #Lines LOC

..--

animations/03-May-2024-416363

bench/03-May-2024-24,38820,189

bin/03-May-2024-16299

debugger/03-May-2024-3,9523,014

dm/03-May-2024-2,8322,290

example/03-May-2024-4,0603,937

experimental/03-May-2024-144,410105,370

forth/03-May-2024-1,5251,229

gm/03-May-2024-36,77327,369

gyp/03-May-2024-8,7808,532

include/03-May-2024-47,01323,267

platform_tools/03-May-2024-8,9285,758

resources/03-May-2024-1,8231,475

samplecode/03-May-2024-20,42016,113

site/03-May-2024-4,9553,692

src/03-May-2024-338,508253,988

tests/03-May-2024-86,20171,229

third_party/03-May-2024-2,5351,940

tools/03-May-2024-42,16935,265

.gitignoreD03-May-2024314 2221

AUTHORSD03-May-20241.2 KiB3937

Android.mkD03-May-202423.8 KiB770701

CONTRIBUTINGD03-May-202481 21

CQ_COMMITTERSD03-May-20241,004 5150

CleanSpec.mkD03-May-20242.2 KiB500

DEPSD03-May-20242.7 KiB3628

DoxyfileD03-May-20241.6 KiB5845

HASHTAGSD03-May-2024835 2319

LICENSED03-May-20241.5 KiB2827

MODULE_LICENSE_BSDD03-May-20240

MakefileD03-May-20242.8 KiB9639

NOTICED03-May-20243.4 KiB6959

OWNERSD03-May-202436 32

PRESUBMIT.pyD03-May-202418.6 KiB487376

READMED03-May-2024144 42

README.androidD03-May-2024449 149

README.chromiumD03-May-202499 65

SKP_VERSIOND03-May-20243

codereview.settingsD03-May-2024298 98

gyp_skiaD03-May-20246 KiB17090

gyp_skia.pyD03-May-2024763 193

make.batD03-May-20241 KiB3629

make.pyD03-May-20245.2 KiB173111

skia.gypD03-May-2024503 2322

whitespace.txtD03-May-2024304 1311

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: http://code.google.com/p/skia
3Version: unknown
4Security Critical: yes
5License: BSD
6