API change: SkPath computeBounds -> getBounds
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 1 Apr 2009 18:31:44 +0000 (18:31 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 1 Apr 2009 18:31:44 +0000 (18:31 +0000)
commitd252db03d9650013b545ef9781fe993c07f8f314
tree85afe2a17d58115d5e62225487e27308c7ad5f82
parent6c924ad46c89955e78e071c792ef00df9910b42f
API change: SkPath computeBounds -> getBounds

git-svn-id: http://skia.googlecode.com/svn/trunk@140 2bbb7eff-a529-9590-31e7-b0007b416f81
22 files changed:
include/core/SkPaint.h
include/core/SkPath.h
include/core/SkXfermode.h
samplecode/SampleCircle.cpp
samplecode/SampleStrokeText.cpp
src/core/SkBlitter.cpp
src/core/SkCanvas.cpp
src/core/SkDraw.cpp
src/core/SkPaint.cpp
src/core/SkPath.cpp
src/core/SkPictureRecord.cpp
src/core/SkScalerContext.cpp
src/core/SkScan_AntiPath.cpp
src/core/SkScan_Hairline.cpp
src/core/SkScan_Path.cpp
src/core/SkStroke.cpp
src/effects/Sk2DPathEffect.cpp
src/gl/SkGL.cpp
src/utils/SkDumpCanvas.cpp
tests/PathTest.cpp
tests/main.cpp
xcode/sampleapp/SampleApp.xcodeproj/project.pbxproj