Searched refs:destructor (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DResourceCache.h63 * variants of increment/decrementRefcount(), recyle() and destructor()
92 void destructor(SkPath* resource);
93 void destructor(SkBitmap* resource);
94 void destructor(SkiaShader* resource);
95 void destructor(SkiaColorFilter* resource);
H A DResourceCache.cpp186 void ResourceCache::destructor(SkPath* resource) { function in class:android::uirenderer::ResourceCache
208 void ResourceCache::destructor(SkBitmap* resource) { function in class:android::uirenderer::ResourceCache
230 void ResourceCache::destructor(SkiaShader* resource) { function in class:android::uirenderer::ResourceCache
249 void ResourceCache::destructor(SkiaColorFilter* resource) { function in class:android::uirenderer::ResourceCache
304 * by the various destructor() and recycle() methods which call this method).
/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp16 static void destructor(JNIEnv* env, jobject, SkMaskFilter* filter) { function in class:SkMaskFilterGlue
59 { "nativeDestructor", "(I)V", (void*)SkMaskFilterGlue::destructor }
H A DPathEffect.cpp14 static void destructor(JNIEnv* env, jobject, SkPathEffect* effect) { function in class:SkPathEffectGlue
64 { "nativeDestructor", "(I)V", (void*)SkPathEffectGlue::destructor }
H A DColorFilter.cpp40 android::uirenderer::Caches::getInstance().resourceCache.destructor(f);
H A DPath.cpp39 android::uirenderer::Caches::getInstance().resourceCache.destructor(obj);
H A DShader.cpp60 android::uirenderer::Caches::getInstance().resourceCache.destructor(skiaShader);
H A DBitmap.cpp257 android::uirenderer::Caches::getInstance().resourceCache.destructor(bitmap);
/frameworks/wilhelm/src/objects/
H A DCEngine.c39 __attribute__((destructor)) static void onDlClose(void)

Completed in 92 milliseconds