Home | History | Annotate | Download | only in cg

Lines Matching defs:_err

1267     OSStatus _err;
1272 _err = CreateCGContextForPort(port, &ctx);
1273 if (_err != noErr)
1274 if (_err != noErr) return PyMac_Error(_err);