Searched refs:text_before (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/util/ |
D | options.hh | 219 const char *text_before, const char *text_after) in populate_buffer() 222 if (text_before) { in populate_buffer() 223 unsigned int len = strlen (text_before); in populate_buffer() 224 hb_buffer_add_utf8 (buffer, text_before, len, len, 0); in populate_buffer() 326 text_before = NULL; in text_options_t() 340 g_free (text_before); in ~text_options_t() 361 char *text_before; member
|
D | shape-consumer.hh | 51 const char *text_before, in consume_line() 58 shaper.populate_buffer (buffer, text, text_len, text_before, text_after); in consume_line()
|
D | hb-ot-shape-closure.cc | 65 const char *text_before, in consume_line()
|
D | main-font-text.hh | 98 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after); in main()
|
D | options.cc | 427 …{"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line… in add_options()
|