HomeSort by relevance Sort by last modified time
    Searched defs:M_Print (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
menu.c 117 void M_Print (int cx, int cy, char *str)
491 M_Print (x, y, "on");
493 M_Print (x, y, "off");
505 M_Print (16, 32, " Customize controls");
506 M_Print (16, 40, " Go to console");
507 M_Print (16, 48, " Reset to defaults");
509 M_Print (16, 56, " Screen size");
513 M_Print (16, 64, " Brightness");
517 M_Print (16, 72, " Mouse Speed");
521 M_Print (16, 80, " CD Music Volume")
    [all...]
  /external/quake/quake/src/WinQuake/
menu.cpp 117 void M_Print (int cx, int cy, const char *str)
507 M_Print (16, 32 + 8*i, m_filenames[i]);
523 M_Print (16, 32 + 8*i, m_filenames[i]);
715 M_Print (64, 40, "Hostname");
717 M_Print (168, 40, setup_hostname);
719 M_Print (64, 56, "Your name");
721 M_Print (168, 56, setup_myname);
723 M_Print (64, 80, "Shirt color");
724 M_Print (64, 104, "Pants color");
727 M_Print (72, 140, "Accept Changes")
    [all...]
  /gdk/samples/quake/jni/
menu.cpp 117 void M_Print (int cx, int cy, const char *str)
507 M_Print (16, 32 + 8*i, m_filenames[i]);
523 M_Print (16, 32 + 8*i, m_filenames[i]);
715 M_Print (64, 40, "Hostname");
717 M_Print (168, 40, setup_hostname);
719 M_Print (64, 56, "Your name");
721 M_Print (168, 56, setup_myname);
723 M_Print (64, 80, "Shirt color");
724 M_Print (64, 104, "Pants color");
727 M_Print (72, 140, "Accept Changes")
    [all...]

Completed in 132 milliseconds