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

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
TextureArray.java 75 public WrapMode getWrap(WrapAxis axis) {
Texture2D.java 159 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
168 public WrapMode getWrap(WrapAxis axis) {
190 if (this.getWrap(WrapAxis.S) != that.getWrap(WrapAxis.S))
192 if (this.getWrap(WrapAxis.T) != that.getWrap(WrapAxis.T))
Texture3D.java 163 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
172 public WrapMode getWrap(WrapAxis axis) {
195 if (this.getWrap(WrapAxis.S) != that.getWrap(WrapAxis.S)) {
198 if (this.getWrap(WrapAxis.T) != that.getWrap(WrapAxis.T)) {
201 if (this.getWrap(WrapAxis.R) != that.getWrap(WrapAxis.R)) {
TextureCubeMap.java 139 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
148 public WrapMode getWrap(WrapAxis axis) {
171 if (this.getWrap(WrapAxis.S) != that.getWrap(WrapAxis.S))
173 if (this.getWrap(WrapAxis.T) != that.getWrap(WrapAxis.T))
175 if (this.getWrap(WrapAxis.R) != that.getWrap(WrapAxis.R))
Texture.java 443 * <code>getWrap</code> returns the wrap mode for a given coordinate axis
452 public abstract WrapMode getWrap(WrapAxis axis);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 217 public boolean getWrap() {
473 boolean wrap = mPaletteMode.getWrap();
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 144 milliseconds