Home
last modified time | relevance | path

Searched refs:Atlas (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java23 import android.graphics.Atlas;
228 Atlas atlas = new Atlas(config.type, config.width, config.height, config.flags); in run()
248 private boolean renderAtlas(GraphicBuffer buffer, Atlas atlas, int packCount) { in renderAtlas()
260 final Atlas.Entry entry = new Atlas.Entry(); in renderAtlas()
502 Atlas.Type type = Atlas.Type.valueOf(reader.readLine()); in readConfiguration()
572 final Atlas.Type type;
578 Configuration(Atlas.Type type, int width, int height, int count) { in Configuration()
579 this(type, width, height, count, Atlas.FLAG_DEFAULTS); in Configuration()
582 Configuration(Atlas.Type type, int width, int height, int count, int flags) { in Configuration()
602 Atlas.Type type;
[all …]
/frameworks/base/graphics/java/android/graphics/
DAtlas.java22 public class Atlas { class
83 public Atlas(Type type, int width, int height) { in Atlas() method in Atlas
100 public Atlas(Type type, int width, int height, int flags) { in Atlas() method in Atlas
/frameworks/base/
Dcompiled-classes-phone1171 android.graphics.Atlas
1172 android.graphics.Atlas$Entry
1173 android.graphics.Atlas$Policy
1174 android.graphics.Atlas$SlicePolicy
1175 android.graphics.Atlas$SlicePolicy$Cell
1176 android.graphics.Atlas$SlicePolicy$MinAreaSplitDecision
1177 android.graphics.Atlas$SlicePolicy$SplitDecision
1178 android.graphics.Atlas$Type