Searched refs:Object (Results 1 – 2 of 2) sorted by relevance
848 ColorMapObject *Object; in MstMakeMapObject() local853 Object = &CMObject[obj_idx];//(ColorMapObject *)malloc(sizeof(ColorMapObject)); in MstMakeMapObject()860 Object->Colors = &ColorTyp[obj_idx];//(GifColorType *)calloc(ColorCount, sizeof(GifColorType)); in MstMakeMapObject()863 if (Object->Colors == (GifColorType *)NULL) in MstMakeMapObject()865 Object->ColorCount = ColorCount; in MstMakeMapObject()866 Object->BitsPerPixel = MstBitSize(ColorCount); in MstMakeMapObject()869 memcpy((char *)Object->Colors, in MstMakeMapObject()872 return(Object); in MstMakeMapObject()874 void MstFreeMapObject(ColorMapObject *Object) in MstFreeMapObject() argument
346 void MstFreeMapObject(ColorMapObject *Object);