Searched refs:unref (Results 151 - 175 of 622) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/samplecode/
H A DSampleGradients.cpp26 p.setShader(setgrad(r, 0xFF00FF00, 0x0000FF00))->unref();
31 p.setShader(setgrad(r, 0xFF00FF00, 0x00000000))->unref();
36 p.setShader(setgrad(r, 0xFF00FF00, 0x00FF0000))->unref();
151 paint.setShader(shader)->unref();
H A DSampleTextAlpha.cpp59 paint.getMaskFilter()->unref();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.h228 this->addColorProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref();
232 this->addCoverageProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref();
238 this->addColorProcessor(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
244 this->addCoverageProcessor(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
/external/chromium_org/third_party/skia/tests/
H A DFlatDataTest.cpp28 this->INHERITED::setNamedFactorySet(SkNEW(SkNamedFactorySet))->unref();
H A DPipeTest.cpp38 paint.setShader(shader)->unref();
H A DQuickRejectTest.cpp83 paint.setLooper(new TestLooper)->unref();
H A DXfermodeTest.cpp30 xfer->unref();
/external/chromium_org/third_party/skia/tools/timer/
H A DGpuTimer.cpp33 fContext->unref();
/external/skia/bench/
H A DDeferredSurfaceCopyBench.cpp56 surface->unref();
H A DMatrixConvolutionBench.cpp30 fFilter->unref();
H A DPerlinNoiseBench.cpp50 paint.setShader(shader)->unref();
/external/skia/gm/
H A Dblurcircles.cpp50 paint.setMaskFilter(filter)->unref();
H A Ddiscard.cpp82 surface->unref();
H A Dimage.cpp40 image->unref();
71 imgR2->unref();
107 imgG->unref();
108 imgR->unref();
H A Dimageblur.cpp40 paint.setImageFilter(SkBlurImageFilter::Create(fSigmaX, fSigmaY))->unref();
H A Dimageblurtiled.cpp34 paint.setImageFilter(SkBlurImageFilter::Create(fSigmaX, fSigmaY))->unref();
H A Dimagemagnifier.cpp44 100))->unref();
/external/skia/include/gpu/
H A DGrGpuObject.h67 this->unref();
/external/skia/samplecode/
H A DSampleGradients.cpp26 p.setShader(setgrad(r, 0xFF00FF00, 0x0000FF00))->unref();
31 p.setShader(setgrad(r, 0xFF00FF00, 0x00000000))->unref();
36 p.setShader(setgrad(r, 0xFF00FF00, 0x00FF0000))->unref();
151 paint.setShader(shader)->unref();
/external/skia/src/gpu/
H A DGrLayerCache.h70 fTexture->unref();
/external/skia/src/image/
H A DSkImage_Codec.cpp39 fEncodedData->unref();
/external/skia/tests/
H A DFlatDataTest.cpp28 this->INHERITED::setNamedFactorySet(SkNEW(SkNamedFactorySet))->unref();
H A DPipeTest.cpp38 paint.setShader(shader)->unref();
H A DQuickRejectTest.cpp83 paint.setLooper(new TestLooper)->unref();
H A DRecorderTest.cpp60 paint.setShader(SkNEW(SkEmptyShader))->unref();

Completed in 5519 milliseconds

1234567891011>>