splash.c | 61 } splash_image = { NULL, 0 }; variable in typeref:struct:__anonc0b16b7f0108 149 if (splash_image.data != NULL) { 156 splash_image.data = imgdata; 157 splash_image.datalen = imgdatalen; 183 if (splash_image.data == NULL) { 188 data = stbi_load_from_memory(splash_image.data, 189 splash_image.datalen, &width, &height, &comp, STBI_rgb);
|