OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unref
(Results
76 - 100
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/external/webkit/Source/WebKit/android/plugins/
ANPTypefaceInterface.cpp
100
ASSIGN(i,
unref
);
/external/skia/samplecode/
ClockFaceView.cpp
134
p.setPathEffect(makepe(interp, NULL))->
unref
();
137
p.setPathEffect(new InverseFillPE())->
unref
();
156
paint->setRasterizer(rast)->
unref
();
SamplePicture.cpp
98
bm.setPixelRef(pr)->
unref
();
137
//
unref
fPicture in our destructor, and it will in turn take care of
139
fSubPicture->
unref
();
145
fPicture->
unref
();
SampleAvoid.cpp
35
fShader->
unref
();
SampleApp.cpp
398
fGrContext->
unref
();
497
fGrContext->
unref
();
499
fTypeface->
unref
();
775
renderTarget->
unref
();
780
fGpuCanvas->setDevice(device)->
unref
();
832
fPicture->
unref
();
834
pict->
unref
();
838
fPicture->
unref
();
845
fPicture->
unref
();
900
fFilterState, fHintingState))->
unref
();
[
all
...]
SampleShaderText.cpp
27
SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->
unref
();
177
paint.setShader(shaders[s])->
unref
();
SampleSkLayer.cpp
173
fRootLayer->addChild(child)->
unref
();
187
fRootLayer->addChild(child)->
unref
();
/external/skia/gpu/include/
GrTexture.h
250
fRenderTarget->
unref
();
/external/skia/src/core/
SkDrawing.cpp
71
this->
unref
();
SkPixelRef.cpp
152
this->
unref
();
SkTypefaceCache.cpp
64
face->
unref
();
/external/skia/src/utils/
SkMeshUtils.cpp
90
SkShader::kClamp_TileMode))->
unref
();
SkLayer.cpp
109
this->
unref
(); // this call might delete us
119
child->
unref
();
/external/skia/src/views/
SkParsePaint.cpp
101
paint->setShader(shader)->
unref
();
/external/skia/tests/
skia_test.cpp
17
fReporter->
unref
();
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp
158
tf->
unref
();
/frameworks/base/core/jni/android/graphics/
Picture.cpp
51
picture->
unref
();
88
//
unref
in its finalizer, so we have to ref it here, so that both that
/development/tools/emulator/opengl/tests/ut_renderer/
Renderer.cpp
145
if (currentContext != NULL) currentContext->
unref
();
157
if (currentContext != NULL) currentContext->
unref
();
/external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.cc
51
// Need to
unref
shader, otherwise never deleted.
52
s->
unref
();
89
paint.setMaskFilter(filter)->
unref
();
/external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.cpp
200
renderTarget->
unref
();
270
renderTarget->
unref
();
Layer.cpp
92
unref
(); // this call might delete us
102
child->
unref
();
/external/skia/src/ports/
SkFontHost_android.cpp
297
fStream->
unref
();
302
// we just ref our existing stream, since the caller will call
unref
()
565
fontStream->
unref
();
603
fontStream->
unref
();
679
stream->
unref
();
762
stream->
unref
();
SkFontHost_linux.cpp
306
fStream->
unref
();
569
stream->
unref
();
607
stream->
unref
();
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc
102
gradient_shader->
unref
();
/external/skia/gm/
bitmapfilters.cpp
18
ctable->
unref
();
Completed in 1277 milliseconds
1
2
3
4
5
6
7
8
9