Home
last modified time | relevance | path

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

/external/giflib/
Dquantize.c68 unsigned int Index, NumOfEntries; in GifQuantizeBuffer() local
115 NumOfEntries = 1; in GifQuantizeBuffer()
120 NumOfEntries++; in GifQuantizeBuffer()
124 NewColorSubdiv[0].NumEntries = NumOfEntries; /* Different sampled colors */ in GifQuantizeBuffer()
/external/ImageMagick/coders/
Dwpg.c1012 unsigned int NumOfEntries; in ReadWPGImage() member
1156 WPG_Palette.NumOfEntries=ReadBlobLSBShort(image); in ReadWPGImage()
1157 if ((WPG_Palette.NumOfEntries-WPG_Palette.StartIndex) > in ReadWPGImage()
1160 if (WPG_Palette.StartIndex > WPG_Palette.NumOfEntries) in ReadWPGImage()
1162 image->colors=WPG_Palette.NumOfEntries; in ReadWPGImage()
1166 i < (int)WPG_Palette.NumOfEntries; i++) in ReadWPGImage()
1393 WPG_Palette.NumOfEntries=ReadBlobLSBShort(image); in ReadWPGImage()
1394 if ((WPG_Palette.NumOfEntries-WPG_Palette.StartIndex) > in ReadWPGImage()
1397 if (WPG_Palette.StartIndex >= WPG_Palette.NumOfEntries) in ReadWPGImage()
1399 image->colors=WPG_Palette.NumOfEntries; in ReadWPGImage()
[all …]