Home | History | Annotate | Download | only in core

Lines Matching refs:f16BitCache

16     : f16BitCache(NULL), fFlags(0)
33 f16BitCache = NULL;
46 : f16BitCache(NULL), fFlags(0)
70 sk_free(f16BitCache);
89 if (f16BitCache)
91 sk_free(f16BitCache);
92 f16BitCache = NULL;
108 if (f16BitCache == NULL) // build the cache
110 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t));
111 build_16bitcache(f16BitCache, fColors, fCount);
117 if (f16BitCache)
119 sk_free(f16BitCache);
120 f16BitCache = NULL;
125 return f16BitCache;
139 f16BitCache = NULL;