Home
last modified time | relevance | path

Searched refs:show_glyph_names (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/util/
Dhb-ot-shape-closure.cc37 show_glyph_names (true) in shape_closure_consumer_t()
46 …{"no-glyph-names", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &this->show_glyph_names, "Use glyp… in add_options()
82 if (show_glyph_names) in consume_line()
104 hb_bool_t show_glyph_names; member
Dhb-shape.cc67 if (!format.show_glyph_names) in init()
Doptions.hh433 show_glyph_names = true; in format_options_t()
474 hb_bool_t show_glyph_names; member
Doptions.cc774 … G_OPTION_ARG_NONE, &this->show_glyph_names, "Output glyph indices instead of names", NULL}, in add_options()