Name Date Size #Lines LOC

..--

DATA/skia_resources/H25-Apr-2025-

android/include/config/H25-Apr-2025-12593

bazel/H25-Apr-2025-29,12426,110

bench/H25-Apr-2025-30,49425,114

bin/H25-Apr-2025-773514

build/fuchsia/H25-Apr-2025-831635

build_overrides/H25-Apr-2025-178140

client_utils/android/H25-Apr-2025-609360

demos.skia.org/H25-Apr-2025-3,5272,979

dm/H25-Apr-2025-5,4844,233

docker/H25-Apr-2025-465322

docs/examples/H25-Apr-2025-24,00419,852

example/H25-Apr-2025-1,9601,538

experimental/H25-Apr-2025-13,84511,750

fuzz/H25-Apr-2025-7,9756,296

gm/H25-Apr-2025-78,74559,992

gn/H25-Apr-2025-10,4959,250

include/H25-Apr-2025-74,38939,804

infra/H25-Apr-2025-167,260158,628

linux/include/config/H25-Apr-2025-9872

mac/include/config/H25-Apr-2025-10275

modules/H25-Apr-2025-167,977135,555

platform_tools/H25-Apr-2025-11,7037,311

relnotes/H25-Apr-2025-8562

renderengine/include/config/H25-Apr-2025-6145

resources/H25-Apr-2025-293,738289,484

site/H25-Apr-2025-227,867220,948

skqp/include/config/H25-Apr-2025-13197

specs/H25-Apr-2025-261202

src/H25-Apr-2025-604,038447,741

tests/H25-Apr-2025-388,884344,413

third_party/H25-Apr-2025-8,9535,928

toolchain/H25-Apr-2025-4,8994,276

tools/H25-Apr-2025-138,637113,535

vma_android/H25-Apr-2025-19,57912,825

win/include/config/H25-Apr-2025-9872

.bazelignoreH A D25-Apr-202524 21

.bazelprojectH A D25-Apr-2025451 2017

.bazelrcH A D25-Apr-20257.4 KiB140116

.bazelversionH A D25-Apr-20256 21

.clang-formatH A D25-Apr-20256.4 KiB208205

.clang-tidyH A D25-Apr-2025909 2827

.gitignoreH A D25-Apr-20251.2 KiB6859

.gnH A D25-Apr-2025211 108

.vpython3H A D25-Apr-202523 21

AUTHORSH A D25-Apr-20254.3 KiB123120

Android.bpH A D25-Apr-2025214.5 KiB5,3865,342

BUILD.bazelH A D25-Apr-20259.9 KiB412341

BUILD.gnH A D25-Apr-202598.6 KiB3,6323,324

CONTRIBUTINGH A D25-Apr-202586 21

CQ_COMMITTERSH A D25-Apr-2025107 32

Cargo.tomlH A D25-Apr-202554 54

CleanSpec.mkH A D25-Apr-20252.2 KiB500

DEPSH A D25-Apr-20259.9 KiB115105

DIR_METADATAH A D25-Apr-202589 76

LICENSEH A D25-Apr-20251.5 KiB3024

METADATAH A D25-Apr-2025353 2019

MODULE.bazelH A D25-Apr-2025431 87

MODULE.bazel.lockH A D25-Apr-20259.3 KiB111110

MODULE_LICENSE_BSDHD25-Apr-20250

NOTICEH A D25-Apr-20253.4 KiB6959

OWNERSHD25-Apr-20252

OWNERS.androidH A D25-Apr-2025682 1715

OWNERS_build_files.androidH A D25-Apr-2025389 1110

PRESUBMIT.pyH A D25-Apr-202530 KiB788628

PRESUBMIT_test.pyH A D25-Apr-20254.3 KiB13196

PRESUBMIT_test_mocks.pyH A D25-Apr-20259.7 KiB286214

READMEH A D25-Apr-2025144 42

README.androidH A D25-Apr-2025449 149

README.chromiumH A D25-Apr-2025133 98

RELEASE_NOTES.mdH A D25-Apr-202597.6 KiB1,9081,556

TEST_MAPPINGH A D25-Apr-20251.2 KiB5352

WORKSPACE.bazelH A D25-Apr-202528.4 KiB760646

codereview.settingsH A D25-Apr-2025313 109

go.modH A D25-Apr-20255.2 KiB110105

go.sumH A D25-Apr-202544.5 KiB470469

go_repositories.bzlH A D25-Apr-202593.2 KiB2,6972,531

package-lock.jsonH A D25-Apr-202571.4 KiB2,3682,367

package.jsonH A D25-Apr-2025385 1413

requirements.txtH A D25-Apr-2025979 1310

serve-bazel-test-undeclared-outputs.shH A D25-Apr-20251.5 KiB4329

whitespace.txtH A D25-Apr-2025514 2621

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: N/A
4Revision: DEPS
5Security Critical: yes
6Shipped: yes
7License: BSD
8License File: LICENSE
9