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

/frameworks/base/libs/hwui/
H A DResourceCache.cpp146 void ResourceCache::destructor(SkPath* resource) { function in class:android::uirenderer::ResourceCache
169 void ResourceCache::destructor(const SkBitmap* resource) { function in class:android::uirenderer::ResourceCache
191 void ResourceCache::destructor(Res_png_9patch* resource) { function in class:android::uirenderer::ResourceCache
255 * by the various destructor() and recycle() methods which call this method).
/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp17 static void destructor(JNIEnv* env, jobject, jlong filterHandle) { function in class:SkMaskFilterGlue
63 { "nativeDestructor", "(J)V", (void*)SkMaskFilterGlue::destructor }
H A DPathEffect.cpp14 static void destructor(JNIEnv* env, jobject, jlong effectHandle) { function in class:SkPathEffectGlue
73 { "nativeDestructor", "(J)V", (void*)SkPathEffectGlue::destructor }

Completed in 490 milliseconds