Searched refs:unref (Results 126 - 150 of 232) sorted by relevance

12345678910

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.cpp100 unref(); // this call might delete us
110 child->unref();
/external/skia/src/core/
H A DSkStream.cpp278 fData->unref();
282 fData->unref();
288 fData->unref();
392 fProxy->unref();
726 fCopy->unref();
H A DSkPixelRef.cpp229 this->unref();
/external/skia/samplecode/
H A DSampleApp.cpp169 nullGL->unref();
194 fGrRenderTarget))->unref();
202 fNullGrRenderTarget))->unref();
336 fObjs[i]->unref();
749 fTypeface->unref();
1034 pdfDevice->unref();
1122 fPicture->unref();
1125 pict->unref();
1129 fPicture->unref();
1137 fPicture->unref();
[all...]
H A DSampleAARectModes.cpp98 fBGPaint.setShader(make_bg_shader())->unref();
H A DSampleHairModes.cpp96 fBGPaint.setShader(make_bg_shader())->unref();
H A DSampleMipMap.cpp127 paint.setShader(s)->unref();
H A DSamplePageFlip.cpp111 fBitmaps[i].setPixelRef(pr)->unref();
H A DSampleUnitMapper.cpp27 parent->attachChildToFront(view)->unref();
H A DSampleWarp.cpp31 paint.setMaskFilter(mf)->unref();
42 paint.setMaskFilter(SkTableMaskFilter::CreateGamma(gamma))->unref();
53 paint.setMaskFilter(SkTableMaskFilter::CreateClip(i*30, 255 - 20))->unref();
442 SkShader::kClamp_TileMode))->unref();
/external/skia/src/pdf/
H A DSkPDFShader.cpp477 domain->unref(); // SkRefPtr and new both took a reference.
507 pdfShader->unref(); // SkRefPtr and new both took a reference.
511 pdfShader->insert("Function", new SkPDFObjRef(function.get()))->unref();
514 insert("Matrix", SkPDFUtils::MatrixToArray(finalMatrix))->unref();
685 patternBBoxArray->unref(); // SkRefPtr and new both took a reference.
694 content->unref(); // SkRefPtr and content() both took a reference.
706 insert("Matrix", SkPDFUtils::MatrixToArray(finalMatrix))->unref();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp243 m_contentLayer->unref();
547 m_contentLayer->unref();
562 m_foregroundLayer->unref();
564 m_foregroundClipLayer->unref();
570 m_contentLayer->unref();
644 m_contentLayer->unref();
1062 m_contentLayer->unref();
/external/skia/src/ports/
H A DSkFontHost_linux.cpp296 fStream->unref();
551 stream->unref();
591 stream->unref();
H A DSkFontHost_simple.cpp282 fStream->unref();
287 // we just ref our existing stream, since the caller will call unref()
569 stream->unref();
641 stream->unref();
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.cc102 gradient_shader->unref();
/external/skia/bench/
H A DBlurBench.cpp63 paint.setMaskFilter(mf)->unref();
/external/skia/gm/
H A Dbitmapfilters.cpp25 ctable->unref();
H A Ddrawbitmaprect.cpp50 SkShader::kRepeat_TileMode))->unref();
H A Dhairmodes.cpp96 fBGPaint.setShader(make_bg_shader())->unref();
H A Dtestimagefilters.cpp128 paint.setImageFilter(gFilterProc[i]())->unref();
/external/skia/src/gpu/
H A DGrAtlas.cpp142 fGpu->unref();
/external/skia/src/images/
H A DSkImageRef.cpp49 fStream->unref();
/external/skia/src/views/
H A DSkViewInflate.cpp33 parent->attachChildToFront(view)->unref();
/external/skia/tests/
H A DBlurTest.cpp122 filter->unref();
H A DStreamTest.cpp97 data->unref();

Completed in 295 milliseconds

12345678910