Searched refs:syllable_type (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-myanmar-machine.hh | 271 #define found_syllable(syllable_type) \ argument 273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-use-machine.hh | 370 #define found_syllable(syllable_type) \ argument 372 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 374 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.hh | 1562 #define found_syllable(syllable_type) \ argument 1564 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 1566 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-use.cc | 310 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks() local 311 switch (syllable_type) in setup_topographical_masks() 420 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable() local 422 if (unlikely (!(FLAG_SAFE (syllable_type) & in reorder_syllable() 513 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 514 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|
D | hb-ot-shape-complex-myanmar-machine.rl | 95 #define found_syllable(syllable_type) \ 97 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 99 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-myanmar.cc | 408 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() local 409 switch (syllable_type) { in initial_reordering_syllable() 457 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 458 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|
D | hb-ot-shape-complex-indic-machine.rl | 99 #define found_syllable(syllable_type) \ 101 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-use-machine.rl | 147 #define found_syllable(syllable_type) \ 149 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 151 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-indic.cc | 1179 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() local 1180 switch (syllable_type) in initial_reordering_syllable() 1233 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 1234 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|