Home | History | Annotate | Download | only in src

Lines Matching refs:HB_INTERNAL

101   HB_INTERNAL void reset (void);
102 HB_INTERNAL void clear (void);
108 HB_INTERNAL void allocate_var (unsigned int byte_i, unsigned int count, const char *owner);
109 HB_INTERNAL void deallocate_var (unsigned int byte_i, unsigned int count, const char *owner);
110 HB_INTERNAL void assert_var (unsigned int byte_i, unsigned int count, const char *owner);
111 HB_INTERNAL void deallocate_var_all (void);
113 HB_INTERNAL void add (hb_codepoint_t codepoint,
115 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
117 HB_INTERNAL void reverse_range (unsigned int start, unsigned int end);
118 HB_INTERNAL void reverse (void);
119 HB_INTERNAL void reverse_clusters (void);
120 HB_INTERNAL void guess_segment_properties (void);
122 HB_INTERNAL void swap_buffers (void);
123 HB_INTERNAL void remove_output (void);
124 HB_INTERNAL void clear_output (void);
125 HB_INTERNAL void clear_positions (void);
127 HB_INTERNAL void replace_glyphs (unsigned int num_in,
131 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
133 HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);
134 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info);
136 HB_INTERNAL void copy_glyph (void);
167 HB_INTERNAL void set_masks (hb_mask_t value,
172 HB_INTERNAL void merge_clusters (unsigned int start,
174 HB_INTERNAL void merge_out_clusters (unsigned int start,
178 HB_INTERNAL bool enlarge (unsigned int size);
183 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
185 HB_INTERNAL void *get_scratch_buffer (unsigned int *size);