Searched refs:EnvInt (Results 1 – 2 of 2) sorted by relevance
260 typedef int EnvInt; typedef1087 EnvInt n = (EnvInt) args->len(); in send_draw()1630 EnvInt font_res = font::res; in do_file()1699 EnvInt hor_pos = (EnvInt) x; in do_file()1744 current_env->hpos += (EnvInt) get_integer_arg(); in do_file()1747 current_env->hpos = (EnvInt) get_integer_arg(); in do_file()1786 EnvInt w; in do_file()1798 EnvInt kern = (EnvInt) get_integer_arg(); in do_file()1802 EnvInt w; in do_file()1810 current_env->vpos += (EnvInt) get_integer_arg(); in do_file()[all …]
2310 * src/libs/libdriver/input.cc: Introduce `EnvInt' typedef and use