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

  /external/harfbuzz_ng/src/
hb-cff1-interp-cs.hh 45 has_width = false;
59 has_width = true;
75 bool has_width; member in struct:CFF::CFF1CSInterpEnv
116 bool has_width = false; local
126 has_width = ((env.argStack.get_count () & 1) != 0);
130 has_width = (env.argStack.get_count () > 1);
133 has_width = (env.argStack.get_count () > 2);
138 env.set_width (has_width);
hb-subset-cff1.cc 307 assert (env.has_width);
401 if (env.has_width)
    [all...]

Completed in 1126 milliseconds