Searched refs:text_before (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/util/ |
D | options.hh | 202 const char *text_before, const char *text_after) in populate_buffer() 205 if (text_before) { in populate_buffer() 206 unsigned int len = strlen (text_before); in populate_buffer() 207 hb_buffer_add_utf8 (buffer, text_before, len, len, 0); in populate_buffer() 506 text_before = nullptr; in text_options_t() 522 g_free (text_before); in ~text_options_t() 543 char *text_before; member
|
D | shape-consumer.hh | 55 const char *text_before, in consume_line() 64 shaper.populate_buffer (buffer, text, text_len, text_before, text_after); in consume_line()
|
D | main-font-text.hh | 81 consumer.consume_line (text, text_len, input.text_before, input.text_after); in main()
|
D | hb-ot-shape-closure.cc | 66 const char *text_before, in consume_line()
|
D | hb-subset.cc | 51 const char *text_before, in consume_line()
|
D | options.cc | 599 …{"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line… in add_options()
|