blob: 5910503b2a679a1f32e66f5f3b4ce2f1d5c74f4e [file] [log] [blame] [view]
Brian Osmanc41f3932023-06-16 15:59:401Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2
3The Skia library can be found in `//third_party/skia`, and full documentation
4is available at https://skia.org/
5
6This directory includes low-level chromium utilities for interacting with Skia:
7
8* Build rules for the Skia library
9* Configuration of the library (`config/SkUserConfig.h`)
10* Serialization of Skia types (`public/mojom`)
11* Implementations of Skia interfaces for platform behavior, such as fonts and
12 memory allocation, as well as other miscellaneous utilities (`ext`).
13
14Note that Skia is used directly in many parts of the chromium codebase.
15This directory is only concerned with code layered on Skia that will be reused
16frequently, across multiple chromium components.