Home
last modified time | relevance | path

Searched refs:has_width (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff1-interp-cs.hh45 has_width = false; in init()
59 has_width = true; in set_width()
75 bool has_width; member
116 bool has_width = false; in check_width() local
126 has_width = ((env.argStack.get_count () & 1) != 0); in check_width()
130 has_width = (env.argStack.get_count () > 1); in check_width()
133 has_width = (env.argStack.get_count () > 2); in check_width()
138 env.set_width (has_width); in check_width()
Dhb-subset-cff1.cc307 assert (env.has_width); in flush_width()
401 if (env.has_width) in finalize_parsed_str()