Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/libgdx/libgdx
/ getWidth
Method
getWidth
gdx/src/com/badlogic/gdx/graphics/TextureData.java:74–74 ·
view source on GitHub ↗
@return the width of the pixel data
()
Source
from the content-addressed store, hash-verified
72
73
/** @
return
the width of the pixel data */
74
public
int
getWidth ();
75
76
/** @
return
the height of the pixel data */
77
public
int
getHeight ();
Callers
15
getWidth
Method · 0.65
renderTileLayer
Method · 0.65
renderTileLayer
Method · 0.65
renderTileLayer
Method · 0.65
renderTileLayer
Method · 0.65
getRightGutterWidth
Method · 0.65
Stage
Method · 0.65
begin
Method · 0.65
calculateScissors
Method · 0.65
getViewport
Method · 0.65
setSprite
Method · 0.65
layout
Method · 0.65
Implementers
9
FileTextureData
gdx/src/com/badlogic/gdx/graphics/glut
FloatTextureData
gdx/src/com/badlogic/gdx/graphics/glut
KTXTextureData
gdx/src/com/badlogic/gdx/graphics/glut
PixmapTextureData
gdx/src/com/badlogic/gdx/graphics/glut
ETC1TextureData
gdx/src/com/badlogic/gdx/graphics/glut
MipMapTextureData
gdx/src/com/badlogic/gdx/graphics/glut
GLOnlyTextureData
gdx/src/com/badlogic/gdx/graphics/glut
FileTextureData
backends/gdx-backends-gwt/src/com/badl
ETC1TextureData
backends/gdx-backends-gwt/src/com/badl
Calls
no outgoing calls
Tested by
no test coverage detected