From fa6ac938e64fe11b442d05fe8a90ddac2d1951f9 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 5 Oct 2011 19:57:55 +0000 Subject: Fixup rendering of empty paths (including inverted fills) Add GM and Sample that draw empty paths with various styles and fills Review URL: http://codereview.appspot.com/5185047/ git-svn-id: http://skia.googlecode.com/svn/trunk@2414 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkCanvas.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index a6c95285b6..6ca9fa08a9 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -854,6 +854,8 @@ private: const SkRect& dst, const SkPaint* paint); void internalDrawBitmapNine(const SkBitmap& bitmap, const SkIRect& center, const SkRect& dst, const SkPaint* paint); + void internalDrawPaint(const SkPaint& paint); + void drawDevice(SkDevice*, int x, int y, const SkPaint*); // shared by save() and saveLayer() -- cgit v1.2.3