/external/skia/gm/ |
perlinnoise.cpp | 49 paint.setShader(shader)->unref();
|
shallowgradient.cpp | 61 paint.setShader(fProc(colors, colorCount, size))->unref();
|
bitmapalphathreshold.cpp | 48 gradPaint.setShader(grad)->unref(); 124 paint.setShader(thresh)->unref();
|
bitmaprect.cpp | 28 SkShader::kClamp_TileMode))->unref(); 204 paint.setXfermode(mode)->unref();
|
drawbitmaprect.cpp | 64 SkShader::kRepeat_TileMode))->unref(); 174 paint.setMaskFilter(mf)->unref();
|
gm_expectations.h | 233 * It is up to the caller to call unref() on the returned SkData object 245 * // underlying buffer has been freed, thanks to auto unref
|
rects.cpp | 70 p.setMaskFilter(mf)->unref(); 88 p.setShader(s)->unref();
|
shadertext.cpp | 35 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref(); 191 paint.setShader(shaders[s])->unref();
|
/external/skia/include/core/ |
SkImageEncoder.h | 43 * calling unref() on the data when they are finished.
|
SkImageGenerator.h | 60 * unref() on the data when it is finished.
|
/external/skia/src/core/ |
SkPicture.cpp | 170 clone->fRecord->unref(); 200 fRecord->unref(); 216 tree->unref(); 249 fRecord->unref();
|
SkPictureFlat.cpp | 30 fArray[i]->unref();
|
/external/skia/src/gpu/ |
GrEffect.cpp | 65 fEffect->unref();
|
GrStencilAndCoverPathRenderer.cpp | 34 fGpu->unref();
|
/external/skia/src/gpu/gl/debug/ |
GrFakeRefObj.h | 42 void unref() { function in class:GrFakeRefObj
|
/external/skia/src/lazy/ |
SkCachingPixelRef.cpp | 42 // Assert always unlock before unref.
|
/external/skia/src/pdf/ |
SkPDFResourceDict.cpp | 62 insert("ProcSets", procSets)->unref();
|
/external/skia/src/utils/ |
SkMeshUtils.cpp | 97 SkShader::kClamp_TileMode))->unref();
|
/external/skia/tests/ |
FlatDataTest.cpp | 28 this->INHERITED::setNamedFactorySet(SkNEW(SkNamedFactorySet))->unref();
|
FlateTest.cpp | 65 testStream->setData(data1.get())->unref();
|
/external/chromium_org/third_party/skia/include/core/ |
SkData.h | 125 * New or shared, the caller must see that unref() is eventually called. 145 /** Typedef of SkAutoTUnref<SkData> for automatically unref-ing a SkData. */
|
/external/chromium_org/third_party/skia/src/core/ |
SkComposeShader.cpp | 43 fShaderB->unref(); 44 fShaderA->unref();
|
/external/chromium_org/third_party/skia/src/utils/ |
SkLayer.cpp | 116 this->unref(); // this call might delete us 126 child->unref();
|
SkLua.cpp | 411 get_ref<SkCanvas>(L, 1)->unref(); 455 get_ref<SkDocument>(L, 1)->unref(); 742 get_ref<SkShader>(L, 1)->unref(); 963 get_ref<SkImage>(L, 1)->unref(); 977 get_ref<SkTypeface>(L, 1)->unref(); 1028 doc->unref(); 1068 face->unref(); 1080 image->unref();
|
/external/skia/bench/ |
GrResourceCacheBench.cpp | 97 resource->unref(); 107 resource->unref();
|