OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gCache
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkTypefaceCache.cpp
79
static SkTypefaceCache
gCache
;
80
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
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);
[
all
...]
Completed in 260 milliseconds