Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c37 ResObj_New, _rv); in Icn_GetCIcon()
89 ResObj_New, _rv); in Icn_GetIcon()
152 ResObj_New, theIconSuite); in Icn_NewIconSuite()
199 ResObj_New, theIconData); in Icn_GetIconFromSuite()
222 ResObj_New, theIconSuite); in Icn_GetIconSuite()
620 ResObj_New, iconFamily); in Icn_IconRefToIconFamily()
643 ResObj_New, iconSuite); in Icn_IconFamilyToIconSuite()
666 ResObj_New, iconFamily); in Icn_IconSuiteToIconFamily()
792 ResObj_New, theIconRef, in Icn_GetIconRefFromFile()
819 ResObj_New, theIconRef); in Icn_GetIconRef()
[all …]
/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c83 ResObj_New, _rv); in GWorldObj_GetGWorldDevice()
98 ResObj_New, _rv); in GWorldObj_GetGWorldPixMap()
312 ResObj_New, gdh); in Qdoffs_GetGWorld()
505 ResObj_New, gdh, in Qdoffs_NewScreenBuffer()
506 ResObj_New, offscreenPixMap); in Qdoffs_NewScreenBuffer()
579 ResObj_New, gdh, in Qdoffs_NewTempScreenBuffer()
580 ResObj_New, offscreenPixMap); in Qdoffs_NewTempScreenBuffer()
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c24 #define ResObj_New _ResObj_New macro
51 PyObject *ResObj_New(Handle itself) in ResObj_New() function
412 ResObj_New, _rv); in ResObj_GetNextFOND()
908 ResObj_New, _rv); in Res_GetIndResource()
932 ResObj_New, _rv); in Res_Get1IndResource()
956 ResObj_New, _rv); in Res_GetResource()
980 ResObj_New, _rv); in Res_Get1Resource()
1004 ResObj_New, _rv); in Res_GetNamedResource()
1028 ResObj_New, _rv); in Res_Get1NamedResource()
1597 rv = (ResourceObject *)ResObj_New(h); in Res_Handle()
[all …]
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c190 ResObj_New, _rv); in GrafObj_GetPortPixMap()
423 ResObj_New, _rv); in GrafObj_GetPortVisibleRegion()
441 ResObj_New, _rv); in GrafObj_GetPortClipRegion()
459 ResObj_New, _rv); in GrafObj_GetPortBackPixPat()
477 ResObj_New, _rv); in GrafObj_GetPortPenPixPat()
495 ResObj_New, _rv); in GrafObj_GetPortFillPixPat()
701 ResObj_New, _rv); in GrafObj_SwapPortPicSaveHandle()
719 ResObj_New, _rv); in GrafObj_SwapPortPolySaveHandle()
737 ResObj_New, _rv); in GrafObj_SwapPortRegionSaveHandle()
1073 ResObj_New, _rv); in GrafObj_QDLocalToGlobalRegion()
[all …]
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c130 ResObj_New, _rv); in TEObj_TEGetText()
492 ResObj_New, _rv); in TEObj_TEGetStyleHandle()
595 ResObj_New, _rv); in TEObj_TEGetStyleScrapHandle()
764 ResObj_New, _rv); in TEObj_as_Resource()
1061 ResObj_New, _rv); in TE_TEScrapHandle()
1204 ResObj_New, _rv); in TE_TEGetScrapHandle()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c542 ResObj_New, _rv); in MovieCtlObj_MCGetControllerBoundsRgn()
560 ResObj_New, _rv); in MovieCtlObj_MCGetWindowRgn()
934 ResObj_New, theClip, in MovieCtlObj_MCGetClip()
935 ResObj_New, movieClip); in MovieCtlObj_MCGetClip()
956 ResObj_New, badgeRgn); in MovieCtlObj_MCDrawBadge()
3118 ResObj_New, dataRef, in MediaObj_GetMediaDataRef()
3533 ResObj_New, _rv); in TrackObj_GetTrackPict()
3548 ResObj_New, _rv); in TrackObj_GetTrackClipRgn()
3580 ResObj_New, _rv); in TrackObj_GetTrackDisplayBoundsRgn()
3595 ResObj_New, _rv); in TrackObj_GetTrackMovieBoundsRgn()
[all …]
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c553 ResObj_New, _rv); in ListObj_GetListDefinition()
565 ResObj_New, _rv); in ListObj_GetListUserHandle()
577 ResObj_New, _rv); in ListObj_GetListDataHandle()
613 ResObj_New, _rv); in ListObj_as_Resource()
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c160 ResObj_New, _rv); in CmpInstObj_GetComponentInstanceStorage()
541 ResObj_New, theResource); in CmpObj_GetComponentResource()
653 ResObj_New, iconSuite); in CmpObj_GetComponentIconSuite()
/external/python/cpython2/Include/
Dpymactoolbox.h190 extern PyObject *ResObj_New(Handle);
/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c106 ResObj_New, outMenuBar); in IBNibRefObj_CreateMenuBarFromNib()
/external/python/cpython2/Mac/Modules/fm/
D_Fmmodule.c34 ResObj_New, itself->wTabHandle); in FMRec_New()
/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c208 return Py_BuildValue("O&", ResObj_New, names);
D_Sndmodule.c723 ResObj_New, sndHandle); in Snd_SndRecord()
776 ResObj_New, deviceIconHandle); in Snd_SPBGetIndexedDevice()
/external/python/cpython2/Python/
Dmactoolboxglue.c437 GLUE_NEW(Handle, ResObj_New, "Carbon.Res")
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c739 ResObj_New, _rv); in WinObj_GetWindowPic()
1074 ResObj_New, alias); in WinObj_GetWindowProxyAlias()
1117 ResObj_New, outIcon); in WinObj_GetWindowProxyIcon()
1750 ResObj_New, outGreatestDevice, in WinObj_GetWindowGreatestAreaDevice()
3097 ResObj_New, _rv); in Win_GetGrayRgn()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c1076 ResObj_New, outIconHandle); in MenuObj_GetMenuItemIconHandle()
2206 ResObj_New, _rv); in MenuObj_as_Resource()
2801 ResObj_New, _rv); in Menu_GetNewMBar()
2816 ResObj_New, _rv); in Menu_GetMenuBar()
2852 ResObj_New, outMbar); in Menu_DuplicateMenuBar()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c785 ResObj_New, _rv); in DlgObj_GetDialogTextEditHandle()
1472 _res = Py_BuildValue("O&", ResObj_New, (Handle)NewUserItemUPP(Dlg_UnivUserItemProc)); in Dlg_SetUserItemHandler()
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c622 ResObj_New, oDataHandle); in TXNObj_TXNGetData()
649 ResObj_New, oDataHandle); in TXNObj_TXNGetDataEncoded()
/external/python/cpython2/Mac/Modules/
DNav.c391 return ResObj_New((Handle)self->itself.fileTranslation); in navrr_getattr()
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c595 ResObj_New, outColors); in App_GetThemeAccentColors()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1495 ResObj_New, _rv); in CtlObj_GetControlDataHandle()
3204 ResObj_New, _rv); in CtlObj_as_Resource()