Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorTable.cpp16 : f16BitCache(NULL), fFlags(0) in SkColorTable()
33 f16BitCache = NULL; in SkColorTable()
46 : f16BitCache(NULL), fFlags(0) in SkColorTable()
70 sk_free(f16BitCache); in ~SkColorTable()
89 if (f16BitCache) in inval16BitCache()
91 sk_free(f16BitCache); in inval16BitCache()
92 f16BitCache = NULL; in inval16BitCache()
108 if (f16BitCache == NULL) // build the cache in lock16BitCache()
110 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t)); in lock16BitCache()
111 build_16bitcache(f16BitCache, fColors, fCount); in lock16BitCache()
[all …]
/external/skia/include/core/
DSkBitmap.h716 uint16_t* f16BitCache; variable