HomeSort by relevance Sort by last modified time
    Searched refs:f16BitCache (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkColorTable.cpp 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)
    [all...]
  /external/skia/include/core/
SkBitmap.h 716 uint16_t* f16BitCache;
    [all...]

Completed in 23 milliseconds