Searched defs:packedWidth (Results 1 – 1 of 1) sorted by relevance
476 public int packedWidth; field in TextureAtlas.AtlasRegion593 int packedWidth = region.rotate ? region.packedHeight : region.packedWidth; in setBounds() local