Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPixmap.java218 public void drawPixmap (Pixmap pixmap, int x, int y) { in drawPixmap() method in Pixmap
231 …public void drawPixmap (Pixmap pixmap, int x, int y, int srcx, int srcy, int srcWidth, int srcHeig… in drawPixmap() method in Pixmap
248 …public void drawPixmap (Pixmap pixmap, int srcx, int srcy, int srcWidth, int srcHeight, int dstx, … in drawPixmap() method in Pixmap
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
DPixmap.java273 public void drawPixmap (Pixmap pixmap, int x, int y) { in drawPixmap() method in Pixmap
287 …public void drawPixmap (Pixmap pixmap, int x, int y, int srcx, int srcy, int srcWidth, int srcHeig… in drawPixmap() method in Pixmap
305 …public void drawPixmap (Pixmap pixmap, int srcx, int srcy, int srcWidth, int srcHeight, int dstx, … in drawPixmap() method in Pixmap
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGdx2DPixmap.java197 …public void drawPixmap (Gdx2DPixmap src, int srcX, int srcY, int dstX, int dstY, int width, int he… in drawPixmap() method in Gdx2DPixmap
201 …public void drawPixmap (Gdx2DPixmap src, int srcX, int srcY, int srcWidth, int srcHeight, int dstX… in drawPixmap() method in Gdx2DPixmap
350 …private static native void drawPixmap (long src, long dst, int srcX, int srcY, int srcWidth, int s… in drawPixmap() method in Gdx2DPixmap