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

  /external/libgdx/gdx/jni/gdx2d/
gdx2d.h 84 JNIEXPORT void gdx2d_fill_circle (const gdx2d_pixmap* pixmap, int32_t x, int32_t y, uint32_t radius, uint32_t col);
gdx2d.c 630 void gdx2d_fill_circle(const gdx2d_pixmap* pixmap, int32_t x0, int32_t y0, uint32_t radius, uint32_t col) { function
  /external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp 135 gdx2d_fill_circle((gdx2d_pixmap*)pixmap, x, y, radius, color);

Completed in 332 milliseconds