Home
last modified time | relevance | path

Searched refs:ownerDraw (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/egl/egl-0.3.1_9/cgame/menu/
H A Dm_opts_controls.c435 m_controlsMenu.attackMenu.attack_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
537 m_controlsMenu.movementMenu.run_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
558 m_controlsMenu.movementMenu.move_up_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
607 m_controlsMenu.movementMenu.look_up_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
649 m_controlsMenu.miscMenu.chat_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
656 m_controlsMenu.miscMenu.teamchat_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
663 m_controlsMenu.miscMenu.inventory_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
670 m_controlsMenu.miscMenu.inv_use_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
677 m_controlsMenu.miscMenu.inv_drop_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
684 m_controlsMenu.miscMenu.inv_prev_action.generic.ownerDraw = DrawKeyBindingFunc; in ControlsMenu_Init()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/ui/
H A Dui_shared.h133 int ownerDraw; // ownerDraw style member
336 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
337 float (*getValue) (int ownerDraw);
348 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
360 int (*ownerDrawWidth)(int ownerDraw, float scale);
H A Dui_main.c1630 static int UI_OwnerDrawWidth(int ownerDraw, float scale) { in UI_OwnerDrawWidth() argument
1635 switch (ownerDraw) { in UI_OwnerDrawWidth()
1671 value = trap_Cvar_VariableValue(va("ui_blueteam%i", ownerDraw-UI_BLUETEAM1 + 1)); in UI_OwnerDrawWidth()
1683 s = va("%i. %s", ownerDraw-UI_BLUETEAM1 + 1, text); in UI_OwnerDrawWidth()
1690 value = trap_Cvar_VariableValue(va("ui_redteam%i", ownerDraw-UI_REDTEAM1 + 1)); in UI_OwnerDrawWidth()
1702 s = va("%i. %s", ownerDraw-UI_REDTEAM1 + 1, text); in UI_OwnerDrawWidth()
1986 switch (ownerDraw) { in UI_OwnerDraw()
2660 switch (ownerDraw) { in UI_OwnerDrawHandleKey()
2693 UI_TeamMember_HandleKey(flags, special, key, qtrue, ownerDraw - UI_BLUETEAM1 + 1); in UI_OwnerDrawHandleKey()
2734 static float UI_GetValue(int ownerDraw) { in UI_GetValue() argument
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/ui/
H A Dui_shared.h133 int ownerDraw; // ownerDraw style member
336 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
337 float (*getValue) (int ownerDraw);
348 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
360 int (*ownerDrawWidth)(int ownerDraw, float scale);
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/ui/
H A Dui_shared.h135 int ownerDraw; // ownerDraw style member
334 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
335 float (*getValue) (int ownerDraw);
346 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
358 int (*ownerDrawWidth)(int ownerDraw, float scale);
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/ui/
H A Dui_shared.h133 int ownerDraw; // ownerDraw style member
336 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
337 float (*getValue) (int ownerDraw);
348 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
360 int (*ownerDrawWidth)(int ownerDraw, float scale);
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/ui/
H A Dui_shared.h133 int ownerDraw; // ownerDraw style member
336 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
337 float (*getValue) (int ownerDraw);
348 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
360 int (*ownerDrawWidth)(int ownerDraw, float scale);
/dports/games/openarena/openarena-engine-source-0.8.8/code/ui/
H A Dui_shared.h133 int ownerDraw; // ownerDraw style member
336 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
337 float (*getValue) (int ownerDraw);
348 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
360 int (*ownerDrawWidth)(int ownerDraw, float scale);
/dports/games/evq3/evq3/code/ui/
H A Dui_shared.h133 int ownerDraw; // ownerDraw style member
336 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
337 float (*getValue) (int ownerDraw);
348 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
360 int (*ownerDrawWidth)(int ownerDraw, float scale);
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_newDraw.c69 float CG_GetValue(int ownerDraw) { in CG_GetValue() argument
77 switch (ownerDraw) { in CG_GetValue()
498 void CG_DrawMedal(int ownerDraw, rectDef_t *rect, float scale, vec4_t color, qhandle_t shader) { in CG_DrawMedal() argument
504 switch (ownerDraw) { in CG_DrawMedal()
532 if (ownerDraw != CG_PERFECT) { in CG_DrawMedal()
533 if (ownerDraw == CG_ACCURACY) { in CG_DrawMedal()
564 void CG_OwnerDraw(float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, in… in CG_OwnerDraw() argument
583 switch (ownerDraw) { in CG_OwnerDraw()
724 CG_DrawMedal(ownerDraw, &rect, scale, color, shader); in CG_OwnerDraw()
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_shared.h142 int ownerDraw; // ownerDraw style member
367 … )( float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
368 float ( *getValue )( int ownerDraw, int type );
379 qboolean ( *ownerDrawHandleKey )( int ownerDraw, int flags, float *special, int key );
398 int ( *ownerDrawWidth )( int ownerDraw, int font, float scale );
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_shared.h145 int ownerDraw; // ownerDraw style member
369 … )( float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
370 float ( *getValue )( int ownerDraw, int type );
381 qboolean ( *ownerDrawHandleKey )( int ownerDraw, int flags, float *special, int key );
400 int ( *ownerDrawWidth )( int ownerDraw, float scale );
/dports/games/openjk/OpenJK-07675e2/code/ui/
H A Dui_shared.h187 float (*getValue) (int ownerDraw);
190 qboolean (*ownerDrawHandleKey)(int ownerDraw, int flags, float *special, int key);
191 …m) (float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
193 int (*ownerDrawWidth)(int ownerDraw, float scale);
310 int ownerDraw; // ownerDraw style member
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_shared.h143 int ownerDraw; // ownerDraw style member
442 … ( float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, int ownerDrawFl…
443 float (*getValue) ( int ownerDraw );
455 qboolean (*ownerDrawHandleKey) ( int ownerDraw, int flags, float *special, int key );
467 int (*ownerDrawWidth) ( int ownerDraw, float scale );
H A Dui_main.c2583 switch (ownerDraw) { in UI_OwnerDrawWidth()
2711 if (ownerDraw <= UI_BLUETEAM5) in UI_OwnerDrawWidth()
2740 if (ownerDraw <= UI_REDTEAM5) in UI_OwnerDrawWidth()
3002 switch (ownerDraw) in UI_OwnerDraw()
3136 if (ownerDraw <= UI_BLUETEAM5) in UI_OwnerDraw()
3154 if (ownerDraw <= UI_REDTEAM5) in UI_OwnerDraw()
3156 iUse = ownerDraw-UI_REDTEAM1 + 1; in UI_OwnerDraw()
4166 switch (ownerDraw) { in UI_OwnerDrawHandleKey()
4258 if (ownerDraw <= UI_BLUETEAM5) in UI_OwnerDrawHandleKey()
4277 if (ownerDraw <= UI_REDTEAM5) in UI_OwnerDrawHandleKey()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DTree.java162 if (!ownerDraw) { in _addListener()
167 ownerDraw = true; in _addListener()
291 if (!ownerDraw) { in cellDataProc()
949 if (ownerDraw) { in createRenderers()
959 if ((!ownerDraw)) { in createRenderers()
980 if (ownerDraw) { in createRenderers()
1020 if (!ownerDraw) { in createRenderers()
2414 if (ownerDraw && haveBoundsChanged) {
3318 if ((style & SWT.VIRTUAL) != 0 || ownerDraw) return;
3517 ownerDraw = true;
[all …]
H A DTable.java155 if (!ownerDraw) { in _addListener()
160 ownerDraw = true; in _addListener()
242 if (!ownerDraw) { in cellDataProc()
778 if (ownerDraw) { in createRenderers()
790 if (!ownerDraw) { in createRenderers()
799 if (ownerDraw) { in createRenderers()
838 if (!ownerDraw) { in createRenderers()
2303 if (ownerDraw && haveBoundsChanged) { in gtk_draw()
3188 if ((style & SWT.VIRTUAL) != 0 || ownerDraw) return; in resetCustomDraw()
3394 ownerDraw = true; in setBackgroundSurface()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTable.java159 if (!ownerDraw) { in _addListener()
164 ownerDraw = true; in _addListener()
246 if (!ownerDraw) { in cellDataProc()
821 if (ownerDraw) { in createRenderers()
833 if (!ownerDraw) { in createRenderers()
842 if (ownerDraw) { in createRenderers()
881 if (!ownerDraw) { in createRenderers()
2389 if (ownerDraw && haveBoundsChanged) { in gtk_draw()
3270 if ((style & SWT.VIRTUAL) != 0 || ownerDraw) return; in resetCustomDraw()
3476 ownerDraw = true; in setBackgroundSurface()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_newdraw.c911 float CG_GetValue(int ownerDraw) { in CG_GetValue() argument
919 switch (ownerDraw) { in CG_GetValue()
1448 void CG_DrawMedal(int ownerDraw, rectDef_t *rect, float scale, vec4_t color, qhandle_t shader) { in CG_DrawMedal() argument
1454 switch (ownerDraw) { in CG_DrawMedal()
1482 if (ownerDraw != CG_PERFECT) { in CG_DrawMedal()
1483 if (ownerDraw == CG_ACCURACY) { in CG_DrawMedal()
1514 void CG_OwnerDraw(float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, in… in CG_OwnerDraw() argument
1530 switch (ownerDraw) { in CG_OwnerDraw()
1677 CG_DrawMedal(ownerDraw, &rect, scale, color, shader); in CG_OwnerDraw()
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_newdraw.c911 float CG_GetValue(int ownerDraw) { in CG_GetValue() argument
919 switch (ownerDraw) { in CG_GetValue()
1448 void CG_DrawMedal(int ownerDraw, rectDef_t *rect, float scale, vec4_t color, qhandle_t shader) { in CG_DrawMedal() argument
1454 switch (ownerDraw) { in CG_DrawMedal()
1482 if (ownerDraw != CG_PERFECT) { in CG_DrawMedal()
1483 if (ownerDraw == CG_ACCURACY) { in CG_DrawMedal()
1514 void CG_OwnerDraw(float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, in… in CG_OwnerDraw() argument
1530 switch (ownerDraw) { in CG_OwnerDraw()
1677 CG_DrawMedal(ownerDraw, &rect, scale, color, shader); in CG_OwnerDraw()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_newdraw.c911 float CG_GetValue(int ownerDraw) { in CG_GetValue() argument
919 switch (ownerDraw) { in CG_GetValue()
1448 void CG_DrawMedal(int ownerDraw, rectDef_t *rect, float scale, vec4_t color, qhandle_t shader) { in CG_DrawMedal() argument
1454 switch (ownerDraw) { in CG_DrawMedal()
1482 if (ownerDraw != CG_PERFECT) { in CG_DrawMedal()
1483 if (ownerDraw == CG_ACCURACY) { in CG_DrawMedal()
1514 void CG_OwnerDraw(float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, in… in CG_OwnerDraw() argument
1530 switch (ownerDraw) { in CG_OwnerDraw()
1677 CG_DrawMedal(ownerDraw, &rect, scale, color, shader); in CG_OwnerDraw()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_newdraw.c911 float CG_GetValue(int ownerDraw) { in CG_GetValue() argument
919 switch (ownerDraw) { in CG_GetValue()
1448 void CG_DrawMedal(int ownerDraw, rectDef_t *rect, float scale, vec4_t color, qhandle_t shader) { in CG_DrawMedal() argument
1454 switch (ownerDraw) { in CG_DrawMedal()
1482 if (ownerDraw != CG_PERFECT) { in CG_DrawMedal()
1483 if (ownerDraw == CG_ACCURACY) { in CG_DrawMedal()
1514 void CG_OwnerDraw(float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, in… in CG_OwnerDraw() argument
1530 switch (ownerDraw) { in CG_OwnerDraw()
1677 CG_DrawMedal(ownerDraw, &rect, scale, color, shader); in CG_OwnerDraw()
/dports/games/egl/egl-0.3.1_9/cgame/ui/
H A Dui_local.h154 void (*ownerDraw) (void *self); member
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_newdraw.c1480 float CG_GetValue( int ownerDraw, int type ) { in CG_GetValue() argument
1488 switch ( ownerDraw ) { in CG_GetValue()
2120 void CG_DrawMedal( int ownerDraw, rectDef_t *rect, float scale, vec4_t color, qhandle_t shader ) { in CG_DrawMedal() argument
2126 switch ( ownerDraw ) { in CG_DrawMedal()
2154 if ( ownerDraw != CG_PERFECT ) { in CG_DrawMedal()
2155 if ( ownerDraw == CG_ACCURACY ) { in CG_DrawMedal()
2342 void CG_OwnerDraw( float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, i… in CG_OwnerDraw() argument
2358 switch ( ownerDraw ) { in CG_OwnerDraw()
2537 CG_DrawMedal( ownerDraw, &rect, scale, color, shader ); in CG_OwnerDraw()
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_newdraw.c1417 float CG_GetValue( int ownerDraw, int type ) { in CG_GetValue() argument
1425 switch ( ownerDraw ) { in CG_GetValue()
2060 void CG_DrawMedal( int ownerDraw, rectDef_t *rect, int font, float scale, vec4_t color, qhandle_t s… in CG_DrawMedal() argument
2066 switch ( ownerDraw ) { in CG_DrawMedal()
2094 if ( ownerDraw != CG_PERFECT ) { in CG_DrawMedal()
2095 if ( ownerDraw == CG_ACCURACY ) { in CG_DrawMedal()
2243 void CG_OwnerDraw( float x, float y, float w, float h, float text_x, float text_y, int ownerDraw, i… in CG_OwnerDraw() argument
2259 switch ( ownerDraw ) { in CG_OwnerDraw()
2438 CG_DrawMedal( ownerDraw, &rect, font, scale, color, shader ); in CG_OwnerDraw()

123