< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.hh

Print this page

        

*** 24,39 **** * * Mozilla Author(s): Jonathan Kew * Google Author(s): Behdad Esfahbod */ ! #ifndef HB_OT_SHAPE_COMPLEX_ARABIC_PRIVATE_HH ! #define HB_OT_SHAPE_COMPLEX_ARABIC_PRIVATE_HH ! #include "hb-private.hh" ! #include "hb-ot-shape-complex-private.hh" struct arabic_shape_plan_t; HB_INTERNAL void * --- 24,39 ---- * * Mozilla Author(s): Jonathan Kew * Google Author(s): Behdad Esfahbod */ ! #ifndef HB_OT_SHAPE_COMPLEX_ARABIC_HH ! #define HB_OT_SHAPE_COMPLEX_ARABIC_HH ! #include "hb.hh" ! #include "hb-ot-shape-complex.hh" struct arabic_shape_plan_t; HB_INTERNAL void *
*** 45,50 **** HB_INTERNAL void setup_masks_arabic_plan (const arabic_shape_plan_t *arabic_plan, hb_buffer_t *buffer, hb_script_t script); ! #endif /* HB_OT_SHAPE_COMPLEX_ARABIC_PRIVATE_HH */ --- 45,50 ---- HB_INTERNAL void setup_masks_arabic_plan (const arabic_shape_plan_t *arabic_plan, hb_buffer_t *buffer, hb_script_t script); ! #endif /* HB_OT_SHAPE_COMPLEX_ARABIC_HH */
< prev index next >