Home
last modified time | relevance | path

Searched refs:f16BitCache (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkColorTable.cpp23 : f16BitCache(NULL), fFlags(0) in SkColorTable()
40 f16BitCache = NULL; in SkColorTable()
53 : f16BitCache(NULL), fFlags(0) in SkColorTable()
77 sk_free(f16BitCache); in ~SkColorTable()
96 if (f16BitCache) in inval16BitCache()
98 sk_free(f16BitCache); in inval16BitCache()
99 f16BitCache = NULL; in inval16BitCache()
115 if (f16BitCache == NULL) // build the cache in lock16BitCache()
117 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t)); in lock16BitCache()
118 build_16bitcache(f16BitCache, fColors, fCount); in lock16BitCache()
[all …]
/external/skia/include/core/
DSkBitmap.h692 uint16_t* f16BitCache; variable