19 #ifndef __CGAFFINETRANSFORM__
20 #define __CGAFFINETRANSFORM__
26 #ifndef __CGGEOMETRY__
43 #if PRAGMA_STRUCT_ALIGN
44 #pragma options align = mac68k
45 #elif PRAGMA_STRUCT_PACKPUSH
47 #elif PRAGMA_STRUCT_PACK
229 #define CGAffineTransformMake __CGAffineTransformMake
236 p.x = t.a * point.x + t.c * point.y + t.tx;
237 p.y = t.b * point.x + t.d * point.y + t.ty;
240 #define CGPointApplyAffineTransform __CGPointApplyAffineTransform
242 CG_INLINE
CGSize __CGSizeApplyAffineTransform(
CGSize size,
247 s.width = t.a * size.width + t.c * size.height;
248 s.height = t.b * size.width + t.d * size.height;
251 #define CGSizeApplyAffineTransform __CGSizeApplyAffineTransform
255 #if PRAGMA_STRUCT_ALIGN
256 #pragma options align = reset
257 #elif PRAGMA_STRUCT_PACKPUSH
259 #elif PRAGMA_STRUCT_PACK
263 #ifdef PRAGMA_IMPORT_OFF
xxx put contents here xxx
xxx put contents here xxx
Definition: CGGeometry.h:64
Definition: CGGeometry.h:71