Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c36 void (*gdx2d_free)(const gdx2d_pixmap* pixmap);
56 gdx2d_pixmap *pixmap = gdx2d_load((unsigned char *) ptr, st.st_size); in main() local
57 if (pixmap) { in main()
58 gdx2d_free(pixmap); in main()