0
Files
src/skia
Tom Sepez 265c174a88 Suppress next batch of unsafe libc call warnings
As determined largely by buildbots, land this set before
looking for remainders.

-- Exempt one directory where re-generation of a file removed
   a suppression to avoid future problems on next regeneration.

Change-Id: Ic64fafd5afebf4d74a283c7b45beb665c3f92f8f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6383916
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Alex Gough <ajgo@chromium.org>
Owners-Override: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1437194}
2025-03-24 16:43:41 -07:00
..
2025-03-13 12:21:35 -07:00
2025-03-18 10:47:45 -07:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

The Skia library can be found in //third_party/skia, and full documentation is available at https://skia.org/

This directory includes low-level chromium utilities for interacting with Skia:

  • Build rules for the Skia library
  • Configuration of the library (config/SkUserConfig.h)
  • Serialization of Skia types (public/mojom)
  • Implementations of Skia interfaces for platform behavior, such as fonts and memory allocation, as well as other miscellaneous utilities (ext).

Note that Skia is used directly in many parts of the chromium codebase. This directory is only concerned with code layered on Skia that will be reused frequently, across multiple chromium components.