OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ownstexture
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEffect.java
40
private boolean
ownsTexture
;
189
ownsTexture
= true;
211
if (!
ownsTexture
) return;
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
...]
Completed in 782 milliseconds