Searched refs:DoNothingVoidP (Results 1 – 15 of 15) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_held_button.h | 18 …, 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…
|
| D | demowin_button.h | 18 …, 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…
|
| D | demowin_slider_bar.h | 18 …ion, CVec2 size, int _min, int _max, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_slider_bar_float.h | 18 …in, float _max, float* _target, int _decimals = 1, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_combo_box.h | 24 … size, SubCombo** _data, int _count, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_helpers.h | 22 void DoNothingVoidP(void*);
|
| D | demowin_double_combo_box.h | 18 …* _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/ |
| D | demowin_button.h | 18 …, 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…
|
| D | demowin_held_button.h | 18 …, 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…
|
| D | demowin_slider_bar.h | 18 …ion, CVec2 size, int _min, int _max, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_slider_bar_float.h | 18 …in, float _max, float* _target, int _decimals = 1, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_combo_box.h | 24 … size, SubCombo** _data, int _count, int* _target, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_double_combo_box.h | 18 …* _data, int _count, int* _target1, int* _target2, VoidFuncP _func = DoNothingVoidP, void* _funcEx…
|
| D | demowin_helpers.h | 22 void DoNothingVoidP(void*);
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_helpers.cpp | 25 void DoNothingVoidP(void*) {} in DoNothingVoidP() function
|