aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-22 22:04:13 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-22 22:04:13 +0000
commit730138c02b7e57455730d3efda5365e909fb1e99 (patch)
treea94eeb2f96f1ac611445de971d1e0037985ae13d /include
parent8a252f79629b189a03de22cd8ff0312c5bccedd1 (diff)
Remove declaration of unimplemented function.
git-svn-id: http://skia.googlecode.com/svn/trunk@7327 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContext.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 399b372e77..c62e08854d 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -618,22 +618,6 @@ public:
const SkRect& rect,
float sigmaX, float sigmaY);
- /**
- * Zooms a subset of the texture to a larger size with a nice edge.
- * The inner rectangle is a simple scaling of the texture by a factor of
- * |zoom|. The outer |inset| pixels transition from the background texture
- * to the zoomed coordinate system at a rate of
- * (distance_to_edge / inset) ^2, producing a rounded lens effect.
- * @param srcTexture The source texture to be zoomed.
- * @param dstRect The destination rectangle.
- * @param srcRect The source rectangle. Must be smaller than
- * dstRect
- * @param inset Number of pixels to blend along the edges.
- * @return the zoomed texture, which is dstTexture.
- */
- GrTexture* zoom(GrTexture* srcTexture,
- const SkRect& dstRect, const SkRect& srcRect, float inset);
-
///////////////////////////////////////////////////////////////////////////
// Helpers