Home | History | Annotate | Download | only in src

Lines Matching refs:HB_INTERNAL

99   HB_INTERNAL void reset (void);
100 HB_INTERNAL void clear (void);
106 HB_INTERNAL void allocate_var (unsigned int byte_i, unsigned int count, const char *owner);
107 HB_INTERNAL void deallocate_var (unsigned int byte_i, unsigned int count, const char *owner);
108 HB_INTERNAL void assert_var (unsigned int byte_i, unsigned int count, const char *owner);
109 HB_INTERNAL void deallocate_var_all (void);
111 HB_INTERNAL void add (hb_codepoint_t codepoint,
113 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
115 HB_INTERNAL void reverse_range (unsigned int start, unsigned int end);
116 HB_INTERNAL void reverse (void);
117 HB_INTERNAL void reverse_clusters (void);
118 HB_INTERNAL void guess_segment_properties (void);
120 HB_INTERNAL void swap_buffers (void);
121 HB_INTERNAL void remove_output (void);
122 HB_INTERNAL void clear_output (void);
123 HB_INTERNAL void clear_positions (void);
125 HB_INTERNAL void replace_glyphs (unsigned int num_in,
129 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
131 HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);
132 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info);
134 HB_INTERNAL void copy_glyph (void);
165 HB_INTERNAL void set_masks (hb_mask_t value,
170 HB_INTERNAL void merge_clusters (unsigned int start,
172 HB_INTERNAL void merge_out_clusters (unsigned int start,
176 HB_INTERNAL bool enlarge (unsigned int size);
181 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
183 HB_INTERNAL void *get_scratch_buffer (unsigned int *size);