aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPaint_Reference.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-12-15 11:21:51 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-15 16:47:08 +0000
commit0c5f54663b3080819825bd035979a82d4c5ac902 (patch)
tree9204af52a6f81b3fcbfa5751de2216292145c517 /docs/SkPaint_Reference.bmh
parent0b1df4b87a6d97d2a590b011e6d748eef3709cb4 (diff)
working on image docs
some new image work turn dos into unix linefeeds add SkBitmap::pixmap() Docs-Preview: https://skia.org/?cl=83863 TBR=caryclark@google.com Bug: skia:6898 Change-Id: I06242b4b66464814b753fe37f930baf32f79323a Reviewed-on: https://skia-review.googlesource.com/83863 Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/SkPaint_Reference.bmh')
-rw-r--r--docs/SkPaint_Reference.bmh12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index 099fe65f50..aff9a7146d 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -1,4 +1,4 @@
-#Topic Paint
+#Topic Paint
#Alias Paint_Reference
#Class SkPaint
@@ -1906,8 +1906,8 @@ on the output device, which may have more or fewer bits, and may have a differen
Unpremultiplied, packing 8-bit components for Alpha, Red, Blue, and Green.
#Param color Unpremultiplied Color_ARGB ##
-
- #Example
+
+ #Example
SkPaint green1, green2;
unsigned a = 255;
unsigned r = 0;
@@ -2598,7 +2598,7 @@ void draw(SkCanvas* canvas) {
#Method Join getStrokeJoin() const
- The geometry drawn at the corners of strokes.
+ The geometry drawn at the corners of strokes.
#Return one of: kMiter_Join, kRound_Join, kBevel_Join ##
@@ -2617,7 +2617,7 @@ void draw(SkCanvas* canvas) {
#Method void setStrokeJoin(Join join)
- The geometry drawn at the corners of strokes.
+ The geometry drawn at the corners of strokes.
#Param join one of: kMiter_Join, kRound_Join, kBevel_Join;
otherwise, has no effect
@@ -4448,7 +4448,7 @@ void draw(SkCanvas* canvas) {
dimensions required by stroking and Path_Effect.
Returns the same result as getFontMetrics.
- #Return recommended spacing between lines ##
+ #Return recommended spacing between lines ##
#Example
SkPaint paint;