| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBSetGeom.c | 210 xkbOutlineWireDesc *olWire; local in function:_WriteGeomShapes 229 olWire = (xkbOutlineWireDesc *) wire; 230 olWire->nPoints = ol->num_points; 231 olWire->cornerRadius = ol->corner_radius; 232 wire = (char *) &olWire[1]; 295 xkbOverlayWireDesc *olWire = (xkbOverlayWireDesc *) wire; local in function:_WriteGeomOverlay 297 olWire->name = ol->name; 298 olWire->nRows = ol->num_rows; 299 wire = (char *) &olWire[1];
|
| H A D | XKBGeom.c | 360 xkbOutlineWireDesc *olWire; local in function:_XkbReadGeomShapes 365 olWire = (xkbOutlineWireDesc *) 367 if (!olWire) 369 ol = XkbAddGeomOutline(shape, olWire->nPoints); 372 ol->corner_radius = olWire->cornerRadius; 373 for (p = 0, pt = ol->points; p < olWire->nPoints; p++, pt++) { 383 ol->num_points = olWire->nPoints; 458 xkbOverlayWireDesc *olWire; local in function:_XkbReadGeomOverlay 461 olWire = (xkbOverlayWireDesc *) 463 if (olWire [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkmread.c | 822 xkmOverlayDesc olWire; local in function:ReadXkmGeomOverlay 827 tmp = fread(&olWire, SIZEOF(xkmOverlayDesc), 1, file); 830 olWire.num_rows); 833 for (r = 0; r < olWire.num_rows; r++) { 997 xkmOutlineDesc olWire; local in function:ReadXkmGeometry 1012 tmp = fread(&olWire, SIZEOF(xkmOutlineDesc), 1, file); 1014 ol = XkbAddGeomOutline(shape, olWire.num_points); 1019 ol->num_points = olWire.num_points; 1020 ol->corner_radius = olWire.corner_radius; 1021 for (p = 0; p < olWire [all...] |
| H A D | xkmout.c | 962 xkmOverlayDesc olWire; local in function:WriteXKMGeomOverlay 969 bzero((char *) &olWire, sizeof(olWire)); 973 olWire.num_rows = ol->num_rows; 974 tmp = fwrite(&olWire, SIZEOF(xkmOverlayDesc), 1, file); 1111 xkmOutlineDesc olWire; local in function:WriteXKMGeometry 1132 olWire.num_points = ol->num_points; 1133 olWire.corner_radius = ol->corner_radius; 1134 tmp = fwrite(&olWire, SIZEOF(xkmOutlineDesc), 1, file);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkmread.c | 881 xkmOverlayDesc olWire; local in function:ReadXkmGeomOverlay 886 tmp= fread(&olWire,SIZEOF(xkmOverlayDesc),1,file); 889 olWire.num_rows); 892 for (r=0;r<olWire.num_rows;r++) { 1054 xkmOutlineDesc olWire; local in function:ReadXkmGeometry 1067 tmp= fread(&olWire,SIZEOF(xkmOutlineDesc),1,file); 1069 ol= XkbAddGeomOutline(shape,olWire.num_points); 1074 ol->num_points= olWire.num_points; 1075 ol->corner_radius= olWire.corner_radius; 1076 for (p=0;p<olWire [all...] |
| H A D | xkb.c | 4572 xkbOutlineWireDesc * olWire; local in function:XkbWriteGeomShapes 4592 olWire= (xkbOutlineWireDesc *)wire; 4593 olWire->nPoints= ol->num_points; 4594 olWire->cornerRadius= ol->corner_radius; 4595 olWire->pad= 0; 4596 wire= (char *)&olWire[1]; 4704 xkbOverlayWireDesc * olWire; local in function:XkbWriteGeomOverlay 4706 olWire= (xkbOverlayWireDesc *)wire; 4707 olWire->name= ol->name; 4708 olWire 5134 xkbOverlayWireDesc * olWire; local in function:_CheckSetOverlay 5295 xkbOutlineWireDesc * olWire; local in function:_CheckSetShapes [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkmread.c | 922 xkmOverlayDesc olWire; local in function:ReadXkmGeomOverlay 927 tmp = fread(&olWire, SIZEOF(xkmOverlayDesc), 1, file); 929 ol = XkbAddGeomOverlay(section, XkbInternAtom(buf, FALSE), olWire.num_rows); 932 for (r = 0; r < olWire.num_rows; r++) { 1096 xkmOutlineDesc olWire; local in function:ReadXkmGeometry 1111 tmp = fread(&olWire, SIZEOF(xkmOutlineDesc), 1, file); 1113 ol = XkbAddGeomOutline(shape, olWire.num_points); 1118 ol->num_points = olWire.num_points; 1119 ol->corner_radius = olWire.corner_radius; 1120 for (p = 0; p < olWire [all...] |
| H A D | xkb.c | 4714 xkbOutlineWireDesc *olWire; local in function:XkbWriteGeomShapes 4737 olWire = (xkbOutlineWireDesc *) wire; 4738 olWire->nPoints = ol->num_points; 4739 olWire->cornerRadius = ol->corner_radius; 4740 olWire->pad = 0; 4741 wire = (char *) &olWire[1]; 4844 xkbOverlayWireDesc *olWire; local in function:XkbWriteGeomOverlay 4846 olWire = (xkbOverlayWireDesc *) wire; 4847 olWire->name = ol->name; 4848 olWire 5286 xkbOverlayWireDesc *olWire; local in function:_CheckSetOverlay 5465 xkbOutlineWireDesc *olWire; local in function:_CheckSetShapes [all...] |