Home
last modified time | relevance | path

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

/dports/games/xjig/xjig-2.4/
H A Dgif_image.C118 int dr = (gif_p->Red[j] -Red[i]); in Recolor()
120 int db = (gif_p->Blue[j] -Blue[i]); in Recolor()
133 for (j=0;j<gif_p->ColorMapSize;j++) { in Recolor()
134 Red[j] = gif_p->Red[j]; in Recolor()
135 Green[j] = gif_p->Green[j]; in Recolor()
136 Blue[j] = gif_p->Blue[j]; in Recolor()
138 ColorMapSize = gif_p->ColorMapSize; in Recolor()
162 int x22=x21+gif_p->Width(); in AddAt()
163 int y22=y21+gif_p->Height(); in AddAt()
207 gif_p->Red[i], gif_p->Green[i], gif_p->Blue[i] ); in AddAt()
[all …]
H A Dgif_image.H54 void Recolor( class GifImage *gif_p );
/dports/games/xmemory/xmemory-3.7/
H A Dgif_image.C118 int dr = (gif_p->Red[j] -Red[i]); in Recolor()
120 int db = (gif_p->Blue[j] -Blue[i]); in Recolor()
133 for (j=0;j<gif_p->ColorMapSize;j++) { in Recolor()
134 Red[j] = gif_p->Red[j]; in Recolor()
135 Green[j] = gif_p->Green[j]; in Recolor()
136 Blue[j] = gif_p->Blue[j]; in Recolor()
138 ColorMapSize = gif_p->ColorMapSize; in Recolor()
162 int x22=x21+gif_p->Width(); in AddAt()
163 int y22=y21+gif_p->Height(); in AddAt()
207 gif_p->Red[i], gif_p->Green[i], gif_p->Blue[i] ); in AddAt()
[all …]
H A Dgif_image.H54 void Recolor( class GifImage *gif_p );
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Deb.c2650 gif_p[6] = width & 0xff;
2652 gif_p[8] = height & 0xff;
2659 gif_p[14] = (bg >> 8) & 0xff;
2660 gif_p[15] = bg & 0xff;
2662 gif_p[17] = (fg >> 8) & 0xff;
2663 gif_p[18] = fg & 0xff;
2668 gif_p[32] = width & 0xff;
2670 gif_p[34] = height & 0xff;
2673 gif_p += GIF_PREAMBLE_LENGTH;
2679 *gif_p++ = (unsigned char)width;
[all …]