Home | History | Annotate | Download | only in hwui

Lines Matching refs:Res_png_9patch

65 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) {
84 void ResourceCache::decrementRefcount(const Res_png_9patch* patchResource) {
101 void ResourceCache::decrementRefcountLocked(const Res_png_9patch* patchResource) {
105 void ResourceCache::destructor(Res_png_9patch* resource) {
110 void ResourceCache::destructorLocked(Res_png_9patch* resource) {
118 // A Res_png_9patch is actually an array of byte that's larger
119 // than sizeof(Res_png_9patch). It must be freed as an array.
139 Caches::getInstance().patchCache.removeDeferred((Res_png_9patch*) resource);
141 // A Res_png_9patch is actually an array of byte that's larger
142 // than sizeof(Res_png_9patch). It must be freed as an array.