Searched refs:gdx2d_pixmap (Results 1 – 1 of 1) sorted by relevance
33 } gdx2d_pixmap; typedef35 gdx2d_pixmap *(*gdx2d_load)(const unsigned char *buffer, uint32_t len);36 void (*gdx2d_free)(const gdx2d_pixmap* pixmap);56 gdx2d_pixmap *pixmap = gdx2d_load((unsigned char *) ptr, st.st_size); in main()