| /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/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/libxkbfile/dist/src/ |
| 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...] |
| 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) 814 XkbShapePtr shape; local 936 XkbShapePtr shape; local [all...] |
| xkmread.c | 780 doodad->shape.angle = doodadWire.shape.angle; 781 doodad->shape.color_ndx = doodadWire.shape.color_ndx; 782 doodad->shape.shape_ndx = doodadWire.shape.shape_ndx; 990 XkbShapePtr shape; local 1003 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines); 1004 if (!shape) { 1014 ol = XkbAddGeomOutline(shape, olWire.num_points) [all...] |
| xkmout.c | 857 XkbShapePtr shape; local 859 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { 863 size += xkmSizeCountedAtomString(dpy, shape->name); 865 for (n = 0, ol = shape->outlines; n < shape->num_outlines; 917 doodadWire.shape.angle = doodad->shape.angle; 918 doodadWire.shape.color_ndx = doodad->shape.color_ndx 1105 XkbShapePtr shape; local [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| cursor.c | 43 unsigned int shape; member in struct:_CursorName 137 XCreateFontCursor(dpy, cursor_names[i].shape);
|
| /xsrc/external/mit/ctwm/dist/ |
| cursor.c | 34 unsigned int shape; member in struct:_CursorName 131 cursor_names[i].shape);
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBGeom.c | 64 XkbComputeShapeBounds(XkbShapePtr shape) 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->bounds, pt->x, pt->y) 153 XkbShapePtr shape; local 349 XkbShapePtr shape; local [all...] |
| XKBSetGeom.c | 94 register XkbShapePtr shape; local 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 207 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { 213 shapeWire->name = shape->name; 214 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/xkbcomp/dist/ |
| parseutils.c | 452 ShapeDef *shape; local 454 shape = calloc(1, sizeof(ShapeDef)); 455 if (shape != NULL) 457 *shape = (ShapeDef) { 469 shape->nOutlines++; 472 return shape;
|
| /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/mesa-demos/dist/src/glsl/ |
| shtest.c | 47 } shape; typedef in typeref:enum:__anon6424 90 static shape Object = SPHERE;
|
| /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...] |
| xkmread.c | 881 doodad->shape.angle = doodadWire.shape.angle; 882 doodad->shape.color_ndx = doodadWire.shape.color_ndx; 883 doodad->shape.shape_ndx = doodadWire.shape.shape_ndx; 1089 XkbShapePtr shape; local 1102 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines); 1103 if (!shape) { 1113 ol = XkbAddGeomOutline(shape, olWire.num_points) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| 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...] |
| 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...] |
| xkmread.c | 838 doodad->shape.angle= doodadWire.shape.angle; 839 doodad->shape.color_ndx= doodadWire.shape.color_ndx; 840 doodad->shape.shape_ndx= doodadWire.shape.shape_ndx; 1048 XkbShapePtr shape; local 1059 shape= XkbAddGeomShape(geom,nameAtom,shapeWire.num_outlines); 1060 if (!shape) { 1069 ol= XkbAddGeomOutline(shape,olWire.num_points) [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| rootlessWindow.c | 229 * Set the frame shape. 258 RL_DEBUG_MSG("no shape "); 270 * Shape is usually set before a window is mapped and the window will 380 RegionRec shape; local 407 // Set the frame's shape if the window is shaped 408 if (RootlessGetShape(pWin, &shape)) 409 pShape = &shape; 427 RegionUninit(&shape);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| rootlessWindow.c | 225 * Set the frame shape. 252 RL_DEBUG_MSG("no shape "); 265 * Shape is usually set before a window is mapped and the window will 378 RegionRec shape; local 405 // Set the frame's shape if the window is shaped 406 if (RootlessGetShape(pWin, &shape)) 407 pShape = &shape; 426 RegionUninit(&shape);
|
| /xsrc/external/mit/libX11/dist/include/X11/extensions/ |
| XKBgeom.h | 156 XkbShapeDoodadRec shape; member in union:_XkbDoodad 302 XkbShapePtr /* shape */, 454 XkbShapePtr /* shape */, 537 XkbShapePtr /* shape */, 574 XkbShapePtr /* shape */, 580 XkbShapePtr /* shape */
|