Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_bmp.c241 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) in bmp_SetPix() function
315 bmp_SetPix(info, x, y, *(info->index+1) & 0x0f); in bmp_DecodeRLE4()
317 bmp_SetPix(info, x, y, (*(info->index+1) >>4) & 0x0f); in bmp_DecodeRLE4()
346 bmp_SetPix(info, x, y, val); in bmp_DecodeRLE4()
378 bmp_SetPix(info, x, y, *(info->index+1)); in bmp_DecodeRLE8()
399 bmp_SetPix(info, x, y, *(info->index + 2 + count)); in bmp_DecodeRLE8()
425 bmp_SetPix(info, x, line, *info->index); in bmp_DecodeLine()
437 bmp_SetPix(info, x, line, val); in bmp_DecodeLine()
452 bmp_SetPix(info, x, line, val); in bmp_DecodeLine()