diff options
author | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-17 02:34:28 +0000 |
---|---|---|
committer | mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-17 02:34:28 +0000 |
commit | c3442d53dabf2a692f4c9efba5e8be7bbb43d3ef (patch) | |
tree | f19fa2e2151d8b1c541c5515988292fe6e9d4357 /src | |
parent | 37071640f6bdcb1bfb193f85b9ca615b29679425 (diff) |
move inset out of SkRRect.h for now, and add experimental versions to gm
git-svn-id: http://skia.googlecode.com/svn/trunk@6833 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkRRect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkRRect.cpp b/src/core/SkRRect.cpp index 1623984fc6..0d137ec953 100644 --- a/src/core/SkRRect.cpp +++ b/src/core/SkRRect.cpp @@ -228,7 +228,7 @@ void SkRRect::computeType() const { } /////////////////////////////////////////////////////////////////////////////// - +#if 0 void SkRRect::inset(SkScalar dx, SkScalar dy, SkRRect* dst) const { SkRect r = fRect; @@ -244,7 +244,7 @@ void SkRRect::inset(SkScalar dx, SkScalar dy, SkRRect* dst) const { } dst->setRectRadii(r, radii); } - +#endif /////////////////////////////////////////////////////////////////////////////// uint32_t SkRRect::writeToMemory(void* buffer) const { |