Searched refs:shape (Results 1 - 25 of 153) sorted by relevance

1234567

/xsrc/external/mit/libX11/dist/src/
H A DFillPoly.c39 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 Dvl_median_filter.h59 enum vl_median_filter_shape shape);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_median_filter.h59 enum vl_median_filter_shape shape);
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c64 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 DXKBSetGeom.c94 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 DXKBGAlloc.c219 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 DMakefile.am55 shape \
/xsrc/external/mit/xorgproto/dist/specs/xextproto/
H A DMakefile.am14 shape.xml \
/xsrc/external/mit/libXcursor/dist/src/
H A Dlibrary.c557 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 Dxcursorint.h113 _XcursorCreateFontCursor (Display *dpy, unsigned int shape);
129 _XcursorShapeLoadImages (Display *dpy, unsigned int shape);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipoly.c71 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 DXKBGAlloc.c217 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 Dxkbout.c548 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 DXKBGAlloc.c207 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 Dxkbout.c560 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 DXKBui.c302 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 DMakefile.am56 shape \ program in directory:bin
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_cursor.c291 * 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 Dnsc_gx2_cursor.c288 * 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 DMakefile.am19 shape.xml \
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dpbproxy.h49 #include <X11/extensions/shape.h>
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dpbproxy.h41 #include <X11/extensions/shape.h>
/xsrc/external/mit/libXmu/dist/src/
H A DCursorName.c40 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 Dxkbout.c597 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 Dsrvmisc.c163 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);

Completed in 50 milliseconds

1234567