From d7425b58df89b1cf67cf9a8b0a055c1d071a6d88 Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Tue, 3 Jul 2018 05:29:30 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: If0d651529540b37b792a5fe2e77da1c65d9528ac Reviewed-on: https://skia-review.googlesource.com/139067 Commit-Queue: Reviewed-by: --- site/user/api/SkBitmap_Reference.md | 6 +++--- site/user/api/SkCanvas_Reference.md | 8 ++++---- site/user/api/SkIRect_Reference.md | 4 ++-- site/user/api/SkImageInfo_Reference.md | 2 +- site/user/api/SkImage_Reference.md | 2 +- site/user/api/SkMatrix_Reference.md | 6 +++--- site/user/api/SkPaint_Reference.md | 4 ++-- site/user/api/SkPath_Reference.md | 10 +++++----- site/user/api/SkPicture_Reference.md | 2 +- site/user/api/SkPixmap_Reference.md | 4 ++-- site/user/api/SkPoint_Reference.md | 6 +++--- site/user/api/SkRRect_Reference.md | 8 ++++---- site/user/api/SkRect_Reference.md | 4 ++-- site/user/api/SkSurface_Reference.md | 2 +- 14 files changed, 34 insertions(+), 34 deletions(-) (limited to 'site') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index ab1c15c1b7..61550cbed9 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -764,7 +764,7 @@ copy of src ### Example -
+
#### Example Output @@ -2674,7 +2674,7 @@ true if Image Info was set to pix ### Example -
Draw a five by five bitmap, and draw it again with a center white pixel. +
Draw a five by five bitmap, and draw it again with a center white pixel.
### See Also @@ -2954,7 +2954,7 @@ pixel origin within Pixel Ref ### Example -
+
#### Example Output diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index f19b1a688d..bbf12ba281 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -1243,7 +1243,7 @@ does not have Surface Properties, ### Example -
+
#### Example Output @@ -2684,7 +2684,7 @@ the result with Matrix. ### Example -
scale followed by translate produces different results from translate followed +
scale followed by translate produces different results from translate followed by scale. The blue stroke follows translate of (50, 50); a black @@ -6404,7 +6404,7 @@ void drawPicture(const cullRect is outside of dy is positive, IRect +
#### Example Output @@ -2277,7 +2277,7 @@ true if a and 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. diff --git a/site/user/api/SkImage_Reference.md b/site/user/api/SkImage_Reference.md index 665d0da29c..3c883961c5 100644 --- a/site/user/api/SkImage_Reference.md +++ b/site/user/api/SkImage_Reference.md @@ -2300,7 +2300,7 @@ partial or full Image, or nullptr ### Example -
+
### See Also diff --git a/site/user/api/SkMatrix_Reference.md b/site/user/api/SkMatrix_Reference.md index 0b0374e9e1..dad2ae9670 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -3203,7 +3203,7 @@ Matrix * S(sx, sy) = | D E F | | 0 sy 0 | = | D*sx E*sy F | ### 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 @@ -5645,7 +5645,7 @@ a * b = | D E F | * | M N O | = | DJ+EM+FP DK+EN+FQ DL+EO+FR | ### Example -
setPolyToPoly creates perspective matrices, one the inverse of the other. +
setPolyToPoly creates perspective matrices, one the inverse of the other. Multiplying the matrix by its inverse turns into an identity matrix.
diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index 1bff17da88..ae834cb097 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -2609,7 +2609,7 @@ Sets Alpha and RGB used when stroking and ### Example -
+
#### Example Output @@ -4477,7 +4477,7 @@ typographic height of text ### Example -
+
--- diff --git a/site/user/api/SkPath_Reference.md b/site/user/api/SkPath_Reference.md index 56b4e59477..db49eed115 100644 --- a/site/user/api/SkPath_Reference.md +++ b/site/user/api/SkPath_Reference.md @@ -2452,7 +2452,7 @@ making assignment as efficient as swap. ### Example -
+
#### Example Output @@ -2634,7 +2634,7 @@ tight bounds of curves in Path ### Example -
+
#### Example Output @@ -4566,7 +4566,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.
@@ -5570,7 +5570,7 @@ The format used for Path in memory is not guaranteed. ### Example -
+
#### Example Output @@ -5753,7 +5753,7 @@ degenerate data. ### Example -
Ignoring the actual Verbs and replacing them with Quads rounds the +
Ignoring the actual Verbs and replacing them with Quads rounds the path of the glyph.
diff --git a/site/user/api/SkPicture_Reference.md b/site/user/api/SkPicture_Reference.md index 49a5dcf019..c904aedb18 100644 --- a/site/user/api/SkPicture_Reference.md +++ b/site/user/api/SkPicture_Reference.md @@ -399,7 +399,7 @@ incomplete ### Example -
+
### See Also diff --git a/site/user/api/SkPixmap_Reference.md b/site/user/api/SkPixmap_Reference.md index 4a5ba1f941..e9472a9ea7 100644 --- a/site/user/api/SkPixmap_Reference.md +++ b/site/user/api/SkPixmap_Reference.md @@ -492,7 +492,7 @@ reference to ImageInfo ### Example -
+
#### Example Output @@ -1109,7 +1109,7 @@ readable unsigned 8-bit pointer to pixels ### Example -
+
#### Example Output diff --git a/site/user/api/SkPoint_Reference.md b/site/user/api/SkPoint_Reference.md index fc43037b5c..8c3b36ad79 100644 --- a/site/user/api/SkPoint_Reference.md +++ b/site/user/api/SkPoint_Reference.md @@ -379,7 +379,7 @@ Returns y-axis value of Point or Vector +
#### Example Output @@ -805,7 +805,7 @@ straight-line distance to origin ### Example -
+
### See Also @@ -1207,7 +1207,7 @@ Returns
Point multiplied by scale. ### Example -
+
### See Also diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index d3968dd87f..3c4decfbba 100644 --- a/site/user/api/SkRRect_Reference.md +++ b/site/user/api/SkRRect_Reference.md @@ -626,7 +626,7 @@ true if has identical geometry to Oval ### Example -
The first radii are scaled down proportionately until both x-axis and y-axis fit +
The first radii are scaled down proportionately until both x-axis and y-axis fit within the bounds. After scaling, x-axis radius is smaller than half the width; left round rect is not an oval. The second radii are equal to half the dimensions; right round rect is an oval. @@ -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 @@ -1042,7 +1042,7 @@ Otherwise, sets to
kSimple Type. ### Example -
+
### See Also @@ -1292,7 +1292,7 @@ bounding box ### Example -
+
### See Also diff --git a/site/user/api/SkRect_Reference.md b/site/user/api/SkRect_Reference.md index 651d66b28b..e9e55d52bc 100644 --- a/site/user/api/SkRect_Reference.md +++ b/site/user/api/SkRect_Reference.md @@ -1171,7 +1171,7 @@ and sort to reverse fTop a ### Example -