From 44bad2e86a017fd80b5fc32e85d94a742cd5346d Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Thu, 5 Jul 2018 05:35:27 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: Iaae2223a7e928917ddfd0dc51c097ffbc986f85a Reviewed-on: https://skia-review.googlesource.com/139382 Commit-Queue: Reviewed-by: --- site/user/api/SkBitmap_Reference.md | 10 +++++----- site/user/api/SkBlendMode_Reference.md | 2 +- site/user/api/SkCanvas_Reference.md | 20 ++++++++++---------- site/user/api/SkColor_Reference.md | 2 +- site/user/api/SkIRect_Reference.md | 2 +- site/user/api/SkImageInfo_Reference.md | 12 ++++++------ site/user/api/SkImage_Reference.md | 10 +++++----- site/user/api/SkMatrix_Reference.md | 12 ++++++------ site/user/api/SkPaint_Reference.md | 30 +++++++++++++++--------------- site/user/api/SkPath_Reference.md | 28 ++++++++++++++-------------- site/user/api/SkPicture_Reference.md | 4 ++-- site/user/api/SkPixmap_Reference.md | 6 +++--- site/user/api/SkPoint_Reference.md | 2 +- site/user/api/SkRRect_Reference.md | 2 +- site/user/api/SkRect_Reference.md | 6 +++--- site/user/api/SkSurface_Reference.md | 2 +- 16 files changed, 75 insertions(+), 75 deletions(-) (limited to 'site/user') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index f042ff0f49..038ab308cd 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 @@ -1453,7 +1453,7 @@ true if drawing has no effect ### Example -
+
#### Example Output @@ -1872,7 +1872,7 @@ true if all pixels have opaque values or width and Unpremultiplied +
#### Example Output diff --git a/site/user/api/SkBlendMode_Reference.md b/site/user/api/SkBlendMode_Reference.md index 6d2b137ecd..80e98b474f 100644 --- a/site/user/api/SkBlendMode_Reference.md +++ b/site/user/api/SkBlendMode_Reference.md @@ -900,7 +900,7 @@ making destination lighter or darker, depending on source. ### Example -
+
##
Difference diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index bcf57b9310..4bdf86d0cf 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 @@ -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 @@ -2726,7 +2726,7 @@ the result with Matrix. ### Example -
+
### See Also @@ -2799,7 +2799,7 @@ transforming the result with Matrix. ### Example -
+
### See Also @@ -3019,7 +3019,7 @@ before it is combined with Clip. ### Example -
+
### See Also @@ -3049,7 +3049,7 @@ Resulting Clip is Aliased; ### Example -
+
### See Also @@ -3359,7 +3359,7 @@ Resulting Clip is Aliased; ### Example -
region is unaffected by canvas rotation; iRect is affected by canvas rotation. +
region is unaffected by canvas rotation; iRect is affected by canvas rotation. Both clips are Aliased; this is not noticeable on Region clip because it aligns to pixel boundaries.
@@ -5448,7 +5448,7 @@ and so on; or nullptr ### Example -
The two leftmost bitmap draws has four corners and sides to the left and right of center. +
The two leftmost bitmap draws has four corners and sides to the left and right of center. The leftmost bitmap draw scales the width of corners proportionately to fit. The third and fourth draw corners are not scaled; the sides and center are scaled to fill the remaining space. @@ -5686,7 +5686,7 @@ and so on; or nullptr ### Example -
The two leftmost bitmap draws has four corners and sides to the left and right of center. +
The two leftmost bitmap draws has four corners and sides to the left and right of center. The leftmost bitmap draw scales the width of corners proportionately to fit. The third and fourth draw corners are not scaled; the sides are scaled to fill the remaining space; the center is transparent. diff --git a/site/user/api/SkColor_Reference.md b/site/user/api/SkColor_Reference.md index 11920e670c..0c600c9aea 100644 --- a/site/user/api/SkColor_Reference.md +++ b/site/user/api/SkColor_Reference.md @@ -396,7 +396,7 @@ blue byte ### Example -
+
### See Also diff --git a/site/user/api/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md index 77e7a82847..06e581f015 100644 --- a/site/user/api/SkIRect_Reference.md +++ b/site/user/api/SkIRect_Reference.md @@ -845,7 +845,7 @@ and sort to reverse fTop ### Example -
+
#### Example Output diff --git a/site/user/api/SkImageInfo_Reference.md b/site/user/api/SkImageInfo_Reference.md index 0da89356c9..42727edd95 100644 --- a/site/user/api/SkImageInfo_Reference.md +++ b/site/user/api/SkImageInfo_Reference.md @@ -760,7 +760,7 @@ Each component encodes a floating point value using Transfer Mode. -![Color_Type_RGBA_F32](https://fiddle.skia.org/i/b26119f9312d5f5d4011bf2dac94fafe_raster.png "") +![Color_Type_RGBA_F32](https://fiddle.skia.org/i/812cf26d91b1cdcd2c6b9438a8172518_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 @@ -1806,7 +1806,7 @@ Returns Color Type, one of: Image Info ### Example -
+
### See Also @@ -2493,7 +2493,7 @@ true if Image Info is not equal to rowBytes is large enou ### Example -
+
#### Example Output diff --git a/site/user/api/SkImage_Reference.md b/site/user/api/SkImage_Reference.md index b4c01712d3..ffbd89e954 100644 --- a/site/user/api/SkImage_Reference.md +++ b/site/user/api/SkImage_Reference.md @@ -996,7 +996,7 @@ created Image, or nullptr ### Example -
+
### See Also @@ -1540,7 +1540,7 @@ is drawn, depending on the capabilities of the Image before 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 4c891add50..4b20b26c95 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 @@ -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 b24b5f538f..168c3dbc57 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -993,7 +993,7 @@ shallow copy of paint ### Example -
+
#### Example Output @@ -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 @@ -3360,7 +3360,7 @@ one of: kMiter Join, Path Effect Color, whil ### Example -
+
## getImageFilter @@ -4132,7 +4132,7 @@ Does not alter Image Filter textSize is not gre ### Example -
+
--- @@ -4514,7 +4514,7 @@ is not available. ### Example -
+
## getTextScaleX @@ -5317,7 +5317,7 @@ union of bounds of all Glyphs ### Example -
+
#### Example Output @@ -5505,7 +5505,7 @@ Only supported on platforms that use FreeType as the text to glyphs; then convert glyphs to Unichar code points. +
Convert UTF-8 text to glyphs; then convert glyphs to Unichar code points.
--- @@ -5970,7 +5970,7 @@ number of intersections; may be zero ### Example -
+
--- diff --git a/site/user/api/SkPath_Reference.md b/site/user/api/SkPath_Reference.md index 7d5a0f2b90..ea719d6030 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 @@ -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 @@ -2955,7 +2955,7 @@ Function name stands for "relative move to". ### Example -
+
### See Also @@ -2988,7 +2988,7 @@ Adds Line from Last Point< ### Example -
+
### See Also @@ -3052,7 +3052,7 @@ Function name stands for "relative line to". ### 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. @@ -3562,7 +3562,7 @@ Function name stands for "relative cubic to". ### Example -
+
### See Also @@ -3664,7 +3664,7 @@ of Arc. Angles greater than -360 and less than 360 are treate ### Example -
arcTo continues a previous contour when forceMoveTo is false and when Path +
arcTo continues a previous contour when forceMoveTo is false and when Path is not empty.
@@ -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). @@ -4791,7 +4791,7 @@ Has no effect if count is less than one. ### Example -
+
### See Also @@ -4974,7 +4974,7 @@ Reversed src always appends a new
+
### See Also @@ -5067,7 +5067,7 @@ Offset
Point Array by ( ### Example -
+
### See Also diff --git a/site/user/api/SkPicture_Reference.md b/site/user/api/SkPicture_Reference.md index 4c9e16d545..7eda5099f7 100644 --- a/site/user/api/SkPicture_Reference.md +++ b/site/user/api/SkPicture_Reference.md @@ -189,7 +189,7 @@ incomplete ### Example -
+
### See Also @@ -457,7 +457,7 @@ incomplete ### Example -
+
### See Also diff --git a/site/user/api/SkPixmap_Reference.md b/site/user/api/SkPixmap_Reference.md index f05c5df2c1..01ad9d8895 100644 --- a/site/user/api/SkPixmap_Reference.md +++ b/site/user/api/SkPixmap_Reference.md @@ -597,7 +597,7 @@ pixel width in
Image Info ### Example -
+
#### Example Output @@ -694,7 +694,7 @@ Returns Alpha Type, one of: +
#### Example Output @@ -963,7 +963,7 @@ true if all pixels have opaque values or fX to x, fY to y. Used ### Example -
+
#### Example Output diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index 683ce4a105..c2f16d38ab 100644 --- a/site/user/api/SkRRect_Reference.md +++ b/site/user/api/SkRRect_Reference.md @@ -821,7 +821,7 @@ corner radii to zero and sets type to kEmpty Type ### Example -
Nothing blue is drawn because rrect is set to empty. +
Nothing blue is drawn because rrect is set to empty.
### See Also diff --git a/site/user/api/SkRect_Reference.md b/site/user/api/SkRect_Reference.md index e0402bf2f6..10c5bcd54f 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 @@ -2428,7 +2428,7 @@ If dy is negative, makes Rect +
#### Example Output diff --git a/site/user/api/SkSurface_Reference.md b/site/user/api/SkSurface_Reference.md index 387c6cbae6..0d48908e4a 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