Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xpm.c1010 char *keystrings = NULL, *nextkey; in load_xpm() local
1048 keystrings = (char *)SDL_malloc(ncolors * cpp); in load_xpm()
1049 if (!keystrings) { in load_xpm()
1053 nextkey = keystrings; in load_xpm()
1164 if (keystrings) in load_xpm()
1165 SDL_free(keystrings); in load_xpm()

Completed in 4 milliseconds