Home
last modified time | relevance | path

Searched refs:text_before (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.hh202 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
Dshape-consumer.hh55 const char *text_before, in consume_line()
64 shaper.populate_buffer (buffer, text, text_len, text_before, text_after); in consume_line()
Dmain-font-text.hh81 consumer.consume_line (text, text_len, input.text_before, input.text_after); in main()
Dhb-ot-shape-closure.cc66 const char *text_before, in consume_line()
Dhb-subset.cc51 const char *text_before, in consume_line()
Doptions.cc599 …{"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line… in add_options()