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

  /packages/inputmethods/PinyinIME/jni/share/
lpicache.cpp 69 size_t LpiCache::get_cache(uint16 splid, LmaPsbItem lpi_items[], function in class:ime_pinyin::LpiCache
  /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);

Completed in 9303 milliseconds