Home
last modified time | relevance | path

Searched refs:HB_INTERNAL (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colrv1-closure.hh40 HB_INTERNAL void PaintColrLayers::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
51 HB_INTERNAL void PaintGlyph::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
57 HB_INTERNAL void PaintColrGlyph::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
69 HB_INTERNAL void PaintTransform<Var>::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
72 HB_INTERNAL void PaintTranslate::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
75 HB_INTERNAL void PaintScale::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
78 HB_INTERNAL void PaintScaleAroundCenter::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
81 HB_INTERNAL void PaintScaleUniform::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
84 HB_INTERNAL void PaintScaleUniformAroundCenter::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
87 HB_INTERNAL void PaintRotate::closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
[all …]
Dhb-buffer.hh193 HB_INTERNAL void reset ();
194 HB_INTERNAL void clear ();
200 HB_INTERNAL void add (hb_codepoint_t codepoint,
202 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
204 HB_INTERNAL void reverse_range (unsigned int start, unsigned int end);
205 HB_INTERNAL void reverse ();
206 HB_INTERNAL void reverse_clusters ();
207 HB_INTERNAL void guess_segment_properties ();
209 HB_INTERNAL void swap_buffers ();
210 HB_INTERNAL void clear_output ();
[all …]
Dhb-aat-layout.hh46 HB_INTERNAL const hb_aat_feature_mapping_t *
49 HB_INTERNAL void
53 HB_INTERNAL void
58 HB_INTERNAL void
61 HB_INTERNAL void
64 HB_INTERNAL void
69 HB_INTERNAL void
Dhb-ot-map.hh71 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
157 HB_INTERNAL void apply (const Proxy &proxy,
159HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *…
160HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *bu…
203 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
206 HB_INTERNAL ~hb_ot_map_builder_t ();
208 HB_INTERNAL void add_feature (hb_tag_t tag,
228 HB_INTERNAL void compile (hb_ot_map_t &m,
233 HB_INTERNAL void add_lookups (hb_ot_map_t &m,
[all …]
Dhb-ot-shape.hh137 HB_INTERNAL bool init0 (hb_face_t *face,
139 HB_INTERNAL void fini ();
141 HB_INTERNAL void substitute (hb_font_t *font, hb_buffer_t *buffer) const;
142 HB_INTERNAL void position (hb_font_t *font, hb_buffer_t *buffer) const;
163 HB_INTERNAL hb_ot_shape_planner_t (hb_face_t *face,
166 HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
Dhb-ot-shape-fallback.hh35 HB_INTERNAL void _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan,
40 HB_INTERNAL void _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *…
45 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
49 HB_INTERNAL void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan,
Dhb-shape-plan.hh49 HB_INTERNAL bool init (bool copy,
58 HB_INTERNAL void fini () { hb_free ((void *) user_features); } in fini()
60 HB_INTERNAL bool user_features_match (const hb_shape_plan_key_t *other);
62 HB_INTERNAL bool equal (const hb_shape_plan_key_t *other);
Dhb-ot-layout.hh48 HB_INTERNAL bool
51 HB_INTERNAL bool
54 HB_INTERNAL bool
57 HB_INTERNAL void
65 HB_INTERNAL bool
101 HB_INTERNAL void
105 HB_INTERNAL void
115 HB_INTERNAL void
122 HB_INTERNAL void
127 HB_INTERNAL void
[all …]
Dhb-aat-map.hh54 HB_INTERNAL hb_aat_map_builder_t (hb_face_t *face_, in hb_aat_map_builder_t()
58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
60 HB_INTERNAL void compile (hb_aat_map_t &m);
70 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.hh190 HB_INTERNAL void reset ();
191 HB_INTERNAL void clear ();
197 HB_INTERNAL void add (hb_codepoint_t codepoint,
199 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info);
201 HB_INTERNAL void reverse_range (unsigned int start, unsigned int end);
202 HB_INTERNAL void reverse ();
203 HB_INTERNAL void reverse_clusters ();
204 HB_INTERNAL void guess_segment_properties ();
206 HB_INTERNAL void swap_buffers ();
207 HB_INTERNAL void remove_output ();
[all …]
Dhb-aat-layout.hh42 HB_INTERNAL static int cmp (const void *key_, const void *entry_) in cmp()
52 HB_INTERNAL const hb_aat_feature_mapping_t *
55 HB_INTERNAL void
59 HB_INTERNAL void
64 HB_INTERNAL void
67 HB_INTERNAL void
70 HB_INTERNAL void
75 HB_INTERNAL void
Dhb-ot-map.hh71 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
157 HB_INTERNAL inline void apply (const Proxy &proxy,
159HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *…
160HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *bu…
203 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
206 HB_INTERNAL ~hb_ot_map_builder_t ();
208 HB_INTERNAL void add_feature (hb_tag_t tag,
228 HB_INTERNAL void compile (hb_ot_map_t &m,
233 HB_INTERNAL void add_lookups (hb_ot_map_t &m,
[all …]
Dhb-ot-shape.hh105 HB_INTERNAL bool init0 (hb_face_t *face,
107 HB_INTERNAL void fini ();
109 HB_INTERNAL void substitute (hb_font_t *font, hb_buffer_t *buffer) const;
110 HB_INTERNAL void position (hb_font_t *font, hb_buffer_t *buffer) const;
131 HB_INTERNAL hb_ot_shape_planner_t (hb_face_t *face,
134 HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
Dhb-ot-shape-fallback.hh35 HB_INTERNAL void _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan,
40 HB_INTERNAL void _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *…
45 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
49 HB_INTERNAL void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan,
Dhb-shape-plan.hh47 HB_INTERNAL inline bool init (bool copy,
56 HB_INTERNAL inline void free () { ::free ((void *) user_features); } in free()
58 HB_INTERNAL bool user_features_match (const hb_shape_plan_key_t *other);
60 HB_INTERNAL bool equal (const hb_shape_plan_key_t *other);
Dhb-ot-layout.hh48 HB_INTERNAL bool
51 HB_INTERNAL bool
54 HB_INTERNAL bool
57 HB_INTERNAL void
65 HB_INTERNAL bool
101 HB_INTERNAL void
105 HB_INTERNAL void
115 HB_INTERNAL void
122 HB_INTERNAL void
127 HB_INTERNAL void
[all …]
Dhb-aat-map.hh54 HB_INTERNAL hb_aat_map_builder_t (hb_face_t *face_, in hb_aat_map_builder_t()
58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
60 HB_INTERNAL void compile (hb_aat_map_t &m);
69 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
/third_party/harfbuzz/src/
Dhb-buffer.hh192 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 ();
[all …]
Dhb-aat-layout.hh46 HB_INTERNAL const hb_aat_feature_mapping_t *
49 HB_INTERNAL void
53 HB_INTERNAL void
58 HB_INTERNAL void
61 HB_INTERNAL void
64 HB_INTERNAL void
69 HB_INTERNAL void
Dhb-ot-map.hh71 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
157 HB_INTERNAL void apply (const Proxy &proxy,
159HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *…
160HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *bu…
203 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
206 HB_INTERNAL ~hb_ot_map_builder_t ();
208 HB_INTERNAL void add_feature (hb_tag_t tag,
228 HB_INTERNAL void compile (hb_ot_map_t &m,
233 HB_INTERNAL void add_lookups (hb_ot_map_t &m,
[all …]
Dhb-ot-shape.hh136 HB_INTERNAL bool init0 (hb_face_t *face,
138 HB_INTERNAL void fini ();
140 HB_INTERNAL void substitute (hb_font_t *font, hb_buffer_t *buffer) const;
141 HB_INTERNAL void position (hb_font_t *font, hb_buffer_t *buffer) const;
162 HB_INTERNAL hb_ot_shape_planner_t (hb_face_t *face,
165 HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
Dhb-ot-shape-fallback.hh35 HB_INTERNAL void _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan,
40 HB_INTERNAL void _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *…
45 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
49 HB_INTERNAL void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan,
Dhb-shape-plan.hh49 HB_INTERNAL bool init (bool copy,
58 HB_INTERNAL void free () { ::free ((void *) user_features); } in free()
60 HB_INTERNAL bool user_features_match (const hb_shape_plan_key_t *other);
62 HB_INTERNAL bool equal (const hb_shape_plan_key_t *other);
Dhb-ot-layout.hh48 HB_INTERNAL bool
51 HB_INTERNAL bool
54 HB_INTERNAL bool
57 HB_INTERNAL void
65 HB_INTERNAL bool
101 HB_INTERNAL void
105 HB_INTERNAL void
115 HB_INTERNAL void
122 HB_INTERNAL void
127 HB_INTERNAL void
[all …]
Dhb-aat-map.hh54 HB_INTERNAL hb_aat_map_builder_t (hb_face_t *face_, in hb_aat_map_builder_t()
58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
60 HB_INTERNAL void compile (hb_aat_map_t &m);
70 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()

123456