Home
last modified time | relevance | path

Searched refs:TwDefine (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/anttweakbar/AntTweakBar/examples/
H A DTwString.cpp69 TwDefine(def.str().c_str()); in SetBarTitleCB()
103 TwDefine(def.str().c_str()); in CreateBarCB()
154 TwDefine(def); in SetTextLineCB()
158 TwDefine(" Main/Echo label=` ` "); in SetTextLineCB()
317TwDefine(" Main label='~ String variable examples ~' fontSize=3 position='180 16' size='270 440' v… in main()
340TwDefine(" Main/StdString label='Create a new tweak bar' help='This example demonstates different … in main()
374TwDefine(" Main/CDString label='Echo some text' help='This example demonstates different use of C-… in main()
401TwDefine(" Main/CSString label='Character capitalization' help='This example demonstates different… in main()
H A DTwSimpleGLUT.c225 TwDefine(" TweakBar/ObjRotation readonly "); in SetAutoRotateCB()
229 TwDefine(" TweakBar/ObjRotation readwrite "); in SetAutoRotateCB()
291TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar with GLUT and OpenGL.' ");… in main()
292TwDefine(" TweakBar size='200 400' color='96 216 224' "); // change default tweak bar size and col… in main()
H A DTwSimpleDX9.cpp181TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar in a DirectX9 application.… in WinMain()
182 TwDefine(" TweakBar color='128 224 160' text=dark "); // Change TweakBar color and use dark text in WinMain()
H A DTwAdvanced1.cpp223TwDefine(" Lights label='Lights TweakBar' position='580 16' alpha=0 help='Use this bar to edit the… in CreateBar()
652TwDefine(" GLOBAL fontSize=3 help='This example illustrates the definition of custom structure typ… in main()
660 TwDefine(" Main label='Main TweakBar' refresh=0.5 position='16 16' size='260 320' alpha=0"); in main()
669TwDefine(" Main/Background group='Display' "); // The group 'Background' of bar 'Main' is put in … in main()
H A DTwSimpleGLFW.c130TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar with GLFW and OpenGL.' ");… in main()
H A DTwDualGLUT.c391TwDefine(" GLOBAL help='This example shows how to use AntTweakBar with multiple windows.' "); // M… in SetupSubWindow()
392TwDefine(" TweakBar size='200 400' color='96 216 224' "); // change default tweak bar size and col… in SetupSubWindow()
H A DTwSimpleSDL.c110TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar with SDL and OpenGL.\nPres… in main()
H A DTwSimpleSFML.cpp117TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar with SFML and OpenGL.' ");… in main()
H A DTwGLCoreSDL.c248TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar with SDL and OpenGL Core P… in CreateTweakBar()
H A DTwSimpleDX10.cpp99TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar in a DirectX10 application… in WinMain()
H A DTwSimpleDX11.cpp333TwDefine(" GLOBAL help='This example shows how to integrate AntTweakBar into a DirectX11 applicati… in WinMain()
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/src/
H A DGamemodes.cpp107 TwDefine("Settings iconified=false"); in OpenMainMenu()
253 TwDefine("Settings iconified=true"); in OpenEditor()
254 TwDefine("Statistics iconified=true"); in OpenEditor()
473 TwDefine("Settings iconified=false"); in OpenPauseMenu()
776 TwDefine("LevelEditor visible=false"); in ConfirmEditorExit()
869 TwDefine("Statistics visible=false"); in FirstStart()
870 TwDefine("Settings visible=false"); in FirstStart()
1071 TwDefine("LevelEditor visible=false"); in PlayThisLevel()
1164 TwDefine("Statistics visible=true"); in InitialOK()
1165 TwDefine("Settings visible=true"); in InitialOK()
[all …]
H A DMain.cpp333 TwDefine((std::string("Debug_bar visible=") + ((DEBUG_BAR) ? "true" : "false")).c_str());
/dports/graphics/freetype-gl/freetype-gl-647b062/demos/
H A Datb-agg.c293 TwDefine("GLOBAL " in init()
295 TwDefine("TweakBar " in init()
/dports/graphics/freetype-gl/freetype-gl-647b062/windows/AntTweakBar/include/
H A DAntTweakBar.h162 TW_API int TW_CALL TwDefine(const char *def);
/dports/graphics/anttweakbar/AntTweakBar/include/
H A DAntTweakBar.h165 TW_API int TW_CALL TwDefine(const char *def);
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwMgr.cpp4176 return TwDefine(d.c_str()); in AddVar()
4298 int ret = TwDefine(grpDef.c_str()); in AddVar()
4305 … if( !TwDefine(memberDef.c_str()) ) // all members must be defined even if memberDef has error in AddVar()
4639 int ANT_CALL TwDefine(const char *_Def) in TwDefine() function