Searched refs:shapeType (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { argument
70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) { argument
85 if (shapeType == SHAPE_BOX) {
97 } else if (shapeType == SHAPE_CIRCLE) {

Completed in 49 milliseconds