Fix spelling error.
git-svn-id: http://skia.googlecode.com/svn/trunk@7376 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
c270baf97a
commit
c5fae9e1ed
@ -200,7 +200,7 @@ void convolve_gaussian(GrDrawTarget* target,
|
||||
GrDrawTarget::AutoStateRestore asr(target, GrDrawTarget::kReset_ASRInit);
|
||||
GrDrawState* drawState = target->drawState();
|
||||
drawState->setRenderTarget(rt);
|
||||
SkAutoTUnref<GrEffectRef> conv(GrConvolutionEffect::CreateGuassian(texture,
|
||||
SkAutoTUnref<GrEffectRef> conv(GrConvolutionEffect::CreateGaussian(texture,
|
||||
direction,
|
||||
radius,
|
||||
sigma));
|
||||
|
@ -31,7 +31,7 @@ public:
|
||||
}
|
||||
|
||||
/// Convolve with a Gaussian kernel
|
||||
static GrEffectRef* CreateGuassian(GrTexture* tex,
|
||||
static GrEffectRef* CreateGaussian(GrTexture* tex,
|
||||
Direction dir,
|
||||
int halfWidth,
|
||||
float gaussianSigma) {
|
||||
|
Loading…
Reference in New Issue
Block a user