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

/frameworks/base/libs/hwui/
H A DPathCache.cpp279 PathTexture* texture, bool addToCache) {
290 if (addToCache) {
295 // we'll trim the cache later when addToCache is set to false
296 if (!addToCache) {
278 generateTexture(const PathDescription& entry, SkBitmap* bitmap, PathTexture* texture, bool addToCache) argument

Completed in 136 milliseconds