Searched defs:mapName (Results 1 – 2 of 2) sorted by relevance
| /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
| D | TextureAtlas.java | 174 public boolean addTexture(Texture texture, String mapName) { in addTexture() 192 public void addTexture(Texture texture, String mapName, Texture masterTexture) { in addTexture() 207 public void addTexture(Texture texture, String mapName, String sourceTextureName) { in addTexture() 213 addImage(texture.getImage(), name, mapName, sourceTextureName); in addTexture() local 231 private boolean addImage(Image image, String name, String mapName, String sourceTextureName) { in addImage() 271 private void drawImage(Image source, int x, int y, String mapName) { in drawImage() 395 public Texture getAtlasTexture(String mapName) { in getAtlasTexture() 543 private static Texture getMaterialTexture(Geometry geometry, String mapName) { in getMaterialTexture()
|
| /external/webkit/Source/WebCore/html/ |
| D | HTMLMapElement.cpp | 117 String mapName = attribute->value(); in parseMappedAttribute() local
|