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

12345678910

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DFontCustomPlatformData.cpp64 m_fontReference->unref();
/external/skia/samplecode/
H A DSampleDraw.cpp345 fDraw->unref();
359 this->setDraw(fFactory->create(click->fOrig, click->fCurr))->unref();
H A DSampleAARects.cpp68 bmpShader->unref();
H A DSampleColorFilter.cpp140 fShader->unref();
H A DSampleDither.cpp39 p.setShader(s)->unref();
H A DSampleEncode.cpp69 ctable->unref();
H A DSampleLayers.cpp35 paint->setShader(s)->unref();
225 // canvas->setDrawFilter(new RedFilter)->unref();
237 // p.setMaskFilter(SkBlurMaskFilter::Create(SkIntToScalar(8), SkBlurMaskFilter::kNormal_BlurStyle))->unref();
H A DSampleStrokePath.cpp175 paint.setMaskFilter(mf)->unref();
/external/skia/src/gpu/
H A Dapp-android.cpp218 view->unref();
268 gContext->unref();
H A DGrBufferAllocPool.cpp71 fGpu->unref();
327 block.fBuffer->unref();
H A DGrGpu.cpp154 tex->unref();
206 tex->unref();
301 fQuadIndexBuffer->unref();
334 fUnitSquareVertexBuffer->unref();
/external/skia/src/core/
H A DSkBitmap.cpp69 void unref() { function in struct:SkBitmap::MipMap
299 fColorTable->unref();
376 fColorTable->unref();
384 fPixelRef->unref();
394 fMipMap->unref();
441 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
967 dst->setPixelRef(pixelRef)->unref();
H A DSkBlitter.cpp697 f3DShader->unref();
858 paint.setShader(shader3D)->unref();
884 paint.setShader(shader)->unref();
897 paint.setShader(shader)->unref();
981 fShader->unref();
/external/skia/src/ports/
H A DSkFontHost_android.cpp352 fStream->unref();
357 // we just ref our existing stream, since the caller will call unref()
850 fontStream->unref();
893 fontStream->unref();
970 stream->unref();
1089 stream->unref();
1228 // we ref(), the caller is expected to unref when they are done
/external/skia/src/views/
H A DSkListView.cpp506 this->setListSource(src)->unref();
541 paint.setShader(shader)->unref();
562 this->attachChildToFront(fScrollBar)->unref();
728 p.setShader(shader)->unref();
895 this->setListSource(src)->unref();
H A DSkListWidget.cpp65 fScrollBar->unref();
458 this->setListSource(listSrc)->unref();
/external/skia/src/pdf/
H A DSkPDFTypes.cpp353 fValue[offset]->unref();
458 fValue[i].key->unref();
459 fValue[i].value->unref();
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp370 e1->unref();
371 e2->unref();
/external/skia/tests/
H A DReadPixelsTest.cpp306 false))->unref();
315 DEV_H))->unref();
H A DWritePixelsTest.cpp309 canvas->setDevice(new SkDevice(bmp))->unref();
314 DEV_W, DEV_H))->unref();
/external/chromium/chrome/browser/chromeos/login/
H A Dhelper.cc67 s->unref();
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_view.cc172 bitmap_shader->unref();
/external/skia/bench/
H A DBitmapBench.cpp76 ctable->unref();
/external/skia/gm/
H A Daarectmodes.cpp145 fBGPaint.setShader(make_bg_shader())->unref();
H A Dxfermodes.cpp171 s->unref();

Completed in 335 milliseconds

12345678910