Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dportrait_view.cpp54 display_doll = false; in PortraitView()
128 if (display_doll) in Display()
174 display_doll = true; in set_portrait()
178 display_doll = false; in set_portrait()
238 if (state == true && display_doll == false && portrait_data == NULL) { // don't wait for nothing in set_waiting()
H A Dportrait_view.h61 bool display_doll; variable
H A Ddoll_widget.h88 void display_doll();
H A Ddoll_widget.cpp262 display_doll(); in Display()
308 inline void DollWidget::display_doll() { in display_doll() function in Ultima::Nuvie::DollWidget