Searched refs:visible (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/xsrc/external/mit/xterm/dist/vttests/
H A Dxorblink.pl116 printf "%s -> %s\n", &visible($seq), $txt;
154 $value = &visible( "?" . $value );
182 return &visible($reply);
198 sub visible($) { subroutine
211 printf STDERR "%s\t[", &visible($set);
H A Dquery-color.pl82 sub visible($) { subroutine
149 my $shown = sprintf "data={%s}", &visible($reply);
210 printf "query %s\n", &visible($query);
213 printf "query %s%*s ", &visible($query),
214 15 - length( &visible($query) ),
H A Dquery-dynamic.pl89 sub visible($) { subroutine
135 printf "data={%s}", &visible($reply);
152 printf "query{%s}", &visible($params);
H A Dquery-status.pl86 sub visible($) { subroutine
135 &visible($suffix), #
150 printf "{%s}", visible($reply);
H A Dsetpos.pl134 sub visible($) { subroutine
203 printf "OK ->%s ->%d,%d", &visible($reply), $result[0], $result[1];
206 printf "ERR ->%s", &visible($reply);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c153 LLVMValueRef visible; local in function:cull_bbox
157 visible = LLVMBuildFCmp(builder, LLVMRealOGE, bbox_max[chan],
159 accepted = LLVMBuildAnd(builder, accepted, visible, "");
163 visible = LLVMBuildFCmp(builder, LLVMRealOLE, bbox_min[chan], ctx->f32_1, "");
164 accepted = LLVMBuildAnd(builder, accepted, visible, "");
179 LLVMValueRef min, max, not_equal[2], visible; local in function:cull_bbox
198 visible = LLVMBuildAnd(builder, not_equal[0], not_equal[1], "");
199 accepted = LLVMBuildAnd(builder, accepted, visible, "");
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dquadstrip-cont.c107 visible(int vis) function in typeref:typename:void
160 glutVisibilityFunc(visible);
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dexpr.py11 visible is true iff the field should be in the request API.
16 def __init__(self, type, field_type, field_name, visible, wire, auto, enum=None, isfd=False):
21 self.visible = visible
H A Dxtypes.py79 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None, is_fd=False):
88 new_field = Field(self, field_type, field_name, visible, wire, auto, enum, is_fd)
314 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None):
338 Type.make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum, self.member.is_fd)
550 visible = False
556 visible = True
561 visible = False
571 visible = True
577 visible = True
578 type.make_member_of(module, self, field_type, field_name, visible, Tru
[all...]
/xsrc/external/mit/xmh/dist/
H A Dtocintrnl.h61 unsigned visible:1; /* Whether we should show this message */ member in struct:_MsgRec
63 it is no longer visible */
H A Dtocutil.c303 /* Refigure what messages are visible. */
325 if (newval != msg->visible) {
327 msg->visible = newval;
333 if (!oldcurmsg->visible) {
409 msg->visible = TRUE;
438 msg->visible = TRUE;
548 /* Refigure all the positions, based on which lines are visible. */
559 if (msg->visible) position += msg->length;
624 msg->visible = TRUE;
628 msg->visible
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.h14 bool visible(const TwmWindow *tmp_win);
H A Dfunctions_warp.c192 if(r->mapped && (Scr->WarpRingAnyWhere || visible(r))) {
199 if(r->mapped && (Scr->WarpRingAnyWhere || visible(r))) {
H A Dctwm_shutdown.c53 if(tmp->UnmapByMovingFarAway && !visible(tmp)) {
H A Dfunctions_icmgr_wsmgr.c100 if(visible(i->twm_win)) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.cpp141 visible = true;
585 bgl->visible = true;
587 if(!bgl->visible || info->buffer_state == B_DIRECT_STOP)
621 bgl->visible = !minimize;
627 bgl->visible = false;
632 bgl->visible = true;
H A DglutWindow.h98 bool visible; // for visibility callback member in class:GlutWindow
114 void Minimize(bool minimized); // minimized windows are not visible
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DText.h356 int visible
358 Boolean visible
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dbounce.c185 visible(int vis) function in typeref:typename:void
213 glutVisibilityFunc(visible);
/xsrc/external/mit/libXt/dist/include/X11/
H A DCoreP.h100 Boolean visible; /* is window mapped and not occluded?*/ member in struct:_CorePart
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_abi.h102 void (*emit_kill)(struct ac_shader_abi *abi, LLVMValueRef visible);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c495 if (pScreenPriv->cursor.visible) {
498 pScreenPriv->cursor.visible = FALSE;
515 if (!pScreenPriv->cursor.visible) {
518 pScreenPriv->cursor.visible = TRUE;
605 pScreenPriv->cursor.visible = FALSE;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c505 if (pScreenPriv->cursor.visible)
509 pScreenPriv->cursor.visible = FALSE;
528 if (!pScreenPriv->cursor.visible)
532 pScreenPriv->cursor.visible = TRUE;
621 pScreenPriv->cursor.visible = FALSE;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarecurs.c194 vmwareWriteCursorRegs(VMWAREPtr pVMWARE, Bool visible, Bool force) argument
199 if (visible) {
207 enableVal = visible ? SVGA_CURSOR_ON_SHOW : SVGA_CURSOR_ON_HIDE;
209 enableVal = visible ? pVMWARE->cursorRestoreToFB :
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.1.rst132 - egl: make interop ABI visible again
133 - glx: make interop ABI visible again

Completed in 13 milliseconds

1234567891011>>