@@ -3,33 +3,30 @@ API Reference and Overview
33
44Skia documentation is actively under development.
55
6- Full references with examples are available for:
7-
8- * [ SkAutoCanvasRestore] ( /user/api/SkAutoCanvasRestore_Reference ) - Canvas save stack manager
9- * [ SkBitmap] ( /user/api/SkBitmap_Reference ) - two-dimensional raster pixel array
10- * [ SkBlendMode] ( /user/api/SkBlendMode_Reference ) - pixel color arithmetic
11- * [ SkCanvas] ( /user/api/SkCanvas_Reference ) - drawing context
12- * [ SkColor] ( /user/api/SkColor_Reference ) - color encoding using integer numbers
13- * [ SkColor4f] ( /user/api/SkColor4f_Reference ) - color encoding using floating point numbers
14- * [ SkFont] ( /user/api/SkFont_Reference ) - text style and typeface
15- * [ SkImage] ( /user/api/SkImage_Reference ) - two dimensional array of pixels to draw
16- * [ SkImageInfo] ( /user/api/SkImageInfo_Reference ) - pixel dimensions and characteristics
17- * [ SkIPoint] ( /user/api/SkIPoint_Reference ) - two integer coordinates
18- * [ SkIRect] ( /user/api/SkIRect_Reference ) - integer rectangle
19- * [ SkMatrix] ( /user/api/SkMatrix_Reference ) - 3x3 transformation matrix
20- * [ SkPaint] ( /user/api/SkPaint_Reference ) - color, stroke, font, effects
21- * [ SkPath] ( /user/api/SkPath_Reference ) - sequence of connected lines and curves
22- * [ SkPicture] ( /user/api/SkPicture_Reference ) - sequence of drawing commands
23- * [ SkPixmap] ( /user/api/SkPixmap_Reference ) - pixel map: image info and pixel address
24- * [ SkPoint] ( /user/api/SkPoint_Reference ) - two floating point coordinates
25- * [ SkRRect] ( /user/api/SkRRect_Reference ) - floating point rounded rectangle
26- * [ SkRect] ( /user/api/SkRect_Reference ) - floating point rectangle
27- * [ SkRegion] ( /user/api/SkRegion_Reference ) - compressed clipping mask
28- * [ SkSurface] ( /user/api/SkSurface_Reference ) - drawing destination
29- * [ SkTextBlob] ( /user/api/SkTextBlob_Reference ) - runs of glyphs
30- * [ SkTextBlobBuilder] ( /user/api/SkTextBlobBuilder_Reference ) - constructor for runs of glyphs
31-
32- Check out [ a graphical overview of examples] ( api/catalog.htm )
6+ Some key classes are:
7+
8+ * [ SkAutoCanvasRestore] ( https://api.skia.org/classSkAutoCanvasRestore.html#details ) - Canvas save stack manager
9+ * [ SkBitmap] ( https://api.skia.org/classSkBitmap.html#details ) - two-dimensional raster pixel array
10+ * [ SkBlendMode] ( https://api.skia.org/SkBlendMode_8h.html ) - pixel color arithmetic
11+ * [ SkCanvas] ( https://api.skia.org/classSkCanvas.html#details ) - drawing context
12+ * [ SkColor] ( https://api.skia.org/SkColor_8h.html ) - color encoding using integer numbers
13+ * [ SkFont] ( https://api.skia.org/classSkFont.html#details ) - text style and typeface
14+ * [ SkImage] ( https://api.skia.org/classSkImage.html#details ) - two dimensional array of pixels to draw
15+ * [ SkImageInfo] ( https://api.skia.org/structSkImageInfo.html#details ) - pixel dimensions and characteristics
16+ * [ SkIPoint] ( https://api.skia.org/structSkIPoint.html#details ) - two integer coordinates
17+ * [ SkIRect] ( https://api.skia.org/structSkIRect.html#details ) - integer rectangle
18+ * [ SkMatrix] ( https://api.skia.org/classSkMatrix.html#details ) - 3x3 transformation matrix
19+ * [ SkPaint] ( https://api.skia.org/classSkPaint.html#details ) - color, stroke, font, effects
20+ * [ SkPath] ( https://api.skia.org/classSkPath.html#details ) - sequence of connected lines and curves
21+ * [ SkPicture] ( https://api.skia.org/classSkPicture.html#details ) - sequence of drawing commands
22+ * [ SkPixmap] ( https://api.skia.org/classSkPixmap.html#details ) - pixel map: image info and pixel address
23+ * [ SkPoint] ( https://api.skia.org/structSkPoint.html#details ) - two floating point coordinates
24+ * [ SkRRect] ( https://api.skia.org/classSkRRect.html#details ) - floating point rounded rectangle
25+ * [ SkRect] ( https://api.skia.org/structSkRect.html#details ) - floating point rectangle
26+ * [ SkRegion] ( https://api.skia.org/classSkRegion.html#details ) - compressed clipping mask
27+ * [ SkSurface] ( https://api.skia.org/classSkSurface.html#details ) - drawing destination
28+ * [ SkTextBlob] ( https://api.skia.org/classSkTextBlob.html#details ) - runs of glyphs
29+ * [ SkTextBlobBuilder] ( https://api.skia.org/classSkTextBlobBuilder.html#details ) - constructor for runs of glyphs
3330
3431All public APIs are indexed by Doxygen.
3532
0 commit comments