HomeSort by relevance Sort by last modified time
    Searched refs:gCache (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkTypefaceCache.cpp 76 static SkTypefaceCache gCache;
77 return gCache;
  /external/icu4c/i18n/
hebrwcal.cpp 134 static U_NAMESPACE_QUALIFIER CalendarCache *gCache = NULL;
138 delete gCache;
139 gCache = NULL;
390 int32_t day = CalendarCache::get(&gCache, year, status);
418 CalendarCache::put(&gCache, year, day, status);
  /external/skia/src/effects/
SkGradientShader.cpp 774 static SkBitmapCache* gCache;
779 if (NULL == gCache) {
780 gCache = new SkBitmapCache(MAX_NUM_CACHED_GRADIENT_BITMAPS);
784 if (!gCache->find(storage.get(), size, bitmap)) {
792 gCache->add(storage.get(), size, *bitmap);
    [all...]

Completed in 59 milliseconds