HomeSort by relevance Sort by last modified time
    Searched refs:text_before (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/util/
shape-consumer.hh 51 const char *text_before,
58 shaper.populate_buffer (buffer, text, text_len, text_before, text_after);
options.hh 210 const char *text_before, const char *text_after)
213 if (text_before) {
214 unsigned int len = strlen (text_before);
215 hb_buffer_add_utf8 (buffer, text_before, len, len, 0);
305 text_before = NULL;
336 const char *text_before; member in struct:text_options_t
hb-ot-shape-closure.cc 65 const char *text_before,
main-font-text.hh 64 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
options.cc 393 {"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line", "string"},

Completed in 112 milliseconds