QuantizedColorType   31 lib/quantize.c     struct QuantizedColorType *Pnext;
QuantizedColorType   38 lib/quantize.c     QuantizedColorType *QuantizedColors;
QuantizedColorType   73 lib/quantize.c     QuantizedColorType *ColorArrayEntries, *QuantizedColor;
QuantizedColorType   75 lib/quantize.c     ColorArrayEntries = (QuantizedColorType *)malloc(
QuantizedColorType   76 lib/quantize.c                            sizeof(QuantizedColorType) * COLOR_ARRAY_SIZE);
QuantizedColorType  204 lib/quantize.c     QuantizedColorType *QuantizedColor, **SortArray;
QuantizedColorType  227 lib/quantize.c         SortArray = (QuantizedColorType **)malloc(
QuantizedColorType  228 lib/quantize.c                       sizeof(QuantizedColorType *) * 
QuantizedColorType  249 lib/quantize.c               sizeof(QuantizedColorType *), SortCmpRtn);
QuantizedColorType  316 lib/quantize.c 	   QuantizedColorType *entry1 = (*((QuantizedColorType **) Entry1));
QuantizedColorType  317 lib/quantize.c 	   QuantizedColorType *entry2 = (*((QuantizedColorType **) Entry2));