Home
last modified time | relevance | path

Searched refs:DISPLAYSTATE_NORMAL (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DStage_as.cpp227 m.setStageDisplayState(movie_root::DISPLAYSTATE_NORMAL); in stage_displaystate()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/
H A Dgui.cpp263 _stage->setStageDisplayState(movie_root::DISPLAYSTATE_NORMAL); in toggleFullscreen()
568 _stage->setStageDisplayState(movie_root::DISPLAYSTATE_NORMAL); in notify_key_event()
H A DPlayer.cpp101 else if (s == movie_root::DISPLAYSTATE_NORMAL) { in operator ()()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Dmovie_root.h445 DISPLAYSTATE_NORMAL, enumerator
H A Dmovie_root.cpp163 _displayState(DISPLAYSTATE_NORMAL), in movie_root()