OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdx2d_free
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp
55
gdx2d_free
((gdx2d_pixmap*)pixmap);
/external/libgdx/gdx/jni/gdx2d/
gdx2d.h
71
JNIEXPORT void
gdx2d_free
(const gdx2d_pixmap* pixmap);
gdx2d.c
272
void
gdx2d_free
(const gdx2d_pixmap* pixmap) {
function
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Gdx2DPixmap.java
311
gdx2d_free
((gdx2d_pixmap*)pixmap);
Completed in 162 milliseconds