Searched refs:shapeWire (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBSetGeom.c | 205 xkbShapeWireDesc *shapeWire; local in function:_WriteGeomShapes 212 shapeWire = (xkbShapeWireDesc *) wire; 213 shapeWire->name = shape->name; 214 shapeWire->nOutlines = shape->num_outlines; 216 shapeWire->primaryNdx = XkbOutlineIndex(shape, shape->primary); 218 shapeWire->primaryNdx = XkbNoShape; 220 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx); 222 shapeWire->approxNdx = XkbNoShape; 223 wire = (char *) &shapeWire[1];
|
| H A D | XKBGeom.c | 348 xkbShapeWireDesc *shapeWire; local in function:_XkbReadGeomShapes 352 shapeWire = (xkbShapeWireDesc *) 354 if (!shapeWire) 356 shape = XkbAddGeomShape(geom, shapeWire->name, shapeWire->nOutlines); 359 for (o = 0; o < shapeWire->nOutlines; o++) { 385 if ((shapeWire->primaryNdx != XkbNoShape) && 386 (shapeWire->primaryNdx < shapeWire->nOutlines)) 387 shape->primary = &shape->outlines[shapeWire [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkmout.c | 1106 xkmShapeDesc shapeWire; local in function:WriteXKMGeometry 1113 bzero((char *) &shapeWire, sizeof(xkmShapeDesc)); 1115 shapeWire.num_outlines = shape->num_outlines; 1117 shapeWire.primary_ndx = XkbOutlineIndex(shape, shape->primary); 1119 shapeWire.primary_ndx = XkbNoShape; 1121 shapeWire.approx_ndx = XkbOutlineIndex(shape, shape->approx); 1123 shapeWire.approx_ndx = XkbNoShape; 1124 tmp = fwrite(&shapeWire, SIZEOF(xkmShapeDesc), 1, file);
|
| H A D | xkmread.c | 991 xkmShapeDesc shapeWire; local in function:ReadXkmGeometry 1001 tmp = fread(&shapeWire, SIZEOF(xkmShapeDesc), 1, file); 1003 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines); 1008 for (n = 0; n < shapeWire.num_outlines; n++) { 1036 if (shapeWire.primary_ndx != XkbNoShape) 1037 shape->primary = &shape->outlines[shapeWire.primary_ndx]; 1038 if (shapeWire.approx_ndx != XkbNoShape) 1039 shape->approx = &shape->outlines[shapeWire.approx_ndx];
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkmread.c | 1049 xkmShapeDesc shapeWire; local in function:ReadXkmGeometry 1057 tmp= fread(&shapeWire,SIZEOF(xkmShapeDesc),1,file); 1059 shape= XkbAddGeomShape(geom,nameAtom,shapeWire.num_outlines); 1064 for (n=0;n<shapeWire.num_outlines;n++) { 1087 if (shapeWire.primary_ndx!=XkbNoShape) 1088 shape->primary= &shape->outlines[shapeWire.primary_ndx]; 1089 if (shapeWire.approx_ndx!=XkbNoShape) 1090 shape->approx= &shape->outlines[shapeWire.approx_ndx];
|
| H A D | xkb.c | 4567 xkbShapeWireDesc * shapeWire; local in function:XkbWriteGeomShapes 4573 shapeWire= (xkbShapeWireDesc *)wire; 4574 shapeWire->name= shape->name; 4575 shapeWire->nOutlines= shape->num_outlines; 4577 shapeWire->primaryNdx= XkbOutlineIndex(shape,shape->primary); 4578 else shapeWire->primaryNdx= XkbNoShape; 4580 shapeWire->approxNdx= XkbOutlineIndex(shape,shape->approx); 4581 else shapeWire->approxNdx= XkbNoShape; 4582 shapeWire->pad= 0; 4585 swapl(&shapeWire 5290 xkbShapeWireDesc * shapeWire; local in function:_CheckSetShapes [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkmread.c | 1090 xkmShapeDesc shapeWire; local in function:ReadXkmGeometry 1100 tmp = fread(&shapeWire, SIZEOF(xkmShapeDesc), 1, file); 1102 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines); 1107 for (n = 0; n < shapeWire.num_outlines; n++) { 1135 if (shapeWire.primary_ndx != XkbNoShape) 1136 shape->primary = &shape->outlines[shapeWire.primary_ndx]; 1137 if (shapeWire.approx_ndx != XkbNoShape) 1138 shape->approx = &shape->outlines[shapeWire.approx_ndx];
|
| H A D | xkb.c | 4709 xkbShapeWireDesc *shapeWire; local in function:XkbWriteGeomShapes 4716 shapeWire = (xkbShapeWireDesc *) wire; 4717 shapeWire->name = shape->name; 4718 shapeWire->nOutlines = shape->num_outlines; 4720 shapeWire->primaryNdx = XkbOutlineIndex(shape, shape->primary); 4722 shapeWire->primaryNdx = XkbNoShape; 4724 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx); 4726 shapeWire->approxNdx = XkbNoShape; 4727 shapeWire->pad = 0; 4729 swapl(&shapeWire 5459 xkbShapeWireDesc *shapeWire; local in function:_CheckSetShapes [all...] |
Completed in 23 milliseconds