From bf2a980d03db8b2e8ab6c389bb05b11d710602fa Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Tue, 17 Jul 2018 05:29:40 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: I918bfe1968085e6a61bc98e6811c51b22c4920c2 Reviewed-on: https://skia-review.googlesource.com/141721 Commit-Queue: Reviewed-by: --- site/user/api/SkCanvas_Reference.md | 2 +- site/user/api/SkImageInfo_Reference.md | 6 +++--- site/user/api/SkImage_Reference.md | 4 ++-- site/user/api/SkMatrix_Reference.md | 2 +- site/user/api/SkPaint_Reference.md | 6 +++--- site/user/api/SkPath_Reference.md | 6 +++--- site/user/api/SkRect_Reference.md | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'site') diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index 75bf7645f8..d7da6132c7 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -4749,7 +4749,7 @@ error at the image edges. ### Example -
redBorder contains a black and white checkerboard bordered by red. +
redBorder contains a black and white checkerboard bordered by red. redBorder is drawn scaled by 16 on the left. The middle and right bitmaps are filtered checkerboards. Drawing the checkerboard with kStrict SrcRectConstraint shows only a blur of black and white. diff --git a/site/user/api/SkImageInfo_Reference.md b/site/user/api/SkImageInfo_Reference.md index e1642271be..0156143d67 100644 --- a/site/user/api/SkImageInfo_Reference.md +++ b/site/user/api/SkImageInfo_Reference.md @@ -690,7 +690,7 @@ draw all colors possible to a kRGB_101010x_S ### Example -
+
### See Also @@ -1469,7 +1469,7 @@ created
Image Info ### Example -
Top gradient is drawn to offScreen without Color Space. It is darker than middle +
Top gradient is drawn to offScreen without Color Space. It is darker than middle gradient, drawn to offScreen with sRGB Color Space. Bottom gradient shares bits with middle, but does not specify the Color Space in noColorSpaceBitmap. A source without Color Space is treated as sRGB; the bottom gradient is identical to the @@ -1870,7 +1870,7 @@ Returns Color Space, the range of colors. ### Example -
SkColorSpace::MakeSRGBLinear creates Color Space with linear gamma +
SkColorSpace::MakeSRGBLinear creates Color Space with linear gamma and an sRGB gamut. This Color Space gamma is not close to sRGB gamma.
diff --git a/site/user/api/SkImage_Reference.md b/site/user/api/SkImage_Reference.md index ad21311548..16fa9fb6f8 100644 --- a/site/user/api/SkImage_Reference.md +++ b/site/user/api/SkImage_Reference.md @@ -1053,7 +1053,7 @@ created Image, or nullptr ### Example -
+
### See Also @@ -2300,7 +2300,7 @@ partial or full Image, or nullptr ### Example -
+
### See Also diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md index b780eb27e1..5f5aa11e77 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -4920,7 +4920,7 @@ true if dst is equivalent to mapped
+
### See Also diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index 342579d231..3acb9303d6 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -4037,7 +4037,7 @@ Does not alter
Typeface Glyphs represented by text ### Example -
Bounds of Glyphs increase for stroked text, but text advance remains the same. +
Bounds of Glyphs increase for stroked text, but text advance remains the same. The underlines show the text advance, spaced to keep them distinct.
diff --git a/site/user/api/SkPath_Reference.md b/site/user/api/SkPath_Reference.md index 9442e4d14a..e03e5c3c3c 100644 --- a/site/user/api/SkPath_Reference.md +++ b/site/user/api/SkPath_Reference.md @@ -3698,7 +3698,7 @@ The length of Vector from (Arc sweep is always less than 180 degrees. If radius is zero, or if tangents are nearly parallel, arcTo appends Line from last Path Point to (x1, y1). @@ -5454,7 +5454,7 @@ from output. ### Example -