Searched defs:destructor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DResourceCache.cpp130 void ResourceCache::destructor(SkPath* resource) { function in class:android::uirenderer::ResourceCache
147 void ResourceCache::destructor(SkBitmap* resource) { function in class:android::uirenderer::ResourceCache
164 void ResourceCache::destructor(SkiaShader* resource) { function in class:android::uirenderer::ResourceCache
178 void ResourceCache::destructor(SkiaColorFilter* resource) { function in class:android::uirenderer::ResourceCache
194 * 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 }

Completed in 107 milliseconds