/external/skia/bench/ |
RepeatTileBench.cpp | 74 ctable->unref(); 132 fPaint.setShader(s)->unref();
|
DeferredSurfaceCopyBench.cpp | 56 surface->unref();
|
MagnifierBench.cpp | 45 SkIntToScalar(h / 2)), 100))->unref();
|
MorphologyBench.cpp | 77 paint.setImageFilter(mf)->unref();
|
/external/skia/gm/ |
circles.cpp | 58 p.setMaskFilter(mf)->unref(); 75 p.setShader(s)->unref();
|
filltypespersp.cpp | 64 paint.setShader(s)->unref(); 94 bkgnrd.setShader(s)->unref();
|
gammatext.cpp | 31 paint->setTypeface(tf)->unref(); 139 paint.setShader(s)->unref();
|
shadertext3.cpp | 37 SK_ARRAY_COUNT(kColors0), SkShader::kClamp_TileMode, um))->unref(); 40 SK_ARRAY_COUNT(kColors1), SkShader::kClamp_TileMode))->unref();
|
skbug1719.cpp | 85 SkBlurMaskFilter::kHighQuality_BlurFlag))->unref(); 87 SkColorFilter::CreateModeFilter(0xBFFFFFFF, SkXfermode::kSrcIn_Mode))->unref();
|
aaclip.cpp | 75 paint.setShader(s)->unref(); 85 paint.setPathEffect(new SkDashPathEffect(intervals, 2, 0))->unref(); 94 paint.setPathEffect(new SkDashPathEffect(intervals2, 4, 17))->unref(); 121 p.setShader(s)->unref();
|
alphagradients.cpp | 34 paint.setShader(s)->unref();
|
/external/skia/include/gpu/ |
GrContextFactory.h | 90 fContexts[i].fGrContext->unref(); 91 fContexts[i].fGLContext->unref();
|
/external/skia/include/utils/ |
SkLayer.h | 69 parent.) If it had a parent, then unref() is called. 73 /** Remove, and unref(), all of the layers in our child list.
|
/external/skia/src/core/ |
SkTypefaceCache.cpp | 23 curr->fFace->unref(); 89 face->unref();
|
/frameworks/base/core/jni/android/graphics/ |
Picture.cpp | 52 picture->unref(); 89 // unref in its finalizer, so we have to ref it here, so that both that
|
Typeface.cpp | 100 // need to unref it here or it won't be freed later on 101 stream->unref();
|
/external/chromium_org/third_party/skia/include/effects/ |
SkBlurMaskFilter.h | 11 // we include this since our callers will need to at least be able to ref/unref
|
/external/chromium_org/third_party/skia/include/images/ |
SkMovie.h | 29 the movie is finished with it (by calling unref()).
|
/external/chromium_org/third_party/skia/include/utils/mac/ |
SkCGUtils.h | 59 * stream->unref();
|
/external/chromium_org/third_party/skia/src/image/ |
SkSurface_Picture.cpp | 50 canvas->ref(); // our caller will call unref()
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkBorderView.cpp | 91 this->setLayout(layout)->unref();
|
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 11 // we include this since our callers will need to at least be able to ref/unref
|
/external/skia/include/images/ |
SkMovie.h | 29 the movie is finished with it (by calling unref()).
|
/external/skia/include/utils/mac/ |
SkCGUtils.h | 59 * stream->unref();
|
/external/skia/src/image/ |
SkSurface_Picture.cpp | 50 canvas->ref(); // our caller will call unref()
|