make RRect and Oval first-class drawing primitives in SkCanvas.
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 12 Dec 2012 19:02:53 +0000 (19:02 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 12 Dec 2012 19:02:53 +0000 (19:02 +0000)
commit68d61ed83ec7b6e98e9623c2f5c9e7b1a32d25bb
tree1462843b0770736314438d38676b3dd542bd9d1a
parent8cdf0f52ff395d4053f7ed5c20861c42eba25d31
make RRect and Oval first-class drawing primitives in SkCanvas.
add RRect as a first-class clip primitive.
Review URL: https://codereview.appspot.com/6923058

git-svn-id: http://skia.googlecode.com/svn/trunk@6762 2bbb7eff-a529-9590-31e7-b0007b416f81
23 files changed:
include/core/SkCanvas.h
include/core/SkPath.h
include/core/SkPicture.h
include/core/SkRRect.h
include/utils/SkDeferredCanvas.h
include/utils/SkDumpCanvas.h
include/utils/SkNWayCanvas.h
include/utils/SkProxyCanvas.h
src/core/SkCanvas.cpp
src/core/SkPath.cpp
src/core/SkPictureFlat.h
src/core/SkPicturePlayback.cpp
src/core/SkPicturePlayback.h
src/core/SkPictureRecord.cpp
src/core/SkPictureRecord.h
src/core/SkRRect.cpp
src/pipe/SkGPipePriv.h
src/pipe/SkGPipeRead.cpp
src/pipe/SkGPipeWrite.cpp
src/utils/SkDeferredCanvas.cpp
src/utils/SkDumpCanvas.cpp
src/utils/SkNWayCanvas.cpp
src/utils/SkProxyCanvas.cpp