Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DShapeRenderer.java559 public void rectLine (float x1, float y1, float x2, float y2, float width) { in rectLine() method in ShapeRenderer
604 public void rectLine (Vector2 p1, Vector2 p2, float width) { in rectLine() method in ShapeRenderer