From dd962a95c5f21cba18a8ef90f2a6f974e2968142 Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Sat, 7 Jul 2018 05:34:31 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: I8bf0dccafeaeffbeb2f477229d2bef691e9b5fe9 Reviewed-on: https://skia-review.googlesource.com/139532 Reviewed-by: Commit-Queue: --- site/user/api/SkBitmap_Reference.md | 2 +- site/user/api/SkBlendMode_Reference.md | 2 +- site/user/api/SkCanvas_Reference.md | 12 ++++++------ site/user/api/SkColor4f_Reference.md | 4 ++-- site/user/api/SkColor_Reference.md | 6 +++--- site/user/api/SkIPoint_Reference.md | 2 +- site/user/api/SkIRect_Reference.md | 10 +++++----- site/user/api/SkImageInfo_Reference.md | 8 ++++---- site/user/api/SkImage_Reference.md | 10 +++++----- site/user/api/SkMatrix_Reference.md | 10 +++++----- site/user/api/SkPaint_Reference.md | 6 +++--- site/user/api/SkPath_Reference.md | 18 +++++++++--------- site/user/api/SkPicture_Reference.md | 2 +- site/user/api/SkPoint_Reference.md | 6 +++--- site/user/api/SkRRect_Reference.md | 2 +- site/user/api/SkRect_Reference.md | 12 ++++++------ site/user/api/SkSurface_Reference.md | 2 +- 17 files changed, 57 insertions(+), 57 deletions(-) (limited to 'site') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index 61550cbed9..17442cce9f 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -1419,7 +1419,7 @@ true if no Pixel Ref is associated ### Example -
+
#### Example Output diff --git a/site/user/api/SkBlendMode_Reference.md b/site/user/api/SkBlendMode_Reference.md index 80e98b474f..9aa5bc7ec4 100644 --- a/site/user/api/SkBlendMode_Reference.md +++ b/site/user/api/SkBlendMode_Reference.md @@ -241,7 +241,7 @@ Modes SkBlendMode::kHue, SkBlendMode::kLuminosity convert source and destination pixels using all components color information, using non-separable blend modes . -![Color_Blends](https://fiddle.skia.org/i/03710c1770728da885fa4ac24a19d5d1_raster.png "") +![Color_Blends](https://fiddle.skia.org/i/a18bc2e3607ac3a8e438bcb61fb13130_raster.png "") ## Enum SkBlendMode diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index 072a615f68..57d79de4f5 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -2138,7 +2138,7 @@ depth of saved stack ### Example -
Rectangles are blurred by Image Filter when restore draws Layer to main Canvas. +
Rectangles are blurred by Image Filter when restore draws Layer to main Canvas. The red rectangle is clipped; it does not fully fit on Layer. Image Filter blurs past edge of Layer so red rectangle is blurred on all sides.
@@ -2835,7 +2835,7 @@ the result with Matrix. ### Example -
Black text mimics an oblique text style by using a negative skew on x-axis +
Black text mimics an oblique text style by using a negative skew on x-axis that shifts the geometry to the right as the y-axis values decrease. Red text uses a positive skew on y-axis to shift the geometry down as the x-axis values increase. @@ -3960,7 +3960,7 @@ draw the array of points as a open polygon ### Example -
The upper left corner shows three squares when drawn as points. +
The upper left corner shows three squares when drawn as points. The upper right corner shows one line; when drawn as lines, two points are required per line. The lower right corner shows two lines; when draw as polygon, no miter is drawn at the corner. The lower left corner shows two lines with a miter when path contains polygon. @@ -4187,7 +4187,7 @@ In paint: Paint Stroke Width desc ### Example -
+
### See Also @@ -5747,7 +5747,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 are scaled if needed to take up the remaining space; the center is transparent. diff --git a/site/user/api/SkColor4f_Reference.md b/site/user/api/SkColor4f_Reference.md index 569236ad27..d5bd9a2c91 100644 --- a/site/user/api/SkColor4f_Reference.md +++ b/site/user/api/SkColor4f_Reference.md @@ -167,7 +167,7 @@ true if Color4f equals a. Alpha component of
+
### See Also @@ -868,7 +868,7 @@ ARGB equivalent to
HSV ### Example -
+
### See Also @@ -954,7 +954,7 @@ Returns a SkPMColor ### Example -
+
### See Also diff --git a/site/user/api/SkIPoint_Reference.md b/site/user/api/SkIPoint_Reference.md index f3e43231f4..b84ba84b09 100644 --- a/site/user/api/SkIPoint_Reference.md +++ b/site/user/api/SkIPoint_Reference.md @@ -357,7 +357,7 @@ Sets fX to x and fY to y. ### Example -
+
#### Example Output diff --git a/site/user/api/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md index c46288bfc1..af8b76e87a 100644 --- a/site/user/api/SkIRect_Reference.md +++ b/site/user/api/SkIRect_Reference.md @@ -486,7 +486,7 @@ bounds (0, 0, size.width, size.sort to reverse fTop ### Example -
+
#### Example Output @@ -1010,7 +1010,7 @@ or if result fits in 32-bit signed integer; result may be negative. ### Example -
+
#### Example Output @@ -1330,7 +1330,7 @@ top and bottom are not sorted; top is not necessarily less than bottom. ### Example -
+
#### Example Output @@ -1378,7 +1378,7 @@ width or height may be negative. ### Example -
+
#### Example Output diff --git a/site/user/api/SkImageInfo_Reference.md b/site/user/api/SkImageInfo_Reference.md index 36a575d43f..3c796bc9e9 100644 --- a/site/user/api/SkImageInfo_Reference.md +++ b/site/user/api/SkImageInfo_Reference.md @@ -246,7 +246,7 @@ results are undefined. ### Example -
SkPreMultiplyARGB parameter a is set to 255, its maximum value, and is interpreted +
SkPreMultiplyARGB parameter a is set to 255, its maximum value, and is interpreted as Color Alpha of 1.0. kOpaque_SkAlphaType may be set to improve performance. If SkPreMultiplyARGB parameter a is set to a value smaller than 255, kPremul_SkAlphaType must be used instead to avoid undefined results. @@ -841,7 +841,7 @@ true if Color Alpha is always set to 1.0 ### Example - +
### See Also @@ -1820,7 +1820,7 @@ true if
Image is a GPU T ### Example -
+
### See Also @@ -2188,7 +2188,7 @@ encoded
Image, or nullptr ### Example -
+
### See Also @@ -2300,7 +2300,7 @@ partial or full Image, or nullptr ### Example -
+
### See Also @@ -2582,7 +2582,7 @@ true if Bitmap was created ### Example -
+
### See Also diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md index d336e4aa7f..d12d7bb9fc 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -2228,7 +2228,7 @@ defined. Safer than operator[]; internal cache is always maintained. ### Example -
+
#### Example Output @@ -3316,7 +3316,7 @@ Matrix * R(degrees, px, py) = | D E F | | s c 0 | = | Dc+Es -Ds+Ec F | ### Example -
+
### See Also @@ -4240,7 +4240,7 @@ Affine 3x2 matrices in column major order are used by OpenGL and XPS. ### Example -
+
#### Example Output @@ -4981,7 +4981,7 @@ mapped bounds ### Example -
+
### See Also @@ -5667,7 +5667,7 @@ modifications to Matrix element reference returned by +
#### Example Output diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index 06b6eb4335..e53817ec0b 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -1232,7 +1232,7 @@ true if Paint pair are not equivalent ### Example -
+
#### Example Output @@ -3071,7 +3071,7 @@ Has no effect if miter is less than ### Example -
+
#### Example Output @@ -4064,7 +4064,7 @@ Increases Typeface ft is legal, values outside of
If empty Path is set to inverse FillType, it fills all pixels. +
If empty Path is set to inverse FillType, it fills all pixels.
### See Also @@ -1757,7 +1757,7 @@ true if Path contains only
Draw rounded rectangle and its bounds. +
Draw rounded rectangle and its bounds.
### See Also @@ -2037,7 +2037,7 @@ true if
Line is degenerate; its length is effect ### Example -
As single precision floats, 100 and 100.000001 have the same bit representation, +
As single precision floats, 100 and 100.000001 have the same bit representation, and are exactly equal. 100 and 100.0001 have different bit representations, and are not exactly equal, but are nearly equal.
@@ -3017,7 +3017,7 @@ Adds Line from Last Point< ### Example -
+
### See Also @@ -3314,7 +3314,7 @@ If
w is not finite, appends Arc begins at top of Oval pair and ends at bottom. Arc can take four routes to get there. +
Arc begins at top of Oval pair and ends at bottom. Arc can take four routes to get there. Two routes are large, and two routes are counterclockwise. The one route both large and counterclockwise is blue.
@@ -4911,7 +4911,7 @@ added unaltered. If mode is Path contains no +
#### Example Output diff --git a/site/user/api/SkPicture_Reference.md b/site/user/api/SkPicture_Reference.md index 2cb60e64ef..c904aedb18 100644 --- a/site/user/api/SkPicture_Reference.md +++ b/site/user/api/SkPicture_Reference.md @@ -324,7 +324,7 @@ incomplete ### Example -
+
### See Also diff --git a/site/user/api/SkPoint_Reference.md b/site/user/api/SkPoint_Reference.md index 996701d827..447ce43fb6 100644 --- a/site/user/api/SkPoint_Reference.md +++ b/site/user/api/SkPoint_Reference.md @@ -865,7 +865,7 @@ true if (x, y) length is not zero or nearly zero ### Example -
+
### See Also @@ -1207,7 +1207,7 @@ Returns
Point multiplied by scale. ### Example -
+
### See Also @@ -1305,7 +1305,7 @@ true if Point equals (x, y) ### Example -
+
#### Example Output diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index ccf80396d2..c2f16d38ab 100644 --- a/site/user/api/SkRRect_Reference.md +++ b/site/user/api/SkRRect_Reference.md @@ -1093,7 +1093,7 @@ four edge patches, and four corner patches. ### Example -
+
### See Also diff --git a/site/user/api/SkRect_Reference.md b/site/user/api/SkRect_Reference.md index 026bd75b4a..93b399ea81 100644 --- a/site/user/api/SkRect_Reference.md +++ b/site/user/api/SkRect_Reference.md @@ -1307,7 +1307,7 @@ midpoint in y ### Example -
+
#### Example Output @@ -1642,7 +1642,7 @@ contains infinity or NaN, all Rect dimensions are set to NaN ### Example -
+
### See Also @@ -2015,7 +2015,7 @@ top and bottom are not sorted; top is not necessarily less than bottom. ### Example -
+
#### Example Output @@ -2985,7 +2985,7 @@ Has no effect if r is empty. Otherwise, if +
#### Example Output @@ -3062,7 +3062,7 @@ May produce incorrect results if Rect or Rect is not sorted, first result is not useful. +
Since Rect is not sorted, first result is not useful.
#### Example Output @@ -3380,7 +3380,7 @@ sorted Rect ### Example -
+
#### Example Output diff --git a/site/user/api/SkSurface_Reference.md b/site/user/api/SkSurface_Reference.md index 387c6cbae6..bf8011324a 100644 --- a/site/user/api/SkSurface_Reference.md +++ b/site/user/api/SkSurface_Reference.md @@ -1459,7 +1459,7 @@ are not captured. Image allocation is acco ### Example -
+
### See Also -- cgit v1.2.3