Home | History | Annotate | Download | only in effects

Lines Matching refs:gCache

703     static SkBitmapCache* gCache;
708 if (NULL == gCache) {
709 gCache = new SkBitmapCache(MAX_NUM_CACHED_GRADIENT_BITMAPS);
713 if (!gCache->find(storage.get(), size, bitmap)) {
719 gCache->add(storage.get(), size, *bitmap);