From b95bbba308b98e870a97ecb17c154e1886cef2bb Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Fri, 6 Jul 2018 05:23:23 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: Ibd5e45e17c95567b05541d5ca1188840d6351f23 Reviewed-on: https://skia-review.googlesource.com/139464 Commit-Queue: Reviewed-by: --- site/user/api/SkBitmap_Reference.md | 2 +- site/user/api/SkCanvas_Reference.md | 14 +++++++------- site/user/api/SkColor_Reference.md | 6 +++--- site/user/api/SkIRect_Reference.md | 6 +++--- site/user/api/SkImageInfo_Reference.md | 10 +++++----- site/user/api/SkImage_Reference.md | 8 ++++---- site/user/api/SkMatrix_Reference.md | 16 ++++++++-------- site/user/api/SkPaint_Reference.md | 14 +++++++------- site/user/api/SkPath_Reference.md | 26 +++++++++++++------------- site/user/api/SkPicture_Reference.md | 4 ++-- site/user/api/SkPixmap_Reference.md | 2 +- site/user/api/SkPoint_Reference.md | 2 +- site/user/api/SkRRect_Reference.md | 2 +- site/user/api/SkRect_Reference.md | 10 +++++----- site/user/api/SkSurface_Reference.md | 2 +- 15 files changed, 62 insertions(+), 62 deletions(-) (limited to 'site') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index 038ab308cd..61550cbed9 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -1299,7 +1299,7 @@ maximum pixels per row ### Example -
+
#### Example Output diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index 4bdf86d0cf..072a615f68 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -838,7 +838,7 @@ storage of Raster Surface ### Example -
The actual output depends on the installed fonts. +
The actual output depends on the installed fonts.
#### Example Output @@ -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.
@@ -2422,7 +2422,7 @@ contents of the previous Layer. ### Example -
Canvas Layer captures a red Anti Aliased circle and a blue Aliased circle scaled +
Canvas Layer captures a red Anti Aliased circle and a blue Aliased circle scaled up by four. After drawing another red circle without scaling on top, the Layer is transferred to the main canvas.
@@ -2543,7 +2543,7 @@ may be nullptr ### Example -
+
#### Example Output @@ -3019,7 +3019,7 @@ before it is combined with Clip. ### Example -
+
### See Also @@ -4187,7 +4187,7 @@ In paint: 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/SkColor_Reference.md b/site/user/api/SkColor_Reference.md index 0c600c9aea..cf1b7dcfa9 100644 --- a/site/user/api/SkColor_Reference.md +++ b/site/user/api/SkColor_Reference.md @@ -396,7 +396,7 @@ blue byte ### Example -
+
### See Also @@ -428,7 +428,7 @@ from a. Alpha component of
+
### See Also @@ -954,7 +954,7 @@ Returns
a SkPMColor ### Example -
+
### See Also diff --git a/site/user/api/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md index 06e581f015..c46288bfc1 100644 --- a/site/user/api/SkIRect_Reference.md +++ b/site/user/api/SkIRect_Reference.md @@ -713,7 +713,7 @@ and 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 @@ -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 42727edd95..36a575d43f 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. @@ -760,7 +760,7 @@ Each component encodes a floating point value using Transfer Mode. -![Color_Type_RGBA_F32](https://fiddle.skia.org/i/812cf26d91b1cdcd2c6b9438a8172518_raster.png "") +![Color_Type_RGBA_F32](https://fiddle.skia.org/i/b26119f9312d5f5d4011bf2dac94fafe_raster.png "") If paired with kPremul_SkAlphaType: blue, green, and red components are Premultiplied by the alpha value. If blue, green, or red is greater than alpha, @@ -1380,7 +1380,7 @@ created Image Info ### Example -
+
### See Also @@ -2163,7 +2163,7 @@ created Image Info ### Example -
+
### See Also @@ -2493,7 +2493,7 @@ true if Image Info is not equal to Image, or nullptr ### Example -
+
### See Also @@ -1540,7 +1540,7 @@ is drawn, depending on the capabilities of the 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 4b20b26c95..d336e4aa7f 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -895,7 +895,7 @@ set if Matrix has perspective ### Example -
+
#### Example Output @@ -2316,7 +2316,7 @@ Sets vertical skew factor. ### Example -
+
### See Also @@ -2342,7 +2342,7 @@ Sets horizontal skew factor. ### Example -
+
### See Also @@ -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 @@ -4633,7 +4633,7 @@ Matrix * pt = |D E F| |y| = |Ax+By+C Dx+Ey+F Gx+Hy+I| = ------- , ------- ### Example -
+
### See Also @@ -5266,7 +5266,7 @@ true if Matrix a ### Example -
+
#### Example Output @@ -5588,7 +5588,7 @@ const invalid Matrix ### Example -
+
#### Example Output diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index 168c3dbc57..06b6eb4335 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -1671,7 +1671,7 @@ Equivalent to getFlags masked with kAntiAlias Flag if Hairline, greater than zero for pen thick ### Example -
+
#### Example Output @@ -3071,7 +3071,7 @@ Has no effect if miter is less than ### Example -
+
#### Example Output @@ -3844,7 +3844,7 @@ Does not alter Path Effect Image Filter
Convert UTF-8 text to glyphs; then convert glyphs to Unichar code points. +
Convert UTF-8 text to glyphs; then convert glyphs to Unichar code points.
--- diff --git a/site/user/api/SkPath_Reference.md b/site/user/api/SkPath_Reference.md index ea719d6030..eed63c349e 100644 --- a/site/user/api/SkPath_Reference.md +++ b/site/user/api/SkPath_Reference.md @@ -62,7 +62,7 @@ remains open. An open Contour, stroked, draws Path is drawn stroked, with an open Contour and a closed Contour. +
Path is drawn stroked, with an open Contour and a closed Contour.
## Contour Zero Length @@ -1458,7 +1458,7 @@ that 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 @@ -1518,7 +1518,7 @@ unmodified by the original FillType. ### Example -
Path drawn normally and through its inverse touches every pixel once. +
Path drawn normally and through its inverse touches every pixel once.
### See Also @@ -1939,7 +1939,7 @@ true if caller will alter Path after drawing ### Example -
+
#### Example Output @@ -2409,7 +2409,7 @@ the actual number of verbs in the path ### Example -
+
#### Example Output @@ -2988,7 +2988,7 @@ Adds Line from Last Point< ### Example -
+
### See Also @@ -3017,7 +3017,7 @@ Adds
Line from Last Point< ### Example -
+
### See Also @@ -3068,7 +3068,7 @@ and then curves to an end
Point. ### Example -
+
Quad is a special case of Conic where Conic Weight is set to one. @@ -3694,7 +3694,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). @@ -3830,7 +3830,7 @@ larger of Arc pair ### Example -
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.
@@ -4791,7 +4791,7 @@ Has no effect if count is less than one. ### Example -
+
### See Also @@ -5067,7 +5067,7 @@ Offset Point Array by ( ### Example -
+
### See Also @@ -5322,7 +5322,7 @@ Returns zero if
Path contains no +
#### Example Output diff --git a/site/user/api/SkPicture_Reference.md b/site/user/api/SkPicture_Reference.md index 7eda5099f7..2cb60e64ef 100644 --- a/site/user/api/SkPicture_Reference.md +++ b/site/user/api/SkPicture_Reference.md @@ -189,7 +189,7 @@ incomplete ### Example -
+
### See Also @@ -324,7 +324,7 @@ incomplete ### Example -
+
### See Also diff --git a/site/user/api/SkPixmap_Reference.md b/site/user/api/SkPixmap_Reference.md index 01ad9d8895..4a5ba1f941 100644 --- a/site/user/api/SkPixmap_Reference.md +++ b/site/user/api/SkPixmap_Reference.md @@ -694,7 +694,7 @@ Returns
Alpha Type, one of: +
#### Example Output diff --git a/site/user/api/SkPoint_Reference.md b/site/user/api/SkPoint_Reference.md index e35801822d..996701d827 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 diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index c2f16d38ab..ccf80396d2 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 10c5bcd54f..026bd75b4a 100644 --- a/site/user/api/SkRect_Reference.md +++ b/site/user/api/SkRect_Reference.md @@ -473,7 +473,7 @@ bounds (0, 0, 0, 0) ### Example -
+
#### Example Output @@ -1105,7 +1105,7 @@ and sort to reverse fTop a ### Example -
+
#### Example Output @@ -1307,7 +1307,7 @@ midpoint in y ### Example -
+
#### Example Output @@ -2428,7 +2428,7 @@ If dy is negative, makes Rect +
#### 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 diff --git a/site/user/api/SkSurface_Reference.md b/site/user/api/SkSurface_Reference.md index 0d48908e4a..387c6cbae6 100644 --- a/site/user/api/SkSurface_Reference.md +++ b/site/user/api/SkSurface_Reference.md @@ -1856,7 +1856,7 @@ converting to Surface colorType() and ### Example -
+
### See Also -- cgit v1.2.3