Home | History | Annotate | Download | only in icn

Lines Matching refs:theRect

44     Rect theRect;
50 PyMac_GetRect, &theRect,
53 PlotCIcon(&theRect,
96 Rect theRect;
102 PyMac_GetRect, &theRect,
105 PlotIcon(&theRect,
116 Rect theRect;
124 PyMac_GetRect, &theRect,
129 _err = PlotIconID(&theRect,
251 Rect theRect;
259 PyMac_GetRect, &theRect,
264 _err = PlotIconSuite(&theRect,
278 Rect theRect;
286 PyMac_GetRect, &theRect,
291 _err = LoadIconCache(&theRect,
524 Rect theRect;
532 PyMac_GetRect, &theRect,
537 _err = PlotIconHandle(&theRect,
551 Rect theRect;
559 PyMac_GetRect, &theRect,
564 _err = PlotSICNHandle(&theRect,
578 Rect theRect;
586 PyMac_GetRect, &theRect,
591 _err = PlotCIconHandle(&theRect,
1105 Rect theRect;
1114 PyMac_GetRect, &theRect,
1120 _err = PlotIconRef(&theRect,
1458 PyDoc_STR("(Rect theRect, CIconHandle theIcon) -> None")},
1464 PyDoc_STR("(Rect theRect, Handle theIcon) -> None")},
1466 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, SInt16 theResID) -> None")},
1478 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, IconSuiteRef theIconSuite) -> None")},
1480 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, IconCacheRef theIconCache) -> None")},
1500 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, Handle theIcon) -> None")},
1502 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, Handle theSICN) -> None")},
1504 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, CIconHandle theCIcon) -> None")},
1550 PyDoc_STR("(Rect theRect, IconAlignmentType align, IconTransformType transform, IconServicesUsageFlags theIconServicesUsageFlags, IconRef theIconRef) -> None")},