Home
last modified time | relevance | path

Searched refs:gCache (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp23 static icu::UnifiedCache *gCache = NULL; variable
36 if (gCache) { in unifiedcache_cleanup()
37 delete gCache; in unifiedcache_cleanup()
38 gCache = NULL; in unifiedcache_cleanup()
70 U_ASSERT(gCache == NULL); in cacheInit()
74 gCache = new UnifiedCache(status); in cacheInit()
75 if (gCache == NULL) { in cacheInit()
79 delete gCache; in cacheInit()
80 gCache = NULL; in cacheInit()
90 U_ASSERT(gCache != NULL); in getInstance()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp22 static icu::UnifiedCache *gCache = NULL; variable
35 delete gCache; in unifiedcache_cleanup()
36 gCache = nullptr; in unifiedcache_cleanup()
71 U_ASSERT(gCache == NULL); in cacheInit()
77 gCache = new UnifiedCache(status); in cacheInit()
78 if (gCache == NULL) { in cacheInit()
82 delete gCache; in cacheInit()
83 gCache = NULL; in cacheInit()
93 U_ASSERT(gCache != NULL); in getInstance()
94 return gCache; in getInstance()
/third_party/icu/icu4c/source/common/
Dunifiedcache.cpp22 static icu::UnifiedCache *gCache = NULL; variable
35 delete gCache; in unifiedcache_cleanup()
36 gCache = nullptr; in unifiedcache_cleanup()
71 U_ASSERT(gCache == NULL); in cacheInit()
77 gCache = new UnifiedCache(status); in cacheInit()
78 if (gCache == NULL) { in cacheInit()
82 delete gCache; in cacheInit()
83 gCache = NULL; in cacheInit()
93 U_ASSERT(gCache != NULL); in getInstance()
94 return gCache; in getInstance()
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.cpp22 static icu::UnifiedCache *gCache = NULL; variable
35 delete gCache; in unifiedcache_cleanup()
36 gCache = nullptr; in unifiedcache_cleanup()
71 U_ASSERT(gCache == NULL); in cacheInit()
77 gCache = new UnifiedCache(status); in cacheInit()
78 if (gCache == NULL) { in cacheInit()
82 delete gCache; in cacheInit()
83 gCache = NULL; in cacheInit()
93 U_ASSERT(gCache != NULL); in getInstance()
94 return gCache; in getInstance()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dhebrwcal.cpp137 static icu::CalendarCache *gCache = NULL; variable
141 delete gCache; in calendar_hebrew_cleanup()
142 gCache = NULL; in calendar_hebrew_cleanup()
393 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear()
421 CalendarCache::put(&gCache, year, day, status); in startOfYear()
/third_party/skia/third_party/externals/icu/source/i18n/
Dhebrwcal.cpp137 static icu::CalendarCache *gCache = NULL; variable
141 delete gCache; in calendar_hebrew_cleanup()
142 gCache = NULL; in calendar_hebrew_cleanup()
393 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear()
422 CalendarCache::put(&gCache, year, day, status); in startOfYear()
/third_party/node/deps/icu-small/source/i18n/
Dhebrwcal.cpp137 static icu::CalendarCache *gCache = NULL; variable
141 delete gCache; in calendar_hebrew_cleanup()
142 gCache = NULL; in calendar_hebrew_cleanup()
393 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear()
422 CalendarCache::put(&gCache, year, day, status); in startOfYear()
/third_party/icu/icu4c/source/i18n/
Dhebrwcal.cpp137 static icu::CalendarCache *gCache = NULL; variable
141 delete gCache; in calendar_hebrew_cleanup()
142 gCache = NULL; in calendar_hebrew_cleanup()
393 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear()
422 CalendarCache::put(&gCache, year, day, status); in startOfYear()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp36 static thread_local void* gCache = nullptr; variable
38 if (gCache != nullptr) { in operator new()
39 return std::exchange(gCache, nullptr); in operator new()
46 if (gCache == nullptr) { in operator delete()
47 gCache = bytes; in operator delete()
54 ::operator delete(gCache); in ClearCache()
55 gCache = nullptr; in ClearCache()
/third_party/skia/src/core/
DSkTypefaceCache.cpp56 static SkTypefaceCache gCache; in Get() local
57 return gCache; in Get()
/third_party/flutter/skia/src/core/
DSkTypefaceCache.cpp56 static SkTypefaceCache gCache; in Get() local
57 return gCache; in Get()
/third_party/flutter/skia/src/gpu/gradients/
DGrGradientShader.cpp43 static GrGradientBitmapCache gCache(kMaxNumCachedGradientBitmaps, kGradientTextureSize); in make_textured_colorizer() local
58 gCache.getGradient(colors, positions, count, colorType, alphaType, &bitmap); in make_textured_colorizer()
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp38 static GrGradientBitmapCache gCache(kMaxNumCachedGradientBitmaps, kGradientTextureSize); in make_textured_colorizer() local
53 gCache.getGradient(colors, positions, count, colorType, alphaType, &bitmap); in make_textured_colorizer()