diff options
Diffstat (limited to 'include/core/SkDraw.h')
-rw-r--r-- | include/core/SkDraw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h index ae323f2..8b27618 100644 --- a/include/core/SkDraw.h +++ b/include/core/SkDraw.h @@ -35,6 +35,9 @@ public: void drawPoints(SkCanvas::PointMode, size_t count, const SkPoint[], const SkPaint&, bool forceUseDevice = false) const; void drawRect(const SkRect&, const SkPaint&) const; +#if defined(FIMG2D_ENABLED) + void drawRect_withG2D(const SkRect&, const SkPaint&) const; +#endif /** * To save on mallocs, we allow a flag that tells us that srcPath is * mutable, so that we don't have to make copies of it as we transform it. |