/external/harfbuzz_ng/src/ |
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-khmer-machine.hh | 233 #define found_syllable(syllable_type) \ argument 235 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 237 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; \
|
D | hb-ot-shape-complex-use.cc | 329 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks() local 330 switch (syllable_type) in setup_topographical_masks() 442 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable() local 444 if (unlikely (!(FLAG_UNSAFE (syllable_type) & in reorder_syllable() 551 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 552 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|
D | hb-ot-shape-complex-myanmar.cc | 282 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() local 283 switch (syllable_type) { in initial_reordering_syllable() 331 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 332 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|
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) | syllable_type; \
|
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) | syllable_type; \
|
D | hb-ot-shape-complex-indic-machine.rl | 94 #define found_syllable(syllable_type) \ 96 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 98 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-khmer.cc | 350 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() local 351 switch (syllable_type) in initial_reordering_syllable() 398 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 399 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|
D | hb-ot-shape-complex-use-machine.rl | 145 #define found_syllable(syllable_type) \ 147 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 149 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-shape-complex-indic.cc | 944 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() local 945 switch (syllable_type) in initial_reordering_syllable() 999 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() local 1000 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles()
|
/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; \
|