Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c143 IconSuiteRef theIconSuite; in Icn_NewIconSuite() local
149 _err = NewIconSuite(&theIconSuite); in Icn_NewIconSuite()
152 ResObj_New, theIconSuite); in Icn_NewIconSuite()
207 IconSuiteRef theIconSuite; in Icn_GetIconSuite() local
217 _err = GetIconSuite(&theIconSuite, in Icn_GetIconSuite()
222 ResObj_New, theIconSuite); in Icn_GetIconSuite()
230 IconSuiteRef theIconSuite; in Icn_DisposeIconSuite() local
236 ResObj_Convert, &theIconSuite, in Icn_DisposeIconSuite()
239 _err = DisposeIconSuite(theIconSuite, in Icn_DisposeIconSuite()
254 IconSuiteRef theIconSuite; in Icn_PlotIconSuite() local
[all …]