Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp543 b = gifbits[0]; in NextPixel()
544 g = gifbits[1]; in NextPixel()
545 r = gifbits[2]; in NextPixel()
546 a = gifbits[3]; in NextPixel()
548 a = gifbits[0]; in NextPixel()
549 r = gifbits[1]; in NextPixel()
550 g = gifbits[2]; in NextPixel()
551 b = gifbits[3]; in NextPixel()
553 gifbits += 4; in NextPixel()
579 gifbits = (unsigned char*)bitmap->Bits() + (bpr * row); in NextPixel()
[all …]
H A DGIFSave.h88 unsigned char* gifbits; variable