Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DSprite.java283 int intBits = NumberUtils.floatToIntColor(vertices[C1]); in setAlpha() local
299 …int intBits = ((int)(255 * a) << 24) | ((int)(255 * b) << 16) | ((int)(255 * g) << 8) | ((int)(255… in setColor() local
DPolygonSprite.java160 …int intBits = ((int)(255 * a) << 24) | ((int)(255 * b) << 16) | ((int)(255 * g) << 8) | ((int)(255… in setColor() local
DSpriteCache.java148 int intBits = (int)(255 * a) << 24 | (int)(255 * b) << 16 | (int)(255 * g) << 8 | (int)(255 * r); in setColor() local
159 int intBits = NumberUtils.floatToIntColor(color); in getColor() local
DSpriteBatch.java203 int intBits = (int)(255 * a) << 24 | (int)(255 * b) << 16 | (int)(255 * g) << 8 | (int)(255 * r); in setColor() local
214 int intBits = NumberUtils.floatToIntColor(color); in getColor() local
DPolygonSpriteBatch.java179 int intBits = (int)(255 * a) << 24 | (int)(255 * b) << 16 | (int)(255 * g) << 8 | (int)(255 * r); in setColor() local
190 int intBits = NumberUtils.floatToIntColor(color); in getColor() local
DBitmapFontCache.java176 …int intBits = ((int)(255 * a) << 24) | ((int)(255 * b) << 16) | ((int)(255 * g) << 8) | ((int)(255… in setColors() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DDecal.java77 …int intBits = ((int)(255 * a) << 24) | ((int)(255 * b) << 16) | ((int)(255 * g) << 8) | ((int)(255… in setColor() local