Searched defs:newBlock (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 37 CacheBlock* CacheBlock::insertBlock(CacheBlock* head, CacheBlock* newBlock) { in insertBlock() 299 CacheBlock* newBlock = new CacheBlock(oldX, glyphH + TEXTURE_BORDER_SIZE, in fitBitmap() local
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1059 ssize_t newBlock = theme->resolveAttributeReference(&value, block, in android_content_AssetManager_applyStyle() local 1067 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_applyStyle() local 1220 ssize_t newBlock = res.resolveReference(&value, block, &resid, in android_content_AssetManager_retrieveAttributes() local 1333 ssize_t newBlock = res.resolveReference(&value, block, &resid, in android_content_AssetManager_retrieveArray() local
|
/frameworks/native/cmds/installd/ |
D | utils.c | 407 int8_t* newBlock = malloc(CACHE_BLOCK_SIZE); in _cache_malloc() local
|