| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2012 Google Inc. | 2 * Copyright 2012 Google Inc. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef SkPanose_DEFINED | 8 #ifndef SkPanose_DEFINED |
| 9 #define SkPanose_DEFINED | 9 #define SkPanose_DEFINED |
| 10 | 10 |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 SK_SEQ_END, | 627 SK_SEQ_END, |
| 628 (value)SK_SEQ_END) | 628 (value)SK_SEQ_END) |
| 629 } bAspectRatio163; | 629 } bAspectRatio163; |
| 630 } pictoral; | 630 } pictoral; |
| 631 } data; | 631 } data; |
| 632 }; | 632 }; |
| 633 | 633 |
| 634 #pragma pack(pop) | 634 #pragma pack(pop) |
| 635 | 635 |
| 636 | 636 |
| 637 SK_COMPILE_ASSERT(sizeof(SkPanose) == 10, sizeof_SkPanose_not_10); | 637 static_assert(sizeof(SkPanose) == 10, "sizeof_SkPanose_not_10"); |
| 638 | 638 |
| 639 #endif | 639 #endif |
| OLD | NEW |