HomeSort by: relevance | last modified time | path
    Searched defs:visible (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/dist/drm/
drm_plane_helper.c 114 bool *visible)
129 .visible = *visible,
147 *visible = plane_state.visible;
181 bool visible = false; /* XXX wasn't initialized normally. Looks like bug. */ local
188 false, false, &visible);
192 if (!visible)
194 * Primary plane isn't visible. Note that unless a driver
drm_plane_helper.c 114 bool *visible)
129 .visible = *visible,
147 *visible = plane_state.visible;
181 bool visible = false; /* XXX wasn't initialized normally. Looks like bug. */ local
188 false, false, &visible);
192 if (!visible)
194 * Primary plane isn't visible. Note that unless a driver
  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.h 36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; member in class:ComC
CompCom.h 36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; member in class:ComC
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.h 36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; member in class:ComC
CompCom.h 36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; member in class:ComC
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-regs.h 47 bool visible () const function in struct:tui_register_info
tui-regs.h 47 bool visible () const function in struct:tui_register_info
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-regs.h 47 bool visible () const function in struct:tui_register_info
tui-regs.h 47 bool visible () const function in struct:tui_register_info
  /src/lib/libmenu/
menu.h 86 int visible; /* set if item is visible */ member in struct:__item
menu.h 86 int visible; /* set if item is visible */ member in struct:__item
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 87 * Left position of visible portion of plane on crtc, signed dest
95 * Upper position of visible portion of plane on crtc, signed dest
100 /** @crtc_w: width of visible portion of plane on crtc */
101 /** @crtc_h: height of visible portion of plane on crtc */
105 * @src_x: left position of visible portion of plane within plane (in
110 * @src_y: upper position of visible portion of plane within plane (in
114 /** @src_w: width of visible portion of plane (in 16.16) */
115 /** @src_h: height of visible portion of plane (in 16.16) */
212 * @visible:
217 bool visible; member in struct:drm_plane_state
    [all...]
drm_plane.h 87 * Left position of visible portion of plane on crtc, signed dest
95 * Upper position of visible portion of plane on crtc, signed dest
100 /** @crtc_w: width of visible portion of plane on crtc */
101 /** @crtc_h: height of visible portion of plane on crtc */
105 * @src_x: left position of visible portion of plane within plane (in
110 * @src_y: upper position of visible portion of plane within plane (in
114 /** @src_w: width of visible portion of plane (in 16.16) */
115 /** @src_h: height of visible portion of plane (in 16.16) */
212 * @visible:
217 bool visible; member in struct:drm_plane_state
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.c 558 struct coff_visible *visible = local
610 visible->type = t;
611 return visible;
651 s->visible = do_visible (i);
coffgrok.c 558 struct coff_visible *visible = local
610 visible->type = t;
611 return visible;
651 s->visible = do_visible (i);
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c 558 struct coff_visible *visible = local
610 visible->type = t;
611 return visible;
651 s->visible = do_visible (i);
coffgrok.c 558 struct coff_visible *visible = local
610 visible->type = t;
611 return visible;
651 s->visible = do_visible (i);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
atom.h 59 bool visible; member in struct:nv50_head_atom::__anon5108
71 bool visible; member in struct:nv50_head_atom::__anon5109
87 bool visible; member in struct:nv50_head_atom::__anon5110
165 bool visible; member in struct:nv50_wndw_atom
atom.h 59 bool visible; member in struct:nv50_head_atom::__anon5108
71 bool visible; member in struct:nv50_head_atom::__anon5109
87 bool visible; member in struct:nv50_head_atom::__anon5110
165 bool visible; member in struct:nv50_wndw_atom
  /src/external/gpl2/groff/dist/src/preproc/grn/
hgraph.cpp 934 | Results: As HGtline passes from the invisible to visible (or vice
938 | (which means we're leaving a visible area).
948 if (vis) { /* leaving a visible area, draw it. */
978 int visible; local
1004 visible = 0;
1008 if ((x_0 & dotcounter) && !visible) {
1010 visible = 1;
1011 } else if (visible && !(x_0 & dotcounter)) {
1013 visible = 0;
1027 if ((y_0 & dotcounter) && !visible) {
    [all...]
hgraph.cpp 934 | Results: As HGtline passes from the invisible to visible (or vice
938 | (which means we're leaving a visible area).
948 if (vis) { /* leaving a visible area, draw it. */
978 int visible; local
1004 visible = 0;
1008 if ((x_0 & dotcounter) && !visible) {
1010 visible = 1;
1011 } else if (visible && !(x_0 & dotcounter)) {
1013 visible = 0;
1027 if ((y_0 & dotcounter) && !visible) {
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-protos.h 561 bool visible; member in struct:cpu_alias
arm-protos.h 561 bool visible; member in struct:cpu_alias
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-protos.h 529 bool visible; member in struct:cpu_alias

Completed in 46 milliseconds

1 2 3 4