Home | History | Annotate | Download | only in hwui

Lines Matching full:skbitmap

64 void ResourceCache::incrementRefcount(SkBitmap* bitmapResource) {
102 void ResourceCache::incrementRefcountLocked(SkBitmap* bitmapResource) {
135 void ResourceCache::decrementRefcount(SkBitmap* bitmapResource) {
176 void ResourceCache::decrementRefcountLocked(SkBitmap* bitmapResource) {
226 void ResourceCache::destructor(SkBitmap* resource) {
231 void ResourceCache::destructorLocked(SkBitmap* resource) {
314 bool ResourceCache::recycle(SkBitmap* resource) {
323 bool ResourceCache::recycleLocked(SkBitmap* resource) {
350 ((SkBitmap*) resource)->setPixels(NULL, NULL);
355 SkBitmap* bitmap = (SkBitmap*) resource;