/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-myanmar-machine.hh | 303 #define found_syllable(syllable_type) \ argument 305 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 307 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
|
D | hb-ot-shape-complex-khmer-machine.hh | 225 #define found_syllable(syllable_type) \ argument 227 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 229 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.hh | 394 #define found_syllable(syllable_type) \ argument 396 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 398 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
|
D | hb-ot-shape-complex-use-machine.hh | 379 #define found_syllable(syllable_type) \ argument 381 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 383 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
|
D | hb-ot-shape-complex-use.cc | 306 use_syllable_type_t syllable_type = (use_syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks() local 307 switch (syllable_type) in setup_topographical_masks() 409 use_syllable_type_t syllable_type = (use_syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable_use() local 411 if (unlikely (!(FLAG_UNSAFE (syllable_type) & in reorder_syllable_use() 523 use_syllable_type_t syllable_type = (use_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_use() local 524 if (unlikely (last_syllable != syllable && syllable_type == use_broken_cluster)) in insert_dotted_circles_use()
|
D | hb-ot-shape-complex-myanmar.cc | 260 …myanmar_syllable_type_t syllable_type = (myanmar_syllable_type_t) (buffer->info[start].syllable() … in reorder_syllable_myanmar() local 261 switch (syllable_type) { in reorder_syllable_myanmar() 313 myanmar_syllable_type_t syllable_type = (myanmar_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_myanmar() local 314 if (unlikely (last_syllable != syllable && syllable_type == myanmar_broken_cluster)) in insert_dotted_circles_myanmar()
|
D | hb-ot-shape-complex-khmer-machine.rl | 82 #define found_syllable(syllable_type) \ 84 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 86 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
|
D | hb-ot-shape-complex-khmer.cc | 315 …khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (buffer->info[start].syllable() & 0x… in reorder_syllable_khmer() local 316 switch (syllable_type) in reorder_syllable_khmer() 367 khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_khmer() local 368 if (unlikely (last_syllable != syllable && syllable_type == khmer_broken_cluster)) in insert_dotted_circles_khmer()
|
D | hb-ot-shape-complex-myanmar-machine.rl | 96 #define found_syllable(syllable_type) \ 98 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 100 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.rl | 95 #define found_syllable(syllable_type) \ 97 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 99 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
|
D | hb-ot-shape-complex-use-machine.rl | 164 #define found_syllable(syllable_type) \ 166 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 168 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
|
D | hb-ot-shape-complex-indic.cc | 914 …indic_syllable_type_t syllable_type = (indic_syllable_type_t) (buffer->info[start].syllable() & 0x… in initial_reordering_syllable_indic() local 915 switch (syllable_type) in initial_reordering_syllable_indic() 972 indic_syllable_type_t syllable_type = (indic_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_indic() local 973 if (unlikely (last_syllable != syllable && syllable_type == indic_broken_cluster)) in insert_dotted_circles_indic()
|
/external/skqp/third_party/harfbuzz/ |
D | hb-ot-shape-complex-myanmar-machine.hh | 284 #define found_syllable(syllable_type) \ argument 286 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 288 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-use-machine.hh | 361 #define found_syllable(syllable_type) \ argument 363 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 365 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.hh | 917 #define found_syllable(syllable_type) \ argument 919 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 921 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|