HomeSort by relevance Sort by last modified time
    Searched refs:gdx2d_draw_pixmap (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/jni/gdx2d/
gdx2d.h 86 JNIEXPORT void gdx2d_draw_pixmap (const gdx2d_pixmap* src_pixmap,
gdx2d.c 947 void gdx2d_draw_pixmap(const gdx2d_pixmap* src_pixmap, const gdx2d_pixmap* dst_pixmap, function
  /external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp 155 gdx2d_draw_pixmap((gdx2d_pixmap*)src, (gdx2d_pixmap*)dst, srcX, srcY, srcWidth, srcHeight, dstX, dstY, dstWidth, dstHeight);

Completed in 118 milliseconds