Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.c517 uint32_t swidth; in bmp_decode_rgb32() local
522 swidth = sizeof(uint32_t) * bmp->width; in bmp_decode_rgb32()
526 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb32()
544 scanline = (void *)(top + (y * swidth)); in bmp_decode_rgb32()
546 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb32()
597 uint32_t swidth; in bmp_decode_rgb24() local
601 swidth = sizeof(uint32_t) * bmp->width; in bmp_decode_rgb24()
607 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb24()
627 scanline = (void *)(top + (y * swidth)); in bmp_decode_rgb24()
629 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb24()
[all …]