| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright © 2012 Google, Inc. | 2 * Copyright © 2012 Google, Inc. |
| 3 * | 3 * |
| 4 * This is part of HarfBuzz, a text shaping library. | 4 * This is part of HarfBuzz, a text shaping library. |
| 5 * | 5 * |
| 6 * Permission is hereby granted, without written agreement and without | 6 * Permission is hereby granted, without written agreement and without |
| 7 * license or royalty fees, to use, copy, modify, and distribute this | 7 * license or royalty fees, to use, copy, modify, and distribute this |
| 8 * software and its documentation for any purpose, provided that the | 8 * software and its documentation for any purpose, provided that the |
| 9 * above copyright notice and the following two paragraphs appear in | 9 * above copyright notice and the following two paragraphs appear in |
| 10 * all copies of this software. | 10 * all copies of this software. |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 HB_INTERNAL void _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, | 35 HB_INTERNAL void _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, |
| 36 hb_font_t *font, | 36 hb_font_t *font, |
| 37 hb_buffer_t *buffer); | 37 hb_buffer_t *buffer); |
| 38 | 38 |
| 39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_
shape_plan_t *plan, | 39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_
shape_plan_t *plan, |
| 40 hb_font_t *f
ont, | 40 hb_font_t *f
ont, |
| 41 hb_buffer_t
*buffer); | 41 hb_buffer_t
*buffer); |
| 42 | 42 |
| 43 | 43 |
| 44 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, |
| 45 hb_font_t *font, |
| 46 hb_buffer_t *buffer); |
| 47 |
| 48 |
| 44 #endif /* HB_OT_SHAPE_FALLBACK_PRIVATE_HH */ | 49 #endif /* HB_OT_SHAPE_FALLBACK_PRIVATE_HH */ |
| OLD | NEW |