aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPaint_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkPaint_Reference.bmh')
-rw-r--r--docs/SkPaint_Reference.bmh10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index 99873ee72b..21521af798 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -3226,6 +3226,11 @@ Mask_Filter.
#Example
#ToDo explain why the two draws are so different ##
+ #Function
+ ###$
+ #include "SkBlurImageFilter.h"
+ $$$#
+ ##
void draw(SkCanvas* canvas) {
SkPaint paint;
paint.setStyle(SkPaint::kStroke_Style);
@@ -3252,6 +3257,11 @@ Mask_Filter.
#Return Image_Filter if previously set, nullptr otherwise ##
#Example
+ #Function
+ ###$
+ #include "SkBlurImageFilter.h"
+ $$$#
+ ##
void draw(SkCanvas* canvas) {
SkPaint paint;
SkDebugf("nullptr %c= image filter\n", paint.getImageFilter() ? '!' : '=');