| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FillPoly.c | 39 int shape, 51 req->shape = (BYTE) shape; 33 XFillPolygon(register Display * dpy,Drawable d,GC gc,XPoint * points,int n_points,int shape,int mode) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_median_filter.h | 59 enum vl_median_filter_shape shape);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_median_filter.h | 59 enum vl_median_filter_shape shape);
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGeom.c | 64 XkbComputeShapeBounds(XkbShapePtr shape) argument 70 if ((!shape) || (shape->num_outlines < 1)) 72 shape->bounds.x1 = shape->bounds.y1 = MAXSHORT; 73 shape->bounds.x2 = shape->bounds.y2 = MINSHORT; 74 for (outline = shape->outlines, o = 0; o < shape->num_outlines; 77 _XkbCheckBounds(&shape 87 XkbComputeShapeTop(XkbShapePtr shape,XkbBoundsPtr bounds) argument 153 XkbShapePtr shape; local in function:XkbComputeSectionBounds 349 XkbShapePtr shape; local in function:_XkbReadGeomShapes [all...] |
| H A D | XKBSetGeom.c | 94 register XkbShapePtr shape; local in function:_SizeGeomShapes 96 for (i = size = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { 101 for (n = 0, ol = shape->outlines; n < shape->num_outlines; n++, ol++) { 204 XkbShapePtr shape; local in function:_WriteGeomShapes 207 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { 213 shapeWire->name = shape->name; 214 shapeWire->nOutlines = shape [all...] |
| H A D | XKBGAlloc.c | 219 XkbFreeGeomOutlines(XkbShapePtr shape, int first, int count, Bool freeAll) argument 222 &shape->num_outlines, &shape->sz_outlines, 223 (char **) &shape->outlines, 234 XkbShapePtr shape = (XkbShapePtr) shape_in; local in function:_XkbClearShape 236 if (shape->outlines) 237 XkbFreeGeomOutlines(shape, 0, shape->num_outlines, True); 583 XkbAllocGeomOutlines(XkbShapePtr shape, int nOL) argument 585 return _XkbAllocOutlines(shape, nO 742 XkbAddGeomOutline(XkbShapePtr shape,int sz_points) argument 763 XkbShapePtr shape; local in function:XkbAddGeomShape [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | Makefile.am | 55 shape \
|
| /xsrc/external/mit/xorgproto/dist/specs/xextproto/ |
| H A D | Makefile.am | 14 shape.xml \
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | library.c | 557 XcursorShapeLoadImage (unsigned int shape, const char *theme, int size) argument 559 unsigned int id = shape >> 1; 563 shape, NonNull(theme), size)); 572 _XcursorShapeLoadImages (Display *dpy, unsigned int shape) argument 574 unsigned int id = shape >> 1; 578 (void*)dpy, shape)); 587 XcursorShapeLoadImages (unsigned int shape, const char *theme, int size) argument 589 unsigned int id = shape >> 1; 593 shape, NonNull(theme), size)); 602 XcursorShapeLoadCursor (Display *dpy, unsigned int shape) argument 617 XcursorShapeLoadCursors(Display * dpy,unsigned int shape) argument [all...] |
| H A D | xcursorint.h | 113 _XcursorCreateFontCursor (Display *dpy, unsigned int shape); 129 _XcursorShapeLoadImages (Display *dpy, unsigned int shape);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipoly.c | 71 int shape, int mode, 120 if (shape == Convex) 70 miFillPolygon(DrawablePtr dst,GCPtr pgc,int shape,int mode,int count,DDXPointPtr pPts) argument
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBGAlloc.c | 217 XkbFreeGeomOutlines(XkbShapePtr shape,int first,int count,Bool freeAll) argument 220 &shape->num_outlines,&shape->sz_outlines, 221 (char **)&shape->outlines, 232 XkbShapePtr shape= (XkbShapePtr)shape_in; local in function:_XkbClearShape 234 if (shape->outlines) 235 XkbFreeGeomOutlines(shape,0,shape->num_outlines,TRUE); 571 XkbAllocGeomOutlines(XkbShapePtr shape,int nOL) argument 573 return _XkbAllocOutlines(shape,nO 732 XkbAddGeomOutline(XkbShapePtr shape,int sz_points) argument 753 XkbShapePtr shape; local in function:XkbAddGeomShape [all...] |
| H A D | 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 in function:WriteXKBDoodad 608 if (doodad->shape.angle!=0) { 610 XkbGeomFPText(doodad->shape.angle,XkbXKBFile)); 612 if (doodad->shape.color_ndx!=0) { 614 XkbShapeDoodadColor(geom,&doodad->shape) 547 WriteXKBOutline(FILE * file,XkbShapePtr shape,XkbOutlinePtr outline,int lastRadius,int first,int indent) argument 752 XkbShapePtr shape; local in function:WriteXKBSection 861 XkbShapePtr shape; local in function:XkbWriteXKBGeometry [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBGAlloc.c | 207 XkbFreeGeomOutlines(XkbShapePtr shape, int first, int count, Bool freeAll) argument 210 &shape->num_outlines, &shape->sz_outlines, 211 (char **) &shape->outlines, 222 XkbShapePtr shape = (XkbShapePtr) shape_in; local in function:_XkbClearShape 224 if (shape->outlines) 225 XkbFreeGeomOutlines(shape, 0, shape->num_outlines, TRUE); 635 XkbAddGeomOutline(XkbShapePtr shape, int sz_points) argument 639 if ((!shape) || (sz_point 656 XkbShapePtr shape; local in function:XkbAddGeomShape [all...] |
| H A D | 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 in function:WriteXKBDoodad 618 if (doodad->shape.angle != 0) { 620 XkbGeomFPText(doodad->shape.angle, XkbXKBFile)); 622 if (doodad->shape.color_ndx != 0) { 624 XkbShapeDoodadColor(geom, &doodad->shape) 559 WriteXKBOutline(FILE * file,XkbShapePtr shape,XkbOutlinePtr outline,int lastRadius,int first,int indent) argument 763 XkbShapePtr shape; local in function:WriteXKBSection 879 XkbShapePtr shape; local in function:XkbWriteXKBGeometry [all...] |
| /xsrc/external/mit/libxkbui/dist/src/ |
| H A D | 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 330 _DrawShape(XkbUI_ViewPtr view,double rangle,int xoff,int yoff,int rotx,int roty,XkbShapePtr shape,Bool key) argument 442 XkbShapePtr shape; local in function:_DrawDoodad 485 XkbShapePtr shape; local in function:_DrawRow [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | Makefile.am | 56 shape \ program in directory:bin
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_cursor.c | 291 * Description :This function loads the 32x32 cursor pattern.The shape 305 unsigned long shape; local in function:GX1LoadCursorImage 313 shape = ((unsigned long)src[i * 4] << 24) | 323 shape = 0xFFFFFFFF; 327 xorMask[i] = shape & mask;
|
| H A D | nsc_gx2_cursor.c | 288 * Description :This function loads the 32x32 cursor pattern.The shape 302 unsigned long shape; local in function:GX2LoadCursorImage 310 shape = ((unsigned long)src[i * 4] << 24) | 320 shape = 0xFFFFFFFF; 324 xorMask[i] = shape & mask;
|
| /xsrc/external/mit/xcb-proto/dist/src/ |
| H A D | Makefile.am | 19 shape.xml \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | pbproxy.h | 49 #include <X11/extensions/shape.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | pbproxy.h | 41 #include <X11/extensions/shape.h>
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | CursorName.c | 40 unsigned int shape; member in struct:XmuCursorNameToIndex::_CursorName 129 if (strcmp(tmp, table->name) == 0) return table->shape;
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | 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 in function:WriteXKBDoodad 661 if (doodad->shape.angle != 0) { 663 XkbGeomFPText(doodad->shape.angle, XkbXKBFile)); 665 if (doodad->shape.color_ndx != 0) { 667 XkbShapeDoodadColor(geom, &doodad->shape) 596 WriteXKBOutline(FILE * file,XkbShapePtr shape,XkbOutlinePtr outline,int lastRadius,int first,int indent) argument 814 XkbShapePtr shape; local in function:WriteXKBSection 936 XkbShapePtr shape; local in function:XkbWriteXKBGeometry [all...] |
| H A D | srvmisc.c | 163 XkbShapePtr shape; local in function:XkbChangeKbdDisplay 165 for (s = 0, shape = geom->shapes; s < geom->num_shapes; 166 s++, shape++) { 167 shape->name = XkbChangeAtomDisplay(oldDpy, newDpy, shape->name);
|