Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c630 IconSuiteRef iconSuite; in Icn_IconFamilyToIconSuite() local
640 &iconSuite); in Icn_IconFamilyToIconSuite()
643 ResObj_New, iconSuite); in Icn_IconFamilyToIconSuite()
651 IconSuiteRef iconSuite; in Icn_IconSuiteToIconFamily() local
658 ResObj_Convert, &iconSuite, in Icn_IconSuiteToIconFamily()
661 _err = IconSuiteToIconFamily(iconSuite, in Icn_IconSuiteToIconFamily()
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c643 Handle iconSuite; in CmpObj_GetComponentIconSuite() local
650 &iconSuite); in CmpObj_GetComponentIconSuite()
653 ResObj_New, iconSuite); in CmpObj_GetComponentIconSuite()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c92 OptResObj_Convert, &itself->u.iconSuite); in ControlButtonContentInfo_Convert()