HomeSort by relevance Sort by last modified time
    Searched refs:ownsTexture (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFont.java 65 private boolean ownsTexture;
130 ownsTexture = true;
166 ownsTexture = true;
169 ownsTexture = false;
313 if (ownsTexture) {
362 public boolean ownsTexture () {
363 return ownsTexture;
368 * @param ownsTexture whether the font owns the texture */
369 public void setOwnsTexture (boolean ownsTexture) {
370 this.ownsTexture = ownsTexture
    [all...]
ParticleEffect.java 40 private boolean ownsTexture;
189 ownsTexture = true;
211 if (!ownsTexture) return;

Completed in 45 milliseconds