Searched refs:swidth (Results 1 – 1 of 1) sorted by relevance
517 uint32_t swidth; in bmp_decode_rgb32() local522 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() local601 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 …]