| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* cf2fixed.h */ | 3 /* cf2fixed.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* Adobe's code for Fixed Point Mathematics (specification only). */ | 5 /* Adobe's code for Fixed Point Mathematics (specification only). */ |
| 6 /* */ | 6 /* */ |
| 7 /* Copyright 2007-2013 Adobe Systems Incorporated. */ | 7 /* Copyright 2007-2013 Adobe Systems Incorporated. */ |
| 8 /* */ | 8 /* */ |
| 9 /* This software, and all works of authorship, whether in source or */ | 9 /* This software, and all works of authorship, whether in source or */ |
| 10 /* object code form as indicated by the copyright notice(s) included */ | 10 /* object code form as indicated by the copyright notice(s) included */ |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 } CF2_NumberType; | 86 } CF2_NumberType; |
| 87 | 87 |
| 88 | 88 |
| 89 FT_END_HEADER | 89 FT_END_HEADER |
| 90 | 90 |
| 91 | 91 |
| 92 #endif /* __CF2FIXED_H__ */ | 92 #endif /* __CF2FIXED_H__ */ |
| 93 | 93 |
| 94 | 94 |
| 95 /* END */ | 95 /* END */ |
| OLD | NEW |