HomeSort by relevance Sort by last modified time
    Searched full:get_cache (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 455 static SkScaledImageCache* get_cache() { function
468 return get_cache()->findAndLock(orig, scaleX, scaleY, scaled);
474 return get_cache()->findAndLockMip(orig, mip);
482 return get_cache()->addAndLock(orig, scaleX, scaleY, scaled);
488 return get_cache()->addAndLockMip(orig, mip);
493 return get_cache()->unlock(id);
498 return get_cache()->getBytesUsed();
503 return get_cache()->getByteLimit();
508 return get_cache()->setByteLimit(newLimit);
  /external/skia/src/core/
SkScaledImageCache.cpp 455 static SkScaledImageCache* get_cache() { function
468 return get_cache()->findAndLock(orig, scaleX, scaleY, scaled);
474 return get_cache()->findAndLockMip(orig, mip);
482 return get_cache()->addAndLock(orig, scaleX, scaleY, scaled);
488 return get_cache()->addAndLockMip(orig, mip);
493 return get_cache()->unlock(id);
498 return get_cache()->getBytesUsed();
503 return get_cache()->getByteLimit();
508 return get_cache()->setByteLimit(newLimit);
  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 57 size_t get_cache(uint16 splid, LmaPsbItem lpi_items[], size_t lpi_max);
  /packages/inputmethods/PinyinIME/jni/share/
lpicache.cpp 69 size_t LpiCache::get_cache(uint16 splid, LmaPsbItem lpi_items[], function in class:ime_pinyin::LpiCache
matrixsearch.cpp     [all...]

Completed in 397 milliseconds