Home
last modified time | relevance | path

Searched refs:BlueP (Results 1 – 1 of 1) sorted by path

/dports/graphics/giflib/giflib-5.2.1/
H A Dgif2rgb.c75 GifByteType *RedP, *GreenP, *BlueP; in LoadRGB() local
87 BlueP = *BlueBuffer; in LoadRGB()
134 *BlueP++ = *BufferP++; in LoadRGB()
146 fread(BlueP, Width, 1, rgbfp[2]) != 1) in LoadRGB()
150 BlueP += Width; in LoadRGB()