aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScanPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkScanPriv.h')
-rw-r--r--src/core/SkScanPriv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkScanPriv.h b/src/core/SkScanPriv.h
index 4c237e004b..606929dcdd 100644
--- a/src/core/SkScanPriv.h
+++ b/src/core/SkScanPriv.h
@@ -34,10 +34,6 @@ void sk_fill_path(const SkPath& path, const SkIRect& clipRect,
SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
bool pathContainedInClip);
-void aaa_fill_path(const SkPath& path, const SkIRect& clipRect, AdditiveBlitter*,
- int start_y, int stop_y, bool pathContainedInClip, bool isUsingMask,
- bool forceRLE);
-
// blit the rects above and below avoid, clipped to clip
void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);