Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DSpriteCache.java369 float invTexWidth = 1.0f / texture.getWidth(); in add() local
429 float invTexWidth = 1.0f / texture.getWidth(); in add() local
574 float invTexWidth = 1.0f / texture.getWidth(); in add() local
DTextureRegion.java82 float invTexWidth = 1f / texture.getWidth(); in setRegion() local
DBitmapFont.java673 float invTexWidth = 1.0f / texture.getWidth(); in setGlyphRegion() local
DCpuSpriteBatch.java276 float invTexWidth = 1.0f / texture.getWidth(); in drawAdjusted() local
DSpriteBatch.java47 float invTexWidth = 0, invTexHeight = 0; field in SpriteBatch
DPolygonSpriteBatch.java67 private float invTexWidth = 0, invTexHeight = 0; field in PolygonSpriteBatch