Lines Matching refs:itself
26 FMRec_New(FMetricRec *itself) in FMRec_New() argument
30 PyMac_BuildFixed, itself->ascent, in FMRec_New()
31 PyMac_BuildFixed, itself->descent, in FMRec_New()
32 PyMac_BuildFixed, itself->leading, in FMRec_New()
33 PyMac_BuildFixed, itself->widMax, in FMRec_New()
34 ResObj_New, itself->wTabHandle); in FMRec_New()
43 PyMac_GetFixed, &itself->ascent,
44 PyMac_GetFixed, &itself->descent,
45 PyMac_GetFixed, &itself->leading,
46 PyMac_GetFixed, &itself->widMax,
47 ResObj_Convert, &itself->wTabHandle);