Searched defs:mapName (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMapElement.cpp114 String mapName = value; local
115 if (mapName[0] == '#')
116 mapName = mapName.substring(1);
117 m_name = document()->isHTMLDocument() ? mapName.lower() : mapName;
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java171 * @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) { argument
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) { argument
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) { argument
213 addImage(texture.getImage(), name, mapName, sourceTextureName);
231 private boolean addImage(Image image, String name, String mapName, Strin argument
271 drawImage(Image source, int x, int y, String mapName) argument
395 getAtlasTexture(String mapName) argument
543 getMaterialTexture(Geometry geometry, String mapName) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 344 milliseconds