Lines Matching refs:bottom

514         uint8_t *top, *bottom, *end, *data;  in bmp_decode_rgb32()  local
526 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb32()
546 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb32()
594 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb24() local
607 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb24()
629 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb24()
664 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb16() local
676 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb16()
694 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb16()
750 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb() local
767 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb()
787 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb()
822 uint8_t *top, *bottom, *end; in bmp_decode_mask() local
832 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_mask()
840 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_mask()
873 uint8_t *top, *bottom, *end; in bmp_decode_rle8() local
887 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rle8()
932 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rle8()
975 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rle8()
1027 uint8_t *top, *bottom, *end; in bmp_decode_rle4() local
1041 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rle4()
1086 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rle4()
1138 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rle4()