Searched refs:flipped (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_combo_box.h | 25 …, over(-1), pos(0), target(_target), func(_func), funcExtra(_funcExtra), flipped(false), bar(windo… in MenuItem() 45 bool flipped; member
|
| D | demowin_double_combo_box.h | 19 …arget1(_target1), target2(_target2), func(_func), funcExtra(_funcExtra), flipped(false), offset(0)… in MenuItem() 44 bool flipped; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_combo_box.h | 25 …, over(-1), pos(0), target(_target), func(_func), funcExtra(_funcExtra), flipped(false), bar(windo… in MenuItem() 45 bool flipped; member
|
| D | demowin_double_combo_box.h | 19 …arget1(_target1), target2(_target2), func(_func), funcExtra(_funcExtra), flipped(false), offset(0)… in MenuItem() 44 bool flipped; member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_combo_box.cpp | 54 if (this->flipped) in CursorOver() 80 if (this->flipped) in Update() 130 if (this->flipped) in Update() 273 this->flipped = false; in Draw() 275 this->flipped = true; in Draw() 278 if (this->flipped) in Draw()
|
| D | demowin_double_combo_box.cpp | 47 if (this->flipped) in CursorOver() 115 if (this->flipped) in Update() 273 if (this->flipped) in Update() 458 this->flipped = false; in Draw() 460 this->flipped = true; in Draw() 463 if (this->flipped) in Draw()
|