| /xsrc/external/mit/libX11/dist/src/ |
| FillPoly.c | 39 int shape, 51 req->shape = (BYTE) shape;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_median_filter.h | 59 enum vl_median_filter_shape shape);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_median_filter.h | 59 enum vl_median_filter_shape shape);
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBGeom.c | 61 XkbComputeShapeBounds(XkbShapePtr shape) 67 if ((!shape) || (shape->num_outlines < 1)) 69 shape->bounds.x1 = shape->bounds.y1 = MAXSHORT; 70 shape->bounds.x2 = shape->bounds.y2 = MINSHORT; 71 for (outline = shape->outlines, o = 0; o < shape->num_outlines; 74 _XkbCheckBounds(&shape->bounds, pt->x, pt->y) 150 XkbShapePtr shape; local 346 XkbShapePtr shape; local [all...] |
| XKBSetGeom.c | 91 register XkbShapePtr shape; local 93 for (i = size = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { 98 for (n = 0, ol = shape->outlines; n < shape->num_outlines; n++, ol++) { 201 XkbShapePtr shape; local 204 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { 210 shapeWire->name = shape->name; 211 shapeWire->nOutlines = shape->num_outlines [all...] |
| XKBGAlloc.c | 219 XkbFreeGeomOutlines(XkbShapePtr shape, int first, int count, Bool freeAll) 222 &shape->num_outlines, &shape->sz_outlines, 223 (char **) &shape->outlines, 234 XkbShapePtr shape = (XkbShapePtr) shape_in; local 236 if (shape->outlines) 237 XkbFreeGeomOutlines(shape, 0, shape->num_outlines, True); 583 XkbAllocGeomOutlines(XkbShapePtr shape, int nOL) 585 return _XkbAllocOutlines(shape, nOL) 763 XkbShapePtr shape; local [all...] |
| /xsrc/external/mit/libXcursor/dist/src/ |
| library.c | 557 XcursorShapeLoadImage (unsigned int shape, const char *theme, int size) 559 unsigned int id = shape >> 1; 563 shape, NonNull(theme), size)); 572 _XcursorShapeLoadImages (Display *dpy, unsigned int shape) 574 unsigned int id = shape >> 1; 578 (void*)dpy, shape)); 587 XcursorShapeLoadImages (unsigned int shape, const char *theme, int size) 589 unsigned int id = shape >> 1; 593 shape, NonNull(theme), size)); 602 XcursorShapeLoadCursor (Display *dpy, unsigned int shape) [all...] |
| xcursorint.h | 113 _XcursorCreateFontCursor (Display *dpy, unsigned int shape); 129 _XcursorShapeLoadImages (Display *dpy, unsigned int shape);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mipoly.c | 71 int shape, int mode, 120 if (shape == Convex)
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| XKBGAlloc.c | 217 XkbFreeGeomOutlines(XkbShapePtr shape,int first,int count,Bool freeAll) 220 &shape->num_outlines,&shape->sz_outlines, 221 (char **)&shape->outlines, 232 XkbShapePtr shape= (XkbShapePtr)shape_in; local 234 if (shape->outlines) 235 XkbFreeGeomOutlines(shape,0,shape->num_outlines,TRUE); 571 XkbAllocGeomOutlines(XkbShapePtr shape,int nOL) 573 return _XkbAllocOutlines(shape,nOL) 753 XkbShapePtr shape; local [all...] |
| xkbout.c | 548 XkbShapePtr shape, 564 if (shape!=NULL) { 568 if (shape) { 569 if (outline==shape->approx) 571 else if (outline==shape->primary) 593 XkbShapePtr shape; local 608 if (doodad->shape.angle!=0) { 610 XkbGeomFPText(doodad->shape.angle,XkbXKBFile)); 612 if (doodad->shape.color_ndx!=0) { 614 XkbShapeDoodadColor(geom,&doodad->shape)->spec) 752 XkbShapePtr shape; local 861 XkbShapePtr shape; local [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| XKBGAlloc.c | 207 XkbFreeGeomOutlines(XkbShapePtr shape, int first, int count, Bool freeAll) 210 &shape->num_outlines, &shape->sz_outlines, 211 (char **) &shape->outlines, 222 XkbShapePtr shape = (XkbShapePtr) shape_in; local 224 if (shape->outlines) 225 XkbFreeGeomOutlines(shape, 0, shape->num_outlines, TRUE); 635 XkbAddGeomOutline(XkbShapePtr shape, int sz_points) 639 if ((!shape) || (sz_points < 0) 656 XkbShapePtr shape; local [all...] |
| xkbout.c | 560 XkbShapePtr shape, 573 if (shape != NULL) { 577 if (shape) { 578 if (outline == shape->approx) 580 else if (outline == shape->primary) 603 XkbShapePtr shape; local 618 if (doodad->shape.angle != 0) { 620 XkbGeomFPText(doodad->shape.angle, XkbXKBFile)); 622 if (doodad->shape.color_ndx != 0) { 624 XkbShapeDoodadColor(geom, &doodad->shape)->spec) 763 XkbShapePtr shape; local 879 XkbShapePtr shape; local [all...] |
| /xsrc/external/mit/libxkbui/dist/src/ |
| XKBui.c | 302 xpts[nPts++]= xpts[0]; /* close the shape, if necessary */ 322 xpts[nPts++]= xpts[0]; /* close the shape, if necessary */ 336 XkbShapePtr shape, 345 for (maxPts=4,o=0,ol=shape->outlines;o<shape->num_outlines;o++,ol++) { 346 if ((shape->num_outlines>1)&&(ol==shape->approx)) 354 for (o=0,ol=shape->outlines;o<shape->num_outlines;o++,ol++) { 357 if ((shape->num_outlines>1)&&(ol==shape->approx) 442 XkbShapePtr shape; local 485 XkbShapePtr shape; local [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx1_cursor.c | 291 * Description :This function loads the 32x32 cursor pattern.The shape 305 unsigned long shape; local 313 shape = ((unsigned long)src[i * 4] << 24) | 323 shape = 0xFFFFFFFF; 327 xorMask[i] = shape & mask;
|
| nsc_gx2_cursor.c | 288 * Description :This function loads the 32x32 cursor pattern.The shape 302 unsigned long shape; local 310 shape = ((unsigned long)src[i * 4] << 24) | 320 shape = 0xFFFFFFFF; 324 xorMask[i] = shape & mask;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| pbproxy.h | 41 #include <X11/extensions/shape.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| pbproxy.h | 49 #include <X11/extensions/shape.h>
|
| /xsrc/external/mit/libXmu/dist/src/ |
| CursorName.c | 40 unsigned int shape; member in struct:_CursorName 129 if (strcmp(tmp, table->name) == 0) return table->shape;
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| xkbout.c | 597 XkbShapePtr shape, 613 if (shape != NULL) { 617 if (shape) { 618 if (outline == shape->approx) 620 else if (outline == shape->primary) 646 XkbShapePtr shape; local 661 if (doodad->shape.angle != 0) { 663 XkbGeomFPText(doodad->shape.angle, XkbXKBFile)); 665 if (doodad->shape.color_ndx != 0) { 667 XkbShapeDoodadColor(geom, &doodad->shape)->spec) 813 XkbShapePtr shape; local 935 XkbShapePtr shape; local [all...] |
| srvmisc.c | 163 XkbShapePtr shape; local 165 for (s = 0, shape = geom->shapes; s < geom->num_shapes; 166 s++, shape++) { 167 shape->name = XkbChangeAtomDisplay(oldDpy, newDpy, shape->name);
|
| cout.c | 595 register XkbShapePtr shape; local 597 for (s = 0, shape = geom->shapes; s < geom->num_shapes; s++, shape++) { 598 WriteCHdrGeomOutlines(file, shape->num_outlines, shape->outlines, s); 601 for (s = 0, shape = geom->shapes; s < geom->num_shapes; s++, shape++) { 603 (s == 0 ? "" : ",\n"), shape->num_outlines, 604 shape->num_outlines, s); 605 if (shape->approx) [all...] |
| /xsrc/external/mit/oclock/dist/ |
| transform.c | 61 TPoint *points, int n_points, int shape, int mode) 67 XFillPolygon (dpy, d, gc, xpoints, n_points, shape,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaFillPoly.c | 126 int shape 138 if (shape == Convex) { 201 int shape, 230 miFillPolygon (pDraw, pGC, shape, mode, count, ptsIn); 237 origin, &topPoint, &y, &maxy, shape) ) { 239 miFillPolygon (pDraw, pGC, shape, mode, count, ptsIn); 665 int shape, 693 miFillPolygon (pDraw, pGC, shape, mode, count, ptsIn); 708 (*XAAFallbackOps.FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn); 713 miFillPolygon (pDraw, pGC, shape, mode, count, ptsIn) [all...] |
| /xsrc/external/mit/libXcursor/dist/include/X11/Xcursor/ |
| Xcursor.h | 373 * Library/shape API 414 * Shape/Image APIs 418 XcursorShapeLoadImage (unsigned int shape, const char *theme, int size); 421 XcursorShapeLoadImages (unsigned int shape, const char *theme, int size); 424 * Shape/Cursor APIs 427 XcursorShapeLoadCursor (Display *dpy, unsigned int shape); 430 XcursorShapeLoadCursors (Display *dpy, unsigned int shape);
|