Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c7099 BitMapPtr itself_copy; in BMObj_NewCopied() local
7101 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()