From e0a458f02f5344f06cce4de96a2a479e17602639 Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Mon, 16 Jul 2018 05:29:00 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: I03c2a6518b2bf7dd6972744d3184c20f513d23ed Reviewed-on: https://skia-review.googlesource.com/141446 Commit-Queue: Reviewed-by: --- site/user/api/SkBitmap_Reference.md | 8 ++++---- site/user/api/SkBlendMode_Reference.md | 4 ++-- site/user/api/SkCanvas_Reference.md | 6 +++--- site/user/api/SkIRect_Reference.md | 4 ++-- site/user/api/SkImageInfo_Reference.md | 4 ++-- site/user/api/SkImage_Reference.md | 2 +- site/user/api/SkMatrix_Reference.md | 2 +- site/user/api/SkPaint_Reference.md | 8 ++++---- site/user/api/SkPath_Reference.md | 6 +++--- site/user/api/SkPixmap_Reference.md | 8 ++++---- site/user/api/SkPoint_Reference.md | 4 ++-- site/user/api/SkRRect_Reference.md | 4 ++-- site/user/api/SkRect_Reference.md | 10 +++++----- site/user/api/SkSurface_Reference.md | 2 +- 14 files changed, 36 insertions(+), 36 deletions(-) (limited to 'site') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index 32a6d63195..5c0c878d8b 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -1120,7 +1120,7 @@ Returns Color Type, one of: +
#### Example Output @@ -1615,7 +1615,7 @@ size in bytes of image buffer ### Example -
+
#### Example Output @@ -2074,7 +2074,7 @@ true if Image Info set successful ### Example -
+
### See Also @@ -2828,7 +2828,7 @@ time by defining SK_ABORT. ### Example -
Bitmap hosts and draws gray values in set1. allocPixels replaces Pixel Ref +
Bitmap hosts and draws gray values in set1. allocPixels replaces Pixel Ref and erases it to black, but does not alter set1. setPixels replaces black Pixel Ref with set2.
diff --git a/site/user/api/SkBlendMode_Reference.md b/site/user/api/SkBlendMode_Reference.md index b00e325725..71a2cc3ad6 100644 --- a/site/user/api/SkBlendMode_Reference.md +++ b/site/user/api/SkBlendMode_Reference.md @@ -644,7 +644,7 @@ drawing destination over source. Has no effect destination if is opaque. ### Example -
+
## Src In @@ -957,7 +957,7 @@ source hue, leaving destination luminosity and saturation unchanged. ### Example -
+
## Saturation diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index ac82a5e53b..e2e48d6ee9 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -3426,7 +3426,7 @@ true if path, transformed by +
#### Example Output @@ -4459,7 +4459,7 @@ if stroked, Paint Stroke Width desc ### Example -
+
### See Also @@ -5120,7 +5120,7 @@ and so on; or nullptr ### Example -
The leftmost image is smaller than center; only corners are drawn, all scaled to fit. +
The leftmost image is smaller than center; only corners are drawn, all scaled to fit. The second image equals the size of center; only corners are drawn without scaling. The remaining images are larger than center. All corners draw without scaling. The sides and center are scaled if needed to take up the remaining space. diff --git a/site/user/api/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md index 739986a2c8..3fcda8869c 100644 --- a/site/user/api/SkIRect_Reference.md +++ b/site/user/api/SkIRect_Reference.md @@ -912,7 +912,7 @@ overflow in its calculation. ### Example -
+
#### Example Output @@ -1284,7 +1284,7 @@ top and bottom are not sorted; top is not necessarily less than bottom. ### Example -
+
#### Example Output diff --git a/site/user/api/SkImageInfo_Reference.md b/site/user/api/SkImageInfo_Reference.md index d1c6d13925..e1642271be 100644 --- a/site/user/api/SkImageInfo_Reference.md +++ b/site/user/api/SkImageInfo_Reference.md @@ -1380,7 +1380,7 @@ created Image Info ### Example -
+
### See Also @@ -1838,7 +1838,7 @@ Returns Alpha Type, one of: Image, or nullptr ### Example -
+
### See Also diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md index 785010fbee..b780eb27e1 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -1391,7 +1391,7 @@ true if Matrix only rotates, scales, translates ### Example -
Equal scale is both similar and preserves right angles. +
Equal scale is both similar and preserves right angles. Unequal scale is not similar but preserves right angles. Skews are not similar and do not preserve right angles.
diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index f1efbc7a0f..afc370784a 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -1745,7 +1745,7 @@ alternating nearby colors from pixel to pixel. ### Example -
Dithering introduces subtle adjustments to color to smooth gradients. +
Dithering introduces subtle adjustments to color to smooth gradients. Drawing the gradient repeatedly with SkBlendMode::kPlus exaggerates the dither, making it easier to see.
@@ -2036,7 +2036,7 @@ Clears kLCDRenderText Flag if +
#### Example Output @@ -3016,7 +3016,7 @@ Here are some miter limits and the angles that triggers them. ### Example -
This example draws a stroked corner and the miter length beneath. +
This example draws a stroked corner and the miter length beneath. When the miter limit is decreased slightly, the miter join is replaced by a bevel join.
@@ -3613,7 +3613,7 @@ Increments
shader dir is Path contains no +
#### Example Output @@ -5873,7 +5873,7 @@ open Contour. path +
#### Example Output diff --git a/site/user/api/SkPixmap_Reference.md b/site/user/api/SkPixmap_Reference.md index 1a97e74de5..db277f593f 100644 --- a/site/user/api/SkPixmap_Reference.md +++ b/site/user/api/SkPixmap_Reference.md @@ -332,7 +332,7 @@ memory if desired. ### Example -
+
#### Example Output @@ -1296,7 +1296,7 @@ readable unsigned 8-bit pointer to pixel at (x ### Example -
+
#### Example Output @@ -1608,7 +1608,7 @@ writable unsigned 8-bit pointer to pixels ### Example -
Altering pixels after drawing Bitmap is not guaranteed to affect subsequent +
Altering pixels after drawing Bitmap is not guaranteed to affect subsequent drawing on all platforms. Adding a second SkBitmap::installPixels after editing pixel memory is safer.
@@ -2093,7 +2093,7 @@ true if pixels are copied to dst ### Example -
+
### See Also diff --git a/site/user/api/SkPoint_Reference.md b/site/user/api/SkPoint_Reference.md index 71d7d9c424..ac3f106a9f 100644 --- a/site/user/api/SkPoint_Reference.md +++ b/site/user/api/SkPoint_Reference.md @@ -1239,7 +1239,7 @@ reference to Point ### Example -
+
### See Also @@ -1621,7 +1621,7 @@ product of input magnitudes and cosine of the angle between them ### Example -
+
### See Also diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index 9d5d6e5994..e5302e72c3 100644 --- a/site/user/api/SkRRect_Reference.md +++ b/site/user/api/SkRRect_Reference.md @@ -577,7 +577,7 @@ true if width or height
+
### See Also @@ -936,7 +936,7 @@ Otherwise, sets to
kOval Type. ### Example -
+
### See Also diff --git a/site/user/api/SkRect_Reference.md b/site/user/api/SkRect_Reference.md index c78481e62c..469980988b 100644 --- a/site/user/api/SkRect_Reference.md +++ b/site/user/api/SkRect_Reference.md @@ -1072,7 +1072,7 @@ Call sort to reverse fLeft +
#### Example Output @@ -2428,7 +2428,7 @@ If dy is negative, makes Rect +
#### Example Output @@ -2644,7 +2644,7 @@ true if r and Rect have ar ### Example -
Two SkDebugf calls are required. If the calls are combined, their arguments +
Two SkDebugf calls are required. If the calls are combined, their arguments may not be evaluated in left to right order: the printed intersection may be before or after the call to intersect.
@@ -2796,7 +2796,7 @@ true if construction and Rect have area in common ### Example -