src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh
changeset 50826 f5b95be8b6e2
parent 50352 25db2c8f3cf8
equal deleted inserted replaced
50825:aa0a35b071fb 50826:f5b95be8b6e2
    99 
    99 
   100   /* Buffer contents */
   100   /* Buffer contents */
   101   hb_buffer_content_type_t content_type;
   101   hb_buffer_content_type_t content_type;
   102   hb_segment_properties_t props; /* Script, language, direction */
   102   hb_segment_properties_t props; /* Script, language, direction */
   103 
   103 
   104   bool in_error; /* Allocation failed */
   104   bool successful; /* Allocations successful */
   105   bool have_output; /* Whether we have an output buffer going on */
   105   bool have_output; /* Whether we have an output buffer going on */
   106   bool have_positions; /* Whether we have positions */
   106   bool have_positions; /* Whether we have positions */
   107 
   107 
   108   unsigned int idx; /* Cursor into ->info and ->pos arrays */
   108   unsigned int idx; /* Cursor into ->info and ->pos arrays */
   109   unsigned int len; /* Length of ->info and ->pos arrays */
   109   unsigned int len; /* Length of ->info and ->pos arrays */