From 66dac70719096b67cb292e0352ea9e8fa94334a4 Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Wed, 18 Jul 2018 16:43:24 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: Idb5886f2b9fe43df81bf0711fc8cac0e48edf187 Reviewed-on: https://skia-review.googlesource.com/142185 Commit-Queue: Reviewed-by: --- site/user/api/SkBitmap_Reference.md | 12 ++++++------ site/user/api/SkBlendMode_Reference.md | 2 +- site/user/api/SkCanvas_Reference.md | 12 ++++++------ site/user/api/SkColor_Reference.md | 2 +- site/user/api/SkIRect_Reference.md | 2 +- site/user/api/SkImage_Reference.md | 4 ++-- site/user/api/SkMatrix_Reference.md | 6 +++--- site/user/api/SkPaint_Reference.md | 22 +++++++++++----------- site/user/api/SkPath_Reference.md | 14 +++++++------- site/user/api/SkPicture_Reference.md | 2 +- site/user/api/SkPixmap_Reference.md | 2 +- site/user/api/SkPoint_Reference.md | 6 +++--- site/user/api/SkRRect_Reference.md | 2 +- site/user/api/SkRect_Reference.md | 2 +- 14 files changed, 45 insertions(+), 45 deletions(-) (limited to 'site/user') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index b08db748e8..9b69785867 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -1615,7 +1615,7 @@ size in bytes of image buffer ### Example -
+
#### Example Output @@ -2485,7 +2485,7 @@ true if pixel storage is allocated ### Example -
+
### See Also @@ -2820,7 +2820,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.
@@ -3026,7 +3026,7 @@ The caller is responsible for ensuring that the pixels match the ### Example -
Treating 32-bit data as 8-bit data is unlikely to produce useful results. +
Treating 32-bit data as 8-bit data is unlikely to produce useful results.
### See Also @@ -3573,7 +3573,7 @@ true if dst is replaced by Alpha layer was constructed in
+
### See Also diff --git a/site/user/api/SkBlendMode_Reference.md b/site/user/api/SkBlendMode_Reference.md index b00e325725..df4789055c 100644 --- a/site/user/api/SkBlendMode_Reference.md +++ b/site/user/api/SkBlendMode_Reference.md @@ -1032,7 +1032,7 @@ C string ### Example -
+
#### Example Output diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index b44a55bd85..bba814d8e7 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -1529,7 +1529,7 @@ The copied quarter circles overdraw the original circle. ### Example -
Canvas returned by Raster Surface has Premultiplied pixel values. +
Canvas returned by Raster Surface has Premultiplied pixel values. clear takes Unpremultiplied input with Color Alpha equal 0x80 and RGB equal 0x55, 0xAA, 0xFF. RGB is multiplied by Color Alpha to generate Premultiplied value 0x802B5580. readPixels converts pixel back @@ -3462,7 +3462,7 @@ bounds of Clip in local coordinates ### Example -
Initial bounds is device bounds outset by 1 on all sides. +
Initial bounds is device bounds outset by 1 on all sides. Clipped bounds is clipPath bounds outset by 1 on all sides. Scaling the canvas by two on both axes scales the local bounds by 1/2 on both axes. @@ -6366,7 +6366,7 @@ Draws Picture cullRect is outside of
+
### See Also diff --git a/site/user/api/SkColor_Reference.md b/site/user/api/SkColor_Reference.md index cb497f6537..614e6019a3 100644 --- a/site/user/api/SkColor_Reference.md +++ b/site/user/api/SkColor_Reference.md @@ -292,7 +292,7 @@ color with opaque alpha ### Example -
+
### See Also diff --git a/site/user/api/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md index 06e581f015..0747f2c6ac 100644 --- a/site/user/api/SkIRect_Reference.md +++ b/site/user/api/SkIRect_Reference.md @@ -2416,7 +2416,7 @@ true if
a and Image, or nullptr ### Example -
+
### See Also @@ -2398,7 +2398,7 @@ Returns nullptr if copy, decode, or pixel read fails. ### Example -
+
### See Also diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md index b780eb27e1..b109840278 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 @@ -2873,7 +2873,7 @@ The pivot point is unchanged when mapped with Matrix. ### Example -
+
### See Also @@ -3574,7 +3574,7 @@ S(sx, sy, px, py) * Matrix = | 0 sy dy | | M N O | = | sy*M+dy*P sy*N+dy*Q sy*O ### Example -
+
### See Also diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index 342579d231..84e5e5d6e9 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -1031,7 +1031,7 @@ content of paint ### Example -
+
#### Example Output @@ -1272,7 +1272,7 @@ a shallow hash ### Example -
+
#### Example Output @@ -1381,7 +1381,7 @@ one of: kNo Hinting, kLinearText Flag if Alpha from the Path Effect Mask Filter Typeface Paint prevents all drawing ### Example -
+
#### Example Output diff --git a/site/user/api/SkPath_Reference.md b/site/user/api/SkPath_Reference.md index 9442e4d14a..b3918bd111 100644 --- a/site/user/api/SkPath_Reference.md +++ b/site/user/api/SkPath_Reference.md @@ -893,7 +893,7 @@ contour travels counterclockwise ### Example -
+
### See Also @@ -4004,7 +4004,7 @@ opposite the integer value of sweep;
+
### See Also @@ -4286,7 +4286,7 @@ true if
Path contains nested +
#### Example Output @@ -4570,7 +4570,7 @@ modulo 360, and Arc may or may not draw depending on numeric ### Example -
The middle row of the left and right columns draw differently from the entries +
The middle row of the left and right columns draw differently from the entries above and below because sweepAngle is outside of the range of +/-360, and startAngle modulo 90 is not zero.
@@ -5071,7 +5071,7 @@ Offsets Point Array by (
+
### See Also @@ -5205,7 +5205,7 @@ Sets
Last Point to (x
+
### See Also @@ -5574,7 +5574,7 @@ The format used for Path in memory is not guaranteed. ### Example -
+
#### Example Output diff --git a/site/user/api/SkPicture_Reference.md b/site/user/api/SkPicture_Reference.md index 1d8c1bbc84..318ca51808 100644 --- a/site/user/api/SkPicture_Reference.md +++ b/site/user/api/SkPicture_Reference.md @@ -240,7 +240,7 @@ Recreates a picture that was serialized into a Color Space in fX is zero and fY is ### Example -
+
#### Example Output @@ -776,7 +776,7 @@ straight-line distance to origin ### Example -
+
### See Also @@ -805,7 +805,7 @@ straight-line distance to origin ### Example -
+
### See Also diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index aa43f16ae5..54629b83be 100644 --- a/site/user/api/SkRRect_Reference.md +++ b/site/user/api/SkRRect_Reference.md @@ -707,7 +707,7 @@ true if not empty, Rect, Rect i ### Example -
+
#### Example Output -- cgit v1.2.3