Lines Matching refs:HB_INTERNAL
192 HB_INTERNAL void reset ();
193 HB_INTERNAL void clear ();
199 HB_INTERNAL void add (hb_codepoint_t codepoint,
201 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
203 HB_INTERNAL void reverse_range (unsigned int start, unsigned int end);
204 HB_INTERNAL void reverse ();
205 HB_INTERNAL void reverse_clusters ();
206 HB_INTERNAL void guess_segment_properties ();
208 HB_INTERNAL void swap_buffers ();
209 HB_INTERNAL void remove_output ();
210 HB_INTERNAL void clear_output ();
211 HB_INTERNAL void clear_positions ();
213 HB_INTERNAL void replace_glyphs (unsigned int num_in,
306 HB_INTERNAL void set_masks (hb_mask_t value, hb_mask_t mask,
315 HB_INTERNAL void merge_clusters_impl (unsigned int start, unsigned int end);
316 HB_INTERNAL void merge_out_clusters (unsigned int start, unsigned int end);
318 HB_INTERNAL void delete_glyph ();
327 HB_INTERNAL void unsafe_to_break_impl (unsigned int start, unsigned int end);
328 HB_INTERNAL void unsafe_to_break_from_outbuffer (unsigned int start, unsigned int end);
332 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
334 HB_INTERNAL bool enlarge (unsigned int size);
342 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
343 HB_INTERNAL bool shift_forward (unsigned int count);
346 HB_INTERNAL scratch_buffer_t *get_scratch_buffer (unsigned int *size);
350 …HB_INTERNAL void sort (unsigned int start, unsigned int end, int(*compar)(const hb_glyph_info_t *,…
374 HB_INTERNAL bool message_impl (hb_font_t *font, const char *fmt, va_list ap) HB_PRINTF_FUNC(3, 0);