Brian Osman | c41f393 | 2023-06-16 15:59:40 | [diff] [blame] | 1 | Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. |
| 2 | |
| 3 | The Skia library can be found in `//third_party/skia`, and full documentation |
| 4 | is available at https://skia.org/ |
| 5 | |
| 6 | This 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 | |
| 14 | Note that Skia is used directly in many parts of the chromium codebase. |
| 15 | This directory is only concerned with code layered on Skia that will be reused |
| 16 | frequently, across multiple chromium components. |