Home
last modified time | relevance | path

Searched refs:DoNothingVoidP (Results 1 – 15 of 15) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_held_button.h18 …, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
21 … char* _text, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
24 …xture** _tex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_button.h18 …, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
21 … char* _text, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
24 …xture** _tex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_slider_bar.h18 …ion, CVec2 size, int _min, int _max, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_slider_bar_float.h18 …in, float _max, float* _target, int _decimals = 1, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_combo_box.h24 … size, SubCombo** _data, int _count, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_helpers.h22 void DoNothingVoidP(void*);
Ddemowin_double_combo_box.h18 …* _data, int _count, int* _target1, int* _target2, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_button.h18 …, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
21 … char* _text, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
24 …xture** _tex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_held_button.h18 …, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
21 … char* _text, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
24 …xture** _tex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_slider_bar.h18 …ion, CVec2 size, int _min, int _max, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_slider_bar_float.h18 …in, float _max, float* _target, int _decimals = 1, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_combo_box.h24 … size, SubCombo** _data, int _count, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_double_combo_box.h18 …* _data, int _count, int* _target1, int* _target2, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
Ddemowin_helpers.h22 void DoNothingVoidP(void*);
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_helpers.cpp25 void DoNothingVoidP(void*) {} in DoNothingVoidP() function