HomeSort by relevance Sort by last modified time
    Searched refs:HB_INTERNAL (Results 1 - 14 of 14) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-fallback-private.hh 35 HB_INTERNAL void _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan,
44 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
hb-buffer-private.hh 99 HB_INTERNAL void reset (void);
100 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)
    [all...]
hb-face-private.hh 94 HB_INTERNAL void load_upem (void) const;
95 HB_INTERNAL void load_num_glyphs (void) const;
98 extern HB_INTERNAL const hb_face_t _hb_face_nil;
hb-ot-shape-normalize-private.hh 47 HB_INTERNAL void _hb_ot_shape_normalize (const hb_ot_shape_plan_t *shaper,
hb-shaper-private.hh 39 extern "C" HB_INTERNAL hb_shape_func_t _hb_##name##_shape;
48 HB_INTERNAL const hb_shaper_pair_t *
76 extern "C" HB_INTERNAL HB_SHAPER_DATA_TYPE (shaper, object) * \
78 extern "C" HB_INTERNAL void \
hb-ot-map-private.hh 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
122 HB_INTERNAL inline void apply (const Proxy &proxy,
124 HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
125 HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
142 HB_INTERNAL void add_lookups (hb_face_t *face,
184 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
187 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value,
198 HB_INTERNAL void compile (struct hb_ot_map_t &m);
227 HB_INTERNAL void add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func);
hb-ot-layout-private.hh 65 HB_INTERNAL hb_bool_t
74 HB_INTERNAL void
86 HB_INTERNAL void
93 HB_INTERNAL void
99 HB_INTERNAL void
104 HB_INTERNAL void
154 HB_INTERNAL hb_ot_layout_t *
157 HB_INTERNAL void
hb-object-private.hh 87 HB_INTERNAL bool set (hb_user_data_key_t *key,
92 HB_INTERNAL void *get (hb_user_data_key_t *key);
hb-unicode-private.hh 38 extern HB_INTERNAL const uint8_t _hb_modified_combining_class[256];
223 extern HB_INTERNAL const hb_unicode_funcs_t _hb_unicode_funcs_nil;
hb-ot-shape-complex-indic-private.hh 179 HB_INTERNAL INDIC_TABLE_ELEMENT_TYPE
hb-ot-shape-complex-private.hh 149 #define HB_COMPLEX_SHAPER_IMPLEMENT(name) extern HB_INTERNAL const hb_ot_complex_shaper_t _hb_ot_complex_shaper_##name;
hb-ucdn.cc 213 extern "C" HB_INTERNAL
hb-private.hh 89 #ifndef HB_INTERNAL
91 # define HB_INTERNAL __attribute__((__visibility__("hidden")))
93 # define HB_INTERNAL
925 HB_INTERNAL void
928 extern HB_INTERNAL hb_options_union_t _hb_options;
hb-ot-layout.cc 944 HB_INTERNAL void

Completed in 769 milliseconds