Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymactoolbox.h161 extern PyObject *BMObj_New(BitMapPtr);
/external/python/cpython2/Python/
Dmactoolboxglue.c414 GLUE_NEW(BitMapPtr, BMObj_New, "Carbon.Qd")
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c31 #define BMObj_New _BMObj_New macro
205 BMObj_New, _rv); in GrafObj_GetPortBitMapForCopyBits()
1421 PyObject *BMObj_New(BitMapPtr itself) in BMObj_New() function
6513 if ( (_res = BMObj_New(ptr)) == NULL ) { in Qd_BitMap()
6540 if ( (_res = BMObj_New(ptr)) == NULL ) { in Qd_RawBitMap()
7104 it = (BitMapObject *)BMObj_New(itself_copy); in BMObj_NewCopied()
7120 PyMac_INIT_TOOLBOX_OBJECT_NEW(BitMapPtr, BMObj_New); in init_Qd()