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

  /external/libgdx/gdx/jni/gdx2d/
gdx2d.h 77 JNIEXPORT void gdx2d_clear (const gdx2d_pixmap* pixmap, uint32_t col);
gdx2d.c 361 void gdx2d_clear(const gdx2d_pixmap* pixmap, uint32_t col) { function
  /external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp 65 gdx2d_clear((gdx2d_pixmap*)pixmap, color);

Completed in 97 milliseconds