Home
last modified time | relevance | path

Searched defs:packedWidth (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DTextureAtlas.java476 public int packedWidth; field in TextureAtlas.AtlasRegion
593 int packedWidth = region.rotate ? region.packedHeight : region.packedWidth; in setBounds() local