• Home
Name Date Size #Lines LOC

..--

bench/03-May-2024-17,36613,760

debugger/03-May-2024-4,3793,308

dm/03-May-2024-2,9702,338

docs/03-May-2024-4538

expectations/03-May-2024-767,522767,338

experimental/03-May-2024-214,272165,302

gm/03-May-2024-40,34430,476

gyp/03-May-2024-8,9848,730

include/03-May-2024-47,25823,348

platform_tools/03-May-2024-9,6236,675

resources/03-May-2024-

samplecode/03-May-2024-19,95615,498

src/03-May-2024-301,943227,700

tests/03-May-2024-58,06346,863

third_party/03-May-2024-1,6081,084

tools/03-May-2024-33,20726,078

.gitignoreD03-May-2024242 1615

AUTHORSD03-May-2024834 2927

Android.mkD03-May-202421.2 KiB701627

CONTRIBUTINGD03-May-2024132 21

CQ_COMMITTERSD03-May-2024863 4443

CleanSpec.mkD03-May-20242.2 KiB500

DEPSD03-May-20243.3 KiB5549

DoxyfileD03-May-20241.6 KiB5845

LICENSED03-May-20241.5 KiB2827

MODULE_LICENSE_BSDD03-May-20240

MakefileD03-May-20242.9 KiB9841

NOTICED03-May-20243.4 KiB6959

OWNERSD03-May-202436 32

READMED03-May-2024170 42

README.androidD03-May-2024449 149

README.chromiumD03-May-202499 65

SKP_VERSIOND03-May-20242

codereview.settingsD03-May-2024271 87

gyp_skiaD03-May-20246.1 KiB17294

gyp_skia.pyD03-May-2024763 193

make.batD03-May-20241.1 KiB3629

make.pyD03-May-20245.4 KiB174114

skia.gypD03-May-2024525 2322

whitespace.txtD03-May-2024415 2354

README

1Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2
3See full details, and build instructions, at https://sites.google.com/site/skiadocs/home
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