OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_cache
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
lpicache.h
57
size_t
get_cache
(uint16 splid, LmaPsbItem lpi_items[], size_t lpi_max);
/external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp
697
static SkScaledImageCache*
get_cache
() {
function
712
return
get_cache
()->findAndLock(pixelGenerationID, width, height, scaled);
721
return
get_cache
()->addAndLock(pixelGenerationID, width, height, scaled);
730
return
get_cache
()->findAndLock(orig, scaleX, scaleY, scaled);
736
return
get_cache
()->findAndLockMip(orig, mip);
744
return
get_cache
()->addAndLock(orig, scaleX, scaleY, scaled);
750
return
get_cache
()->addAndLockMip(orig, mip);
755
get_cache
()->unlock(id);
757
//
get_cache
()->dump();
762
return
get_cache
()->getBytesUsed()
[
all
...]
/external/skia/src/core/
SkScaledImageCache.cpp
697
static SkScaledImageCache*
get_cache
() {
function
712
return
get_cache
()->findAndLock(pixelGenerationID, width, height, scaled);
721
return
get_cache
()->addAndLock(pixelGenerationID, width, height, scaled);
730
return
get_cache
()->findAndLock(orig, scaleX, scaleY, scaled);
736
return
get_cache
()->findAndLockMip(orig, mip);
744
return
get_cache
()->addAndLock(orig, scaleX, scaleY, scaled);
750
return
get_cache
()->addAndLockMip(orig, mip);
755
get_cache
()->unlock(id);
757
//
get_cache
()->dump();
762
return
get_cache
()->getBytesUsed()
[
all
...]
/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 270 milliseconds