Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAssetAtlas.h85 const AssetAtlas& atlas; variable
88 const AssetAtlas& atlas) in Entry()
/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java228 Atlas atlas = new Atlas(config.type, config.width, config.height, config.flags); in run() local
248 private boolean renderAtlas(GraphicBuffer buffer, Atlas atlas, int packCount) { in renderAtlas()
704 Atlas atlas = new Atlas(type, width, height); in packBitmaps() local
/frameworks/base/services/java/com/android/server/
DSystemServer.java660 AssetAtlasService atlas = null; in startOtherServices() local