Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c848 ColorMapObject *Object; in MstMakeMapObject() local
853 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
H A Dgif_lib.h346 void MstFreeMapObject(ColorMapObject *Object);