MCPcopy
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

getWidthMethod · 0.65
renderTileLayerMethod · 0.65
renderTileLayerMethod · 0.65
renderTileLayerMethod · 0.65
renderTileLayerMethod · 0.65
getRightGutterWidthMethod · 0.65
StageMethod · 0.65
beginMethod · 0.65
calculateScissorsMethod · 0.65
getViewportMethod · 0.65
setSpriteMethod · 0.65
layoutMethod · 0.65

Implementers 9

FileTextureDatagdx/src/com/badlogic/gdx/graphics/glut
FloatTextureDatagdx/src/com/badlogic/gdx/graphics/glut
KTXTextureDatagdx/src/com/badlogic/gdx/graphics/glut
PixmapTextureDatagdx/src/com/badlogic/gdx/graphics/glut
ETC1TextureDatagdx/src/com/badlogic/gdx/graphics/glut
MipMapTextureDatagdx/src/com/badlogic/gdx/graphics/glut
GLOnlyTextureDatagdx/src/com/badlogic/gdx/graphics/glut
FileTextureDatabackends/gdx-backends-gwt/src/com/badl
ETC1TextureDatabackends/gdx-backends-gwt/src/com/badl

Calls

no outgoing calls

Tested by

no test coverage detected