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

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp71 size_t totalSizeToDelete = text.getSize() + desc->getSize(); local
72 mSize -= totalSizeToDelete;
74 ALOGD("Cache value %p deleted, size = %d", desc.get(), totalSizeToDelete);

Completed in 33 milliseconds