Home
last modified time | relevance | path

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

/third_party/giflib/
Dgif2rgb.c75 GifByteType *RedP, *GreenP, *BlueP; in LoadRGB() local
85 RedP = *RedBuffer; in LoadRGB()
132 *RedP++ = *BufferP++; in LoadRGB()
144 if (fread(RedP, Width, 1, rgbfp[0]) != 1 || in LoadRGB()
148 RedP += Width; in LoadRGB()