Searched defs:invTexWidth (Results 1 – 6 of 6) sorted by relevance
369 float invTexWidth = 1.0f / texture.getWidth(); in add() local429 float invTexWidth = 1.0f / texture.getWidth(); in add() local574 float invTexWidth = 1.0f / texture.getWidth(); in add() local
82 float invTexWidth = 1f / texture.getWidth(); in setRegion() local
673 float invTexWidth = 1.0f / texture.getWidth(); in setGlyphRegion() local
276 float invTexWidth = 1.0f / texture.getWidth(); in drawAdjusted() local
47 float invTexWidth = 0, invTexHeight = 0; field in SpriteBatch
67 private float invTexWidth = 0, invTexHeight = 0; field in PolygonSpriteBatch