HomeSort by: relevance | last modified time | path
    Searched defs:splash_image (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/splash/
splash.c 61 } splash_image = { NULL, 0 }; variable in typeref:struct:__anon3670
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);
splash.c 61 } splash_image = { NULL, 0 }; variable in typeref:struct:__anon3670
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);
splash.c 61 } splash_image = { NULL, 0 }; variable in typeref:struct:__anon3670
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);

Completed in 52 milliseconds