Home
last modified time | relevance | path

Searched refs:hb_ot_shape_plan_t (Results 1 – 18 of 18) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc96 setup_syllables (const hb_ot_shape_plan_t *plan,
100 clear_substitution_flags (const hb_ot_shape_plan_t *plan,
104 record_rphf (const hb_ot_shape_plan_t *plan,
108 record_pref (const hb_ot_shape_plan_t *plan,
112 reorder (const hb_ot_shape_plan_t *plan,
198 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use()
245 setup_masks_use (const hb_ot_shape_plan_t *plan, in setup_masks_use()
269 setup_rphf_mask (const hb_ot_shape_plan_t *plan, in setup_rphf_mask()
288 setup_topographical_masks (const hb_ot_shape_plan_t *plan, in setup_topographical_masks()
352 setup_syllables (const hb_ot_shape_plan_t *plan, in setup_syllables()
[all …]
Dhb-ot-shape-fallback-private.hh35 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,
48 HB_INTERNAL void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan,
Dhb-ot-shape-complex-private.hh89 void *(*data_create) (const hb_ot_shape_plan_t *plan);
105 void (*preprocess_text) (const hb_ot_shape_plan_t *plan,
114 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan,
145 void (*setup_masks) (const hb_ot_shape_plan_t *plan,
155 bool (*disable_otl) (const hb_ot_shape_plan_t *plan);
162 void (*reorder_marks) (const hb_ot_shape_plan_t *plan,
Dhb-ot-shape-complex-myanmar.cc76 setup_syllables (const hb_ot_shape_plan_t *plan,
80 initial_reordering (const hb_ot_shape_plan_t *plan,
84 final_reordering (const hb_ot_shape_plan_t *plan,
278 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_myanmar()
295 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables()
410 initial_reordering_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_syllable()
430 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED, in insert_dotted_circles()
484 initial_reordering (const hb_ot_shape_plan_t *plan, in initial_reordering()
495 final_reordering (const hb_ot_shape_plan_t *plan, in final_reordering()
Dhb-ot-shape-complex-arabic.cc163 nuke_joiners (const hb_ot_shape_plan_t *plan,
168 arabic_fallback_shape (const hb_ot_shape_plan_t *plan,
173 record_stch (const hb_ot_shape_plan_t *plan,
261 data_create_arabic (const hb_ot_shape_plan_t *plan) in data_create_arabic()
375 setup_masks_arabic (const hb_ot_shape_plan_t *plan, in setup_masks_arabic()
385 nuke_joiners (const hb_ot_shape_plan_t *plan HB_UNUSED, in nuke_joiners()
397 arabic_fallback_shape (const hb_ot_shape_plan_t *plan, in arabic_fallback_shape()
430 record_stch (const hb_ot_shape_plan_t *plan, in record_stch()
455 apply_stch (const hb_ot_shape_plan_t *plan, in apply_stch()
605 postprocess_glyphs_arabic (const hb_ot_shape_plan_t *plan, in postprocess_glyphs_arabic()
[all …]
Dhb-ot-shape-normalize-private.hh36 struct hb_ot_shape_plan_t;
47 HB_INTERNAL void _hb_ot_shape_normalize (const hb_ot_shape_plan_t *shaper,
54 const hb_ot_shape_plan_t *plan;
Dhb-ot-map-private.hh35 struct hb_ot_shape_plan_t;
74 …typedef void (*pause_func_t) (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t …
129 const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
130 …HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *…
131 …HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *bu…
Dhb-ot-shape-complex-arabic-fallback.hh48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_single()
101 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_ligature()
184 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, in arabic_fallback_synthesize_lookup()
226 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_win1256()
271 const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_init_unicode()
297 arabic_fallback_plan_create (const hb_ot_shape_plan_t *plan, in arabic_fallback_plan_create()
Dhb-ot-shape-fallback.cc165 _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_position_recategorize_marks()
195 position_mark (const hb_ot_shape_plan_t *plan, in position_mark()
303 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base()
392 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster()
419 _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_position()
439 _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_kern()
494 _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_spaces()
Dhb-ot-shape-complex-indic.cc405 setup_syllables (const hb_ot_shape_plan_t *plan,
409 initial_reordering (const hb_ot_shape_plan_t *plan,
413 final_reordering (const hb_ot_shape_plan_t *plan,
417 clear_syllables (const hb_ot_shape_plan_t *plan,
533 data_create_indic (const hb_ot_shape_plan_t *plan) in data_create_indic()
620 setup_masks_indic (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_indic()
637 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables()
658 update_consonant_positions (const hb_ot_shape_plan_t *plan, in update_consonant_positions()
687 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, in initial_reordering_consonant_syllable()
1174 initial_reordering_standalone_cluster (const hb_ot_shape_plan_t *plan, in initial_reordering_standalone_cluster()
[all …]
Dhb-ot-shape-private.hh37 struct hb_ot_shape_plan_t struct
80 inline void compile (hb_ot_shape_plan_t &plan, in compile() argument
Dhb-ot-shape-complex-hangul.cc79 data_create_hangul (const hb_ot_shape_plan_t *plan) in data_create_hangul()
131 preprocess_text_hangul (const hb_ot_shape_plan_t *plan, in preprocess_text_hangul()
397 setup_masks_hangul (const hb_ot_shape_plan_t *plan, in setup_masks_hangul()
Dhb-ot-shape.cc31 #define hb_ot_shaper_shape_plan_data_t hb_ot_shape_plan_t
177 hb_ot_shape_plan_t *plan = (hb_ot_shape_plan_t *) calloc (1, sizeof (hb_ot_shape_plan_t)); in _hb_ot_shaper_shape_plan_data_create()
217 hb_ot_shape_plan_t *plan;
935 hb_ot_shape_plan_t plan; in hb_ot_shape_glyphs_closure()
Dhb-ot-shape-complex-arabic-private.hh40 data_create_arabic (const hb_ot_shape_plan_t *plan);
Dhb-ot-shape-complex-thai.cc217 do_thai_pua_shaping (const hb_ot_shape_plan_t *plan HB_UNUSED, in do_thai_pua_shaping()
257 preprocess_text_thai (const hb_ot_shape_plan_t *plan, in preprocess_text_thai()
Dhb-ot-shape-complex-hebrew.cc158 disable_otl_hebrew (const hb_ot_shape_plan_t *plan) in disable_otl_hebrew()
Dhb-ot-layout.cc1209 const hb_ot_shape_plan_t *plan, in apply()
1242 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer)… in substitute()
1248 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) c… in position()
Dhb-ot-shape-normalize.cc288 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_normalize()