Home
last modified time | relevance | path

Searched defs:newBlock (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DCacheTexture.cpp37 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/
Dandroid_util_AssetManager.cpp1059 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/
Dutils.c407 int8_t* newBlock = malloc(CACHE_BLOCK_SIZE); in _cache_malloc() local