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

  /external/chromium_org/third_party/skia/src/core/
SkColorTable.cpp 19 f16BitCache = NULL;
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
58 sk_free(f16BitCache);
76 if (this->isOpaque() && NULL == f16BitCache) {
77 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t));
78 build_16bitcache(f16BitCache, fColors, fCount);
82 return f16BitCache;
88 f16BitCache = NULL;
  /external/skia/src/core/
SkColorTable.cpp 19 f16BitCache = NULL;
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
58 sk_free(f16BitCache);
79 if (NULL == f16BitCache) {
80 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t));
81 build_16bitcache(f16BitCache, fColors, fCount);
85 return f16BitCache;
91 f16BitCache = NULL;
  /external/chromium_org/third_party/skia/include/core/
SkColorTable.h 83 uint16_t* f16BitCache;
  /external/skia/include/core/
SkColorTable.h 83 uint16_t* f16BitCache;

Completed in 2079 milliseconds