Searched refs:unref (Results 76 - 100 of 232) sorted by relevance

12345678910

/external/skia/samplecode/
H A DSampleImage.cpp41 bitmap->setPixelRef(ref)->unref();
67 stream->unref();
H A DTransitionView.cpp32 //Not calling unref because fPrev is assumed to have been created, so
40 //Calling unref because next is a newly created view and TransitionView
42 this->attachChildToFront(fNext)->unref();
77 //attach the new fPrev and call unref to balance the ref in onDraw
78 this->attachChildToBack(fPrev)->unref();
H A DOverView.cpp93 this->attachChildToBack(view)->unref();
H A DSampleDash.cpp35 paint->setShader(s)->unref();
H A DSampleDrawBitmap.cpp61 secondDevice->unref();
H A DSampleDrawLooper.cpp55 paint->setMaskFilter(mf)->unref();
H A DSampleRepeatTile.cpp42 paint->setShader(shader)->unref();
H A DSampleTests.cpp33 fReporter->unref();
H A DSampleTextAlpha.cpp74 paint.getMaskFilter()->unref();
H A DClockFaceView.cpp141 p.setPathEffect(makepe(interp, NULL))->unref();
144 p.setPathEffect(new InverseFillPE())->unref();
163 paint->setRasterizer(rast)->unref();
/external/skia/src/core/
H A DSkComposeShader.cpp41 fShaderB->unref();
42 fShaderA->unref();
H A DSkPicture.cpp149 fRecord->unref();
174 fRecord->unref();
H A DSkData.cpp79 src->unref();
/external/skia/src/gpu/
H A DGrTextStrike.cpp28 fGpu->unref();
145 fFontScalerKey->unref();
H A DGrRenderTarget.cpp94 fStencilBuffer->unref();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCacheAndroid.cpp173 tf->unref();
184 tf->unref();
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_background.cc58 gradient_shader->unref();
/external/chromium/chrome/browser/ui/views/
H A Dtheme_helpers.cc58 gradient_shader->unref();
/external/chromium/chrome/common/
H A Dbadge_util.cc50 typeface->unref();
/external/skia/gm/
H A Dgradients.cpp112 shader->unref();
170 paint.setShader(s)->unref();
209 shader->unref();
247 paint.setShader(shader)->unref();
/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp75 fTexIDObj->unref();
/external/skia/src/ports/
H A DSkFontHost_freetype_mac.cpp22 fStream->unref();
/external/skia/src/views/
H A DSkBorderView.cpp91 this->setLayout(layout)->unref();
/external/skia/tests/
H A DFontHostTest.cpp83 face->unref();
/external/webkit/Source/WebKit/android/plugins/
H A DANPTypefaceInterface.cpp100 ASSIGN(i, unref);

Completed in 889 milliseconds

12345678910