HomeSort by relevance Sort by last modified time
    Searched defs:mapName (Results 1 - 10 of 10) sorted by null

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 171 * @param mapName A freely chosen map name that can be later retrieved as a Texture. The first map name supplied will be the master map.
174 public boolean addTexture(Texture texture, String mapName) {
180 return addImage(texture.getImage(), name, mapName, null);
189 * @param mapName A freely chosen map name that can be later retrieved as a Texture.
192 public void addTexture(Texture texture, String mapName, Texture masterTexture) {
197 addTexture(texture, mapName, sourceTextureName);
204 * @param mapName A freely chosen map name that can be later retrieved as a Texture.
207 public void addTexture(Texture texture, String mapName, String sourceTextureName) {
213 addImage(texture.getImage(), name, mapName, sourceTextureName);
231 private boolean addImage(Image image, String name, String mapName, String sourceTextureName)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 617 milliseconds