From a717ca970b25dbe4b9450e2cae552a6cf34c771f Mon Sep 17 00:00:00 2001 From: skia-bookmaker Date: Sun, 8 Jul 2018 05:32:09 +0000 Subject: Update markdown files Automatic commit by the Housekeeper-Nightly-Bookmaker bot. TBR=rmistry@google.com NO_MERGE_BUILDS Change-Id: Ibd504c4e4658dea629ec585df6485727c1163aec Reviewed-on: https://skia-review.googlesource.com/139535 Reviewed-by: Commit-Queue: --- site/user/api/SkBitmap_Reference.md | 4 ++-- site/user/api/SkBlendMode_Reference.md | 4 ++-- site/user/api/SkCanvas_Reference.md | 10 +++++----- site/user/api/SkColor4f_Reference.md | 6 +++--- site/user/api/SkColor_Reference.md | 2 +- site/user/api/SkIPoint_Reference.md | 2 +- site/user/api/SkIRect_Reference.md | 4 ++-- site/user/api/SkImageInfo_Reference.md | 6 +++--- site/user/api/SkImage_Reference.md | 10 +++++----- site/user/api/SkMatrix_Reference.md | 10 +++++----- site/user/api/SkPaint_Reference.md | 10 +++++----- site/user/api/SkPath_Reference.md | 14 +++++++------- site/user/api/SkPixmap_Reference.md | 2 +- site/user/api/SkPoint_Reference.md | 6 +++--- site/user/api/SkRect_Reference.md | 10 +++++----- site/user/api/SkSurface_Reference.md | 6 +++--- 16 files changed, 53 insertions(+), 53 deletions(-) (limited to 'site') diff --git a/site/user/api/SkBitmap_Reference.md b/site/user/api/SkBitmap_Reference.md index 17442cce9f..355f2efb9a 100644 --- a/site/user/api/SkBitmap_Reference.md +++ b/site/user/api/SkBitmap_Reference.md @@ -1016,7 +1016,7 @@ reference to Image Info ### Example -
+
#### Example Output @@ -1419,7 +1419,7 @@ true if no Pixel Ref is associated ### Example -
+
#### Example Output diff --git a/site/user/api/SkBlendMode_Reference.md b/site/user/api/SkBlendMode_Reference.md index 9aa5bc7ec4..09cf5f1e35 100644 --- a/site/user/api/SkBlendMode_Reference.md +++ b/site/user/api/SkBlendMode_Reference.md @@ -241,7 +241,7 @@ Modes SkBlendMode::kHue, SkBlendMode::kLuminosity convert source and destination pixels using all components color information, using non-separable blend modes . -![Color_Blends](https://fiddle.skia.org/i/a18bc2e3607ac3a8e438bcb61fb13130_raster.png "") +![Color_Blends](https://fiddle.skia.org/i/03710c1770728da885fa4ac24a19d5d1_raster.png "") ## Enum SkBlendMode @@ -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 57d79de4f5..28f6808ecd 100644 --- a/site/user/api/SkCanvas_Reference.md +++ b/site/user/api/SkCanvas_Reference.md @@ -1275,7 +1275,7 @@ Returns GPU Context of the Matrix. ### Example -
Black text mimics an oblique text style by using a negative skew on x-axis +
Black text mimics an oblique text style by using a negative skew on x-axis that shifts the geometry to the right as the y-axis values decrease. Red text uses a positive skew on y-axis to shift the geometry down as the x-axis values increase. @@ -3960,7 +3960,7 @@ draw the array of points as a open polygon ### Example -
The upper left corner shows three squares when drawn as points. +
The upper left corner shows three squares when drawn as points. The upper right corner shows one line; when drawn as lines, two points are required per line. The lower right corner shows two lines; when draw as polygon, no miter is drawn at the corner. The lower left corner shows two lines with a miter when path contains polygon. @@ -4219,7 +4219,7 @@ if stroked, Paint Stroke Width desc ### Example -
+
### See Also diff --git a/site/user/api/SkColor4f_Reference.md b/site/user/api/SkColor4f_Reference.md index d5bd9a2c91..a0e61594ee 100644 --- a/site/user/api/SkColor4f_Reference.md +++ b/site/user/api/SkColor4f_Reference.md @@ -167,7 +167,7 @@ true if Color4f equals HSV ### Example -
+
### See Also diff --git a/site/user/api/SkIPoint_Reference.md b/site/user/api/SkIPoint_Reference.md index b84ba84b09..f3e43231f4 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/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md index af8b76e87a..06e581f015 100644 --- a/site/user/api/SkIRect_Reference.md +++ b/site/user/api/SkIRect_Reference.md @@ -486,7 +486,7 @@ bounds (0, 0, size.width, size.Color Alpha is always set to 1.0 ### Example -
kUnknown_SkColorType, kAlpha_8_SkColorType, kRGB_565_SkColorType, + @@ -2194,7 +2194,7 @@ created Image Info ### Example -
+
### See Also @@ -2596,7 +2596,7 @@ true if computeByteSize or Image ### Example -
+
### See Also @@ -1820,7 +1820,7 @@ true if Image is a GPU T ### Example -
+
### See Also @@ -2188,7 +2188,7 @@ encoded
Image, or nullptr ### Example -
+
### See Also @@ -2300,7 +2300,7 @@ partial or full 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 d12d7bb9fc..4731f3df5b 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 @@ -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 @@ -4981,7 +4981,7 @@ mapped bounds ### Example -
+
### See Also @@ -5667,7 +5667,7 @@ modifications to Matrix element reference returned by +
#### Example Output diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md index e53817ec0b..a905e4c910 100644 --- a/site/user/api/SkPaint_Reference.md +++ b/site/user/api/SkPaint_Reference.md @@ -1232,7 +1232,7 @@ true if Paint pair are not equivalent ### Example -
+
#### Example Output @@ -2002,7 +2002,7 @@ Returns true if Flags miter is less than ### Example -
+
#### Example Output @@ -3873,7 +3873,7 @@ Increases Path Effect Typeface Path contains only
Draw rounded rectangle and its bounds. +
Draw rounded rectangle and its bounds.
### See Also @@ -2037,7 +2037,7 @@ true if
Line is degenerate; its length is effect ### Example -
As single precision floats, 100 and 100.000001 have the same bit representation, +
As single precision floats, 100 and 100.000001 have the same bit representation, and are exactly equal. 100 and 100.0001 have different bit representations, and are not exactly equal, but are nearly equal.
@@ -2279,7 +2279,7 @@ Returns the number of points in Path. ### Example -
+
#### Example Output @@ -3314,7 +3314,7 @@ If w is not finite, appends mode is Verb from Verb Array ### Example -
+
#### Example Output diff --git a/site/user/api/SkPixmap_Reference.md b/site/user/api/SkPixmap_Reference.md index 4a5ba1f941..dc93bd86c9 100644 --- a/site/user/api/SkPixmap_Reference.md +++ b/site/user/api/SkPixmap_Reference.md @@ -963,7 +963,7 @@ true if all pixels have opaque values or p.fX ### Example -
+
#### Example Output @@ -1207,7 +1207,7 @@ Returns Point multiplied by scale. ### Example -
+
### See Also @@ -1305,7 +1305,7 @@ true if Point equals (x, y) ### Example -
+
#### Example Output diff --git a/site/user/api/SkRect_Reference.md b/site/user/api/SkRect_Reference.md index 93b399ea81..27cad36fb7 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 -
+
#### Example Output @@ -2015,7 +2015,7 @@ top and bottom are not sorted; top is not necessarily less than bottom. ### Example -
+
#### Example Output @@ -2985,7 +2985,7 @@ Has no effect if r is empty. Otherwise, if +
#### Example Output @@ -3380,7 +3380,7 @@ sorted Rect ### Example -
+
#### Example Output diff --git a/site/user/api/SkSurface_Reference.md b/site/user/api/SkSurface_Reference.md index bf8011324a..c4e1bd24f4 100644 --- a/site/user/api/SkSurface_Reference.md +++ b/site/user/api/SkSurface_Reference.md @@ -547,7 +547,7 @@ fonts; may be nullptr ### Example -
+
#### Example Output @@ -1459,7 +1459,7 @@ are not captured. Image allocation is acco ### Example -
+
### See Also @@ -1584,7 +1584,7 @@ true if Surface has direct access to pixels ### Example -
+
### See Also -- cgit v1.2.3