| /xsrc/external/mit/xorg-server.old/dist/miext/ |
| H A D | Makefile.am | 3 SUBDIRS += cw 11 DIST_SUBDIRS = sync damage shadow cw rootless
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | Makefile.am | 8 cw.c \ 11 cw.h
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Composite.c | 225 register CompositeWidget cw = (CompositeWidget) w; local in function:CompositeDestroy 227 XtFree((char *) cw->composite.children); 235 register CompositeWidget cw; local in function:CompositeInsertChild 238 cw = (CompositeWidget) w->core.parent; 239 children = cw->composite.children; 241 if (cw->composite.insert_position != NULL) 242 position = (*(cw->composite.insert_position)) (w); 244 position = cw->composite.num_children; 246 if (cw->composite.num_children == cw 266 register CompositeWidget cw; local in function:CompositeDeleteChild 291 register CompositeWidget cw; local in function:CompositeInitialize [all...] |
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 82 CompWindowPtr cw = GetCompWindow(pWin); local in function:compReportDamage 88 cw->damaged = TRUE; 97 CompWindowPtr cw = GetCompWindow(pWin); local in function:compDestroyDamage 99 cw->damage = 0; 100 cw->damaged = 0; 101 cw->damageRegistered = 0; 138 CompWindowPtr cw = GetCompWindow(pWin); local in function:compRedirectWindow 155 if (cw && update == CompositeRedirectManual) 156 for (ccw = cw->clients; ccw; ccw = ccw->next) 173 if (!cw) { 266 CompWindowPtr cw = GetCompWindow(pWin); local in function:compFreeClientWindow 325 CompWindowPtr cw = GetCompWindow(pWin); local in function:compUnredirectWindow 608 CompWindowPtr cw = GetCompWindow(pWin); local in function:compAllocPixmap 645 CompWindowPtr cw = GetCompWindow(pWin); local in function:compSetParentPixmap 676 CompWindowPtr cw = GetCompWindow(pWin); local in function:compReallocPixmap [all...] |
| H A D | compwindow.c | 158 CompWindowPtr cw = GetCompWindow(pWin); local in function:compCheckRedirect 163 (cw != NULL) && (pWin->parent != NULL); 185 if (cw->update == CompositeRedirectAutomatic) 310 CompWindowPtr cw = GetCompWindow(pWin); local in function:compClipNotify 312 if (cw) { 313 if (cw->borderClipX != pWin->drawable.x || 314 cw->borderClipY != pWin->drawable.y) { 315 RegionTranslate(&cw->borderClip, 316 pWin->drawable.x - cw->borderClipX, 317 pWin->drawable.y - cw 382 CompWindowPtr cw = GetCompWindow(pWin); local in function:compFreeOldPixmap 442 CompWindowPtr cw; local in function:compReparentWindow 497 CompWindowPtr cw = GetCompWindow(pWin); local in function:compCopyWindow 604 CompWindowPtr cw; local in function:compDestroyWindow 635 CompWindowPtr cw = GetCompWindow(pWin); local in function:compSetRedirectBorderClip 665 CompWindowPtr cw = GetCompWindow(pWin); local in function:compGetRedirectBorderClip 673 CompWindowPtr cw = GetCompWindow(pWin); local in function:compWindowUpdateAutomatic 738 CompWindowPtr cw = GetCompWindow(pWin); local in function:compPaintWindowToParent [all...] |
| H A D | compext.c | 200 CompWindowPtr cw; local in function:ProcCompositeCreateRegionFromBorderClip 209 cw = GetCompWindow(pWin); 210 if (cw) 211 pBorderClip = &cw->borderClip; 229 CompWindowPtr cw; local in function:ProcCompositeNameWindowPixmap 246 cw = GetCompWindow(pWin); 247 if (!cw) 704 CompWindowPtr cw; local in function:PanoramiXCompositeNameWindowPixmap 743 cw = GetCompWindow(pWin); 744 if (!cw) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_clip_tmp.h | 62 const GLfloat cw = from[3]; 66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 68 mask |= (((cw < cy) << CLIP_TOP_SHIFT)); 69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT)); 71 mask |= (((cw < cz) << CLIP_FAR_SHIFT)); 72 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT)); 76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; 78 if (-cy + cw < [all...] |
| H A D | m_debug_clip.c | 85 const GLfloat cw = from[3]; local in function:ref_cliptest_points4 87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; 89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; 90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; 92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; 93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; 105 GLfloat oow = 1.0F / cw;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_clip_tmp.h | 62 const GLfloat cw = from[3]; 66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 68 mask |= (((cw < cy) << CLIP_TOP_SHIFT)); 69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT)); 71 mask |= (((cw < cz) << CLIP_FAR_SHIFT)); 72 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT)); 76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; 78 if (-cy + cw < [all...] |
| H A D | m_debug_clip.c | 85 const GLfloat cw = from[3]; local in function:ref_cliptest_points4 87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; 89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; 90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; 92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; 93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; 105 GLfloat oow = 1.0F / cw;
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compalloc.c | 80 CompWindowPtr cw = GetCompWindow (pWin); local in function:compReportDamage 86 cw->damaged = TRUE; 102 CompWindowPtr cw = GetCompWindow (pWin); local in function:compDestroyDamage 104 cw->damage = 0; 113 CompWindowPtr cw = GetCompWindow (pWin); local in function:compRedirectWindow 128 if (cw && update == CompositeRedirectManual) 129 for (ccw = cw->clients; ccw; ccw = ccw->next) 146 if (!cw) 148 cw = malloc(sizeof (CompWindowRec)); 149 if (!cw) 234 CompWindowPtr cw = GetCompWindow (pWin); local in function:compFreeClientWindow 297 CompWindowPtr cw = GetCompWindow (pWin); local in function:compUnredirectWindow 624 CompWindowPtr cw = GetCompWindow (pWin); local in function:compAllocPixmap 650 CompWindowPtr cw = GetCompWindow (pWin); local in function:compFreePixmap 684 CompWindowPtr cw = GetCompWindow (pWin); local in function:compReallocPixmap [all...] |
| H A D | compwindow.c | 149 CompWindowPtr cw = GetCompWindow (pWin); local in function:compCheckRedirect 154 (cw != NULL) && (pWin->parent != NULL); 293 CompWindowPtr cw = GetCompWindow (pWin); local in function:compClipNotify 295 if (cw) 297 if (cw->borderClipX != pWin->drawable.x || 298 cw->borderClipY != pWin->drawable.y) 300 RegionTranslate(&cw->borderClip, 301 pWin->drawable.x - cw->borderClipX, 302 pWin->drawable.y - cw->borderClipY); 303 cw 356 CompWindowPtr cw = GetCompWindow (pWin); local in function:compFreeOldPixmap 464 CompWindowPtr cw = GetCompWindow (pWin); local in function:compCopyWindow 576 CompWindowPtr cw; local in function:compDestroyWindow 603 CompWindowPtr cw = GetCompWindow (pWin); local in function:compSetRedirectBorderClip 633 CompWindowPtr cw = GetCompWindow (pWin); local in function:compGetRedirectBorderClip 663 CompWindowPtr cw = GetCompWindow (pWin); local in function:compWindowUpdateAutomatic 735 CompWindowPtr cw = GetCompWindow(pWin); local in function:compPaintWindowToParent [all...] |
| H A D | compext.c | 205 CompWindowPtr cw; local in function:ProcCompositeCreateRegionFromBorderClip 213 cw = GetCompWindow (pWin); 214 if (cw) 215 pBorderClip = &cw->borderClip; 233 CompWindowPtr cw; local in function:ProcCompositeNameWindowPixmap 246 cw = GetCompWindow (pWin); 247 if (!cw) 684 CompWindowPtr cw; local in function:PanoramiXCompositeNameWindowPixmap 727 cw = GetCompWindow (pWin); 728 if (!cw) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/ |
| H A D | Makefile.am | 10 -I$(srcdir)/../../../miext/cw
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | Makefile.am | 5 INCLUDES = -I$(srcdir)/../cw
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | Makefile.am | 5 AM_CPPFLAGS = -I$(srcdir)/../cw
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | Makefile.am | 13 -I$(srcdir)/../miext/cw
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | Makefile.am | 3 INCLUDES = $(XORG_INCS) -I$(srcdir)/../parser -I$(top_srcdir)/miext/cw \
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | grid.c | 694 int cw, ch; /* cell size */ local in function:Redisplay 708 cw = fgw->fontgrid.cell_width + fgw->fontgrid.grid_width; 710 if ((left = (((int) rect.x) / cw)) < 0) left = 0; 711 right = (((int) (rect.x + rect.width - 1)) / cw); 728 int cw = p->cell_width + p->grid_width; local in function:paint_grid 752 x1 = col * cw + half_grid_width; 754 x2 = x1 + ncols * cw; 756 for (i = 0, x = x1; i <= ncols; i++, x += cw) { 769 startx = col * cw + p->internal_pad + p->grid_width; 774 for (i = 0, x = startx; i < ncols; i++, x += cw) { 982 int cw = fgw->fontgrid.cell_width + fgw->fontgrid.grid_width; local in function:Notify [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | Makefile.am | 13 libxaa_la_LIBADD = $(top_builddir)/miext/cw/libcw.la 72 INCLUDES = $(XORG_INCS) -I$(srcdir)/../../../miext/cw
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_rss.c | 167 int cw, ccw; local in function:emit_rss_vgpu9 175 cw = 1; 179 cw = 0; 187 EMIT_RS(svga, curr->stencil[cw].func, STENCILFUNC); 188 EMIT_RS(svga, curr->stencil[cw].fail, STENCILFAIL); 189 EMIT_RS(svga, curr->stencil[cw].zfail, STENCILZFAIL); 190 EMIT_RS(svga, curr->stencil[cw].pass, STENCILPASS);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_rss.c | 167 int cw, ccw; local in function:emit_rss_vgpu9 175 cw = 1; 179 cw = 0; 187 EMIT_RS(svga, curr->stencil[cw].func, STENCILFUNC); 188 EMIT_RS(svga, curr->stencil[cw].fail, STENCILFAIL); 189 EMIT_RS(svga, curr->stencil[cw].zfail, STENCILZFAIL); 190 EMIT_RS(svga, curr->stencil[cw].pass, STENCILPASS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 336 GLint cx, cy, cw, ch; local in function:intelClearWithBlit 364 cw = fb->_Xmax - fb->_Xmin; 367 if (cw == 0 || ch == 0) 398 x2 = cx + cw + irb->draw_x;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 336 GLint cx, cy, cw, ch; local in function:intelClearWithBlit 364 cw = fb->_Xmax - fb->_Xmin; 367 if (cw == 0 || ch == 0) 398 x2 = cx + cw + irb->draw_x;
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | xwininfo.c | 1326 struct wininfo *cw = &children[i]; local in function:display_tree_info_1 1328 cw->window = child_list[i]; 1329 cw->net_wm_name_cookie = get_net_wm_name (dpy, child_list[i]); 1330 cw->wm_name_cookie = xcb_icccm_get_wm_name (dpy, child_list[i]); 1331 cw->wm_class_cookie = xcb_icccm_get_wm_class (dpy, child_list[i]); 1332 cw->geometry_cookie = xcb_get_geometry (dpy, child_list[i]); 1333 cw->trans_coords_cookie = xcb_translate_coordinates 1336 cw->tree_cookie = xcb_query_tree (dpy, child_list[i]); 1341 struct wininfo *cw = &children[i]; local in function:display_tree_info_1 1354 Display_Window_Id (cw, Fals [all...] |