add SkSize for dimensions
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 13 May 2009 14:00:33 +0000 (14:00 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 13 May 2009 14:00:33 +0000 (14:00 +0000)
commitf76bacff7f66724072c67edb185abf9e3add11a0
tree122df275ab6ffea666b3bb8ebbefaeba1cbe64ef
parent25e9834c03a050afbf339f457b8c401aecb26c0b
add SkSize for dimensions
add SkShape baseclass, in the hopes of having SkPicture inherit from that, and
also using shapes as the extension mechanism for things like animated-gif

git-svn-id: http://skia.googlecode.com/svn/trunk@174 2bbb7eff-a529-9590-31e7-b0007b416f81
20 files changed:
include/core/SkCanvas.h
include/core/SkShape.h [new file with mode: 0644]
include/core/SkSize.h
include/effects/SkNWayCanvas.h
include/utils/SkDumpCanvas.h
include/utils/SkProxyCanvas.h
samplecode/SampleRegion.cpp
samplecode/SampleShapes.cpp [new file with mode: 0644]
src/core/SkCanvas.cpp
src/core/SkShape.cpp [new file with mode: 0644]
src/core/core_files.mk
src/effects/SkNWayCanvas.cpp
src/shapes/SkGroupShape.cpp [new file with mode: 0644]
src/shapes/SkGroupShape.h [new file with mode: 0644]
src/shapes/SkRectShape.cpp [new file with mode: 0644]
src/shapes/SkRectShape.h [new file with mode: 0644]
src/utils/SkDumpCanvas.cpp
src/utils/SkProxyCanvas.cpp
xcode/maccore/maccore.xcodeproj/project.pbxproj
xcode/sampleapp/SampleApp.xcodeproj/project.pbxproj