Home
last modified time | relevance | path

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

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DInterpolationTest.java50 float graphSize, steps, time = 0, duration = 2.5f; field in InterpolationTest
151 …list.getStyle().font.draw(stage.getBatch(), text, bottomLeftX + graphSize / 2, bottomLeftY + graph… in render() local