Searched refs:unref (Results 1 - 25 of 622) sorted by last modified time

1234567891011>>

/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp76 picture->unref();
/external/skia/samplecode/
H A DClockFaceView.cpp137 p.setPathEffect(makepe(SkScalarToFloat(interp), NULL))->unref();
140 p.setPathEffect(new InverseFillPE())->unref();
159 paint->setRasterizer(rastBuilder.detachRasterizer())->unref();
H A DOverView.cpp99 this->attachChildToBack(view)->unref();
H A DSample2PtRadial.cpp41 paint.setShader(s)->unref();
H A DSampleAARectModes.cpp84 fBGPaint.setShader(make_bg_shader())->unref();
H A DSampleAARects.cpp67 bmpShader->unref();
H A DSampleAll.cpp86 SkBlurMaskFilter::kNone_BlurFlag))->unref();
147 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref();
158 p.setRasterizer(rastBuilder2.detachRasterizer())->unref();
193 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
203 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
220 p.setPathEffect(SkLine2DPathEffect::Create(SK_Scalar1*2, lattice))->unref();
255 paint->setRasterizer(rastBuilder.detachRasterizer())->unref();
262 SK_Scalar1/4, SkIntToScalar(4)))->unref();
407 SkShader::kMirror_TileMode, SkShader::kRepeat_TileMode))->unref();
415 paint.setXfermode(xfermode)->unref();
[all...]
H A DSampleAnimatedGradient.cpp60 paint.setShader(shader1)->unref();
69 paint.setShader(shader2)->unref();
76 paint.setShader(shader3)->unref();
83 paint.setShader(shader4)->unref();
H A DSampleApp.cpp420 fObjs[i]->unref();
726 view->unref();
976 fTypeface->unref();
1290 pdfDevice->unref();
1378 pict->unref();
1558 fHintingState, fFilterLevelIndex))->unref();
1973 this->attachChildToFront(view)->unref();
H A DSampleAvoid.cpp42 fShader->unref();
H A DSampleBigBlur.cpp37 paint.setMaskFilter(mf)->unref();
H A DSampleBigGradient.cpp38 p.setShader(make_grad(this->width(), this->height()))->unref();
H A DSampleBitmapRect.cpp46 SkShader::kClamp_TileMode))->unref();
H A DSampleBlur.cpp29 ctable->unref();
105 paint.setMaskFilter(mf)->unref();
117 paint.setMaskFilter(mf)->unref();
H A DSampleClamp.cpp32 fGrad->unref();
H A DSampleCode.h89 fFact->unref();
H A DSampleColorFilter.cpp142 fShader->unref();
H A DSampleDash.cpp33 paint->setShader(s)->unref();
H A DSampleDegenerateTwoPtRadials.cpp33 paint.setShader(s)->unref();
H A DSampleDither.cpp39 p.setShader(s)->unref();
H A DSampleDitherBitmap.cpp32 p.setShader(s)->unref();
66 ctable->unref();
H A DSampleDraw.cpp345 fDraw->unref();
359 this->setDraw(fFactory->create(click->fOrig, click->fCurr))->unref();
H A DSampleEffects.cpp28 SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(2))))->unref();
37 0.05f))->unref();
44 SkShader::kMirror_TileMode))->unref();
H A DSampleEmboss.cpp56 SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(4)), fLight))->unref();
57 paint.setShader(new SkColorShader(SK_ColorBLUE))->unref();
H A DSampleEncode.cpp69 ctable->unref();

Completed in 2903 milliseconds

1234567891011>>