Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fb/
H A Dsplash_bmp.c243 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) in bmp_SetPix() function
317 bmp_SetPix(info, x, y, *(info->index+1) & 0x0f); in bmp_DecodeRLE4()
319 bmp_SetPix(info, x, y, (*(info->index+1) >>4) & 0x0f); in bmp_DecodeRLE4()
348 bmp_SetPix(info, x, y, val); in bmp_DecodeRLE4()
380 bmp_SetPix(info, x, y, *(info->index+1)); in bmp_DecodeRLE8()
401 bmp_SetPix(info, x, y, *(info->index + 2 + count)); in bmp_DecodeRLE8()
427 bmp_SetPix(info, x, line, *info->index); in bmp_DecodeLine()
439 bmp_SetPix(info, x, line, val); in bmp_DecodeLine()
454 bmp_SetPix(info, x, line, val); in bmp_DecodeLine()