From a391c72a20574053a00e05848aa7460d30d7b649 Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Mon, 9 Jul 2018 05:28:19 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: Ifb3c285af3cb518cb372d7e4d8cc893cf1fb8a9b Reviewed-on: https://skia-review.googlesource.com/139700 Commit-Queue: Reviewed-by: --- site/user/api/SkBitmap_Reference.md | 8 ++++---- site/user/api/SkBlendMode_Reference.md | 2 +- site/user/api/SkCanvas_Reference.md | 20 ++++++++++---------- site/user/api/SkColor4f_Reference.md | 4 ++-- site/user/api/SkColor_Reference.md | 4 ++-- site/user/api/SkIPoint_Reference.md | 2 +- site/user/api/SkImage_Reference.md | 4 ++-- site/user/api/SkMatrix_Reference.md | 12 ++++++------ site/user/api/SkPaint_Reference.md | 20 ++++++++++---------- site/user/api/SkPath_Reference.md | 10 +++++----- 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 | 4 ++-- 15 files changed, 53 insertions(+), 53 deletions(-) (limited to 'site/user') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index 355f2efb9a..9eeafeccd3 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 @@ -1016,7 +1016,7 @@ reference to Image Info ### Example -
+
#### Example Output @@ -1382,7 +1382,7 @@ true if dimensions do not enclose area ### Example -
+
#### Example Output @@ -2924,7 +2924,7 @@ If Pixel Ref has not been set, returns null ### Example -
+
### See Also diff --git a/site/user/api/SkBlendMode_Reference.md b/site/user/api/SkBlendMode_Reference.md index 09cf5f1e35..80e98b474f 100644 --- a/site/user/api/SkBlendMode_Reference.md +++ b/site/user/api/SkBlendMode_Reference.md @@ -883,7 +883,7 @@ making destination lighter or darker, depending on source. ### Example -
+
## Soft Light diff --git a/site/user/api/SkCanvas_Reference.md b/site/user/api/SkCanvas_Reference.md index 28f6808ecd..df15f490f0 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -1047,7 +1047,7 @@ storage that can be read from and written to ### Example -
+
#### Example Output @@ -1275,7 +1275,7 @@ Returns GPU Context of the Draw to ever smaller clips; then restore drawing to full canvas. +
Draw to ever smaller clips; then restore drawing to full canvas. Note that the second clipRect is not permitted to enlarge Clip.
@@ -2019,7 +2019,7 @@ Restores state to initial values if +
#### Example Output @@ -2195,7 +2195,7 @@ depth of saved stack ### Example -
+
### See Also @@ -5184,7 +5184,7 @@ and so on; or nullptr ### Example -
The two leftmost images has four corners and sides to the left and right of center. +
The two leftmost images has four corners and sides to the left and right of center. The leftmost image scales the width of corners proportionately to fit. The third and fourth image corners are not scaled; the sides and center are scaled to fill the remaining space. @@ -6004,7 +6004,7 @@ rather than using the font advance widths. ### Example -
+
### See Also @@ -6059,7 +6059,7 @@ baseline. ### Example -
+
### See Also @@ -6315,7 +6315,7 @@ Elements of paint: Paint attributes unrelated to text, like color, have no effect on paint in allocated Text Blob. +
Paint attributes unrelated to text, like color, have no effect on paint in allocated Text Blob. Paint attributes related to text, like text size, have no effect on paint passed to drawTextBlob.
@@ -6347,7 +6347,7 @@ void drawPicture(const HTML Fuchsi ### Example -
+
### See Also @@ -798,7 +798,7 @@ Converts RGB to its
HSV components. ### Example -
+
### See Also diff --git a/site/user/api/SkIPoint_Reference.md b/site/user/api/SkIPoint_Reference.md index f3e43231f4..ee8cbc2ecf 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/SkImage_Reference.md b/site/user/api/SkImage_Reference.md index a43aadedec..0a5a796e3d 100644 --- a/site/user/api/SkImage_Reference.md +++ b/site/user/api/SkImage_Reference.md @@ -1382,7 +1382,7 @@ pixel height in Image ### Example -
+
### See Also @@ -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 4731f3df5b..47cf9d13f4 100644 --- a/site/user/api/SkMatrix_Reference.md +++ b/site/user/api/SkMatrix_Reference.md @@ -1044,7 +1044,7 @@ other bits are set. ### Example -
+
#### Example Output @@ -2228,7 +2228,7 @@ defined. Safer than operator[]; internal cache is always maintained. ### Example -
+
#### Example Output @@ -2611,7 +2611,7 @@ documentation. ### Example -
+
#### Example Output @@ -2745,7 +2745,7 @@ The pivot point is unchanged when mapped with Matrix. ### Example -
+
### See Also @@ -3097,7 +3097,7 @@ Matrix * T(dx, dy) = | D E F | | 0 1 dy | = | D E D*dx+E*dy+F | ### Example -
+
### See Also @@ -3203,7 +3203,7 @@ Matrix * S(sx, sy) = | D E F | | 0 sy 0 | = | D*sx E*sy F | ### Example -
+
### See Also diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index a905e4c910..e252cc12eb 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -2002,7 +2002,7 @@ Returns true if Flags Unpremultiplied; Reference Count by ### Example -
+
--- @@ -3873,7 +3873,7 @@ Increases Path Effect ## getTypeface @@ -4064,7 +4064,7 @@ Increases Typeface containsText returns true that glyph index is greater than zero, not +
containsText returns true that glyph index is greater than zero, not that it corresponds to an entry in Typeface.
@@ -5872,7 +5872,7 @@ number of intersections; may be zero ### Example -
Text intercepts draw on either side of, but not inside, Glyphs in a run. +
Text intercepts draw on either side of, but not inside, Glyphs in a run.
--- diff --git a/site/user/api/SkPath_Reference.md b/site/user/api/SkPath_Reference.md index 427ac1b805..73a3cdb236 100644 --- a/site/user/api/SkPath_Reference.md +++ b/site/user/api/SkPath_Reference.md @@ -837,7 +837,7 @@ for consecutive entries. ### Example -
+
#### Example Output @@ -1939,7 +1939,7 @@ true if caller will alter Path after drawing ### Example -
+
#### Example Output @@ -2279,7 +2279,7 @@ Returns the number of points in Path. ### Example -
+
#### Example Output @@ -5665,7 +5665,7 @@ non-zero, globally unique value ### Example -
+
#### Example Output @@ -6242,7 +6242,7 @@ next Verb from Verb Array ### Example -
+
#### Example Output diff --git a/site/user/api/SkPixmap_Reference.md b/site/user/api/SkPixmap_Reference.md index dc93bd86c9..de3a2b320c 100644 --- a/site/user/api/SkPixmap_Reference.md +++ b/site/user/api/SkPixmap_Reference.md @@ -762,7 +762,7 @@ true if Image Info has opaque
isOpaque ignores whether all pixels are opaque or not. +
isOpaque ignores whether all pixels are opaque or not.
#### Example Output @@ -963,7 +963,7 @@ true if all pixels have opaque values or p.fX ### Example -
+
#### Example Output diff --git a/site/user/api/SkRRect_Reference.md b/site/user/api/SkRRect_Reference.md index c2f16d38ab..aeecbcece8 100644 --- a/site/user/api/SkRRect_Reference.md +++ b/site/user/api/SkRRect_Reference.md @@ -1251,7 +1251,7 @@ x-axis and y-axis radii for one corner ### Example -
Finite values are scaled proportionately to fit; other values are set to zero. +
Finite values are scaled proportionately to fit; other values are set to zero. Scaled values cannot be larger than 25, half the bounding rect width. Small scaled values are halved to scale in proportion to the y-axis corner radius, which is twice the bounds height. diff --git a/site/user/api/SkRect_Reference.md b/site/user/api/SkRect_Reference.md index 27cad36fb7..aa4a90847b 100644 --- a/site/user/api/SkRect_Reference.md +++ b/site/user/api/SkRect_Reference.md @@ -1642,7 +1642,7 @@ contains infinity or NaN, all Rect dimensions are set to NaN ### Example -
+
### See Also @@ -1701,7 +1701,7 @@ Very large values in src may lose precision. ### Example -