Searched refs:itself_copy (Results 1 – 1 of 1) sorted by relevance
7099 BitMapPtr itself_copy; in BMObj_NewCopied() local7101 if ((itself_copy=(BitMapPtr)malloc(sizeof(BitMap))) == NULL) in BMObj_NewCopied()7103 *itself_copy = *itself; in BMObj_NewCopied()7104 it = (BitMapObject *)BMObj_New(itself_copy); in BMObj_NewCopied()7105 it->referred_bitmap = itself_copy; in BMObj_NewCopied()