HomeSort by relevance Sort by last modified time
    Searched defs:DrawableBitmap (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 25 public class DrawableBitmap extends DrawableObject {
35 DrawableBitmap(Texture texture, int width, int height) {
GameRenderer.java 204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight);
235 DrawableBitmap.endDrawing(gl);

Completed in 119 milliseconds