Home
last modified time | relevance | path

Searched defs:isLastFrame (Results 1 – 23 of 23) sorted by relevance

/dports/editors/fte/fte/src/
H A Dgui.cpp4 int GFrame::isLastFrame() { in isLastFrame() function in GFrame
/dports/www/cutelyst/cutelyst-3.2.0/examples/hello-world/
H A Droot.cpp145 connect(req, &Request::webSocketTextFrame, [=] (const QString &msg, bool isLastFrame) { in ws()
155 connect(req, &Request::webSocketBinaryFrame, [=] (const QByteArray &msg, bool isLastFrame) { in ws()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_animation.cpp110 bool AnimationSequence::isLastFrame() const in isLastFrame() function in AnimationSequence
493 bool AnimationState::isLastFrame() const in isLastFrame() function in AnimationState
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.263-1998/
H A Dh263pframe.h44 isLastFrame = 1, enumerator
/dports/net/opal/opal-3.10.10/plugins/video/THEORA/
H A Dtheora_frame.h67 isLastFrame = 1, enumerator
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/roqvq/
H A Droq.m48 {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DAnimation.cpp314 bool Animation::isLastFrame() { in isLastFrame() function in Animation
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/shared/
H A Dh264frame.h165 isLastFrame = 1, enumerator
/dports/science/jmol/jmol-14.32.7/src/org/jmol/popup/
H A DJmolPopup.java98 private boolean isLastFrame; field in JmolPopup
559 menuEnable(SingleModelOnly.get(i), isLastFrame); in updateFileTypeDependentMenus() local
/dports/games/ksirk/ksirk-21.12.3/ksirk/Sprites/
H A Danimsprite.cpp354 bool AnimSprite::isLastFrame() const in isLastFrame() function in Ksirk::AnimSprite
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DSceneRenderer.h353 inline bool SceneRenderer::isLastFrame() const in isLastFrame() function
/dports/games/bzflag/bzflag-2.4.22/include/
H A DSceneRenderer.h353 inline bool SceneRenderer::isLastFrame() const in isLastFrame() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DContextInformationPopup.java331 private boolean isLastFrame(ContextFrame frame) { in isLastFrame() method in ContextInformationPopup
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_frames.h747 bool isLastFrame() in isLastFrame() function
/dports/www/qt5-websockets/kde-qtwebsockets-5.15.2p4/src/websockets/
H A Dqwebsocket_p.cpp799 const bool isLastFrame = (i == (numFrames - 1)); in doWriteFrames() local
/dports/www/qt5-websockets-qml/kde-qtwebsockets-5.15.2p4/src/websockets/
H A Dqwebsocket_p.cpp799 const bool isLastFrame = (i == (numFrames - 1)); in doWriteFrames() local
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsBidiPresUtils.cpp1047 bool isLastFrame = !nextContinuation || in TraverseFrames() local
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsBidiPresUtils.cpp1034 bool isLastFrame = in TraverseFrames() local
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsBidiPresUtils.cpp1187 bool isLastFrame = in TraverseFrames() local
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsBidiPresUtils.cpp1203 bool isLastFrame = in TraverseFrames() local
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsBidiPresUtils.cpp1187 bool isLastFrame = in TraverseFrames() local
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsBidiPresUtils.cpp1190 bool isLastFrame = in TraverseFrames() local
/dports/games/nimuh/nimuh-1.02/src/
H A Delements.h202 bool isLastFrame; variable