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

  /src/sys/dev/splash/
splash.mk 23 splash_image.o: ${SPLASHSCREEN_IMAGE}
27 -O ${BFD_TARGET} splash.image splash_image.o
31 # SPLASHSCREEN_IMAGE is not defined; build empty splash_image.o.
32 splash_image.c:
splash.mk 23 splash_image.o: ${SPLASHSCREEN_IMAGE}
27 -O ${BFD_TARGET} splash.image splash_image.o
31 # SPLASHSCREEN_IMAGE is not defined; build empty splash_image.o.
32 splash_image.c:
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);
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);

Completed in 22 milliseconds