Searched refs:gifbits (Results 1 – 2 of 2) sorted by relevance
543 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 …]
88 unsigned char* gifbits; variable