Home
last modified time | relevance | path

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

/dports/audio/ocp/ocp-0.2.90/cpiface/
H A Dgif.c426 uint16_t GIFimageWidth; in GIF87read() local
485 GIFimageWidth=*filedata++; in GIF87read()
486 GIFimageWidth+=(*filedata++)<<8; in GIF87read()
487 if(GIFimageWidth!=picWidth) in GIF87read()
509 interlaceTable[z++]=i*GIFimageWidth; in GIF87read()
547 if(decoder(GIFimageWidth)<0) in GIF87read()
653 *GIFimageWidth=*filedata++; in GIF87_try_open_indexed()
654 *GIFimageWidth+=(*filedata++)<<8; in GIF87_try_open_indexed()
656 if ((*GIFimageWidth) > 1920) in GIF87_try_open_indexed()
735 if(decoder(*GIFimageWidth)<0) in GIF87_try_open_indexed()
[all …]
H A Dgif.h61 int GIF87_try_open_indexed(uint16_t *GIFimageWidth,
68 int GIF87_try_open_bgra(uint16_t *GIFimageWidth,