Searched refs:sectionWire (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBSetGeom.c327 xkbSectionWireDesc *sectionWire = (xkbSectionWireDesc *) wire; local in function:_WriteGeomSections
329 sectionWire->name = section->name;
330 sectionWire->top = section->top;
331 sectionWire->left = section->left;
332 sectionWire->width = section->width;
333 sectionWire->height = section->height;
334 sectionWire->angle = section->angle;
335 sectionWire->priority = section->priority;
336 sectionWire->nRows = section->num_rows;
337 sectionWire
[all...]
H A DXKBGeom.c506 xkbSectionWireDesc *sectionWire; local in function:_XkbReadGeomSections
514 sectionWire = (xkbSectionWireDesc *)
516 if (!sectionWire)
518 section = XkbAddGeomSection(geom, sectionWire->name, sectionWire->nRows,
519 sectionWire->nDoodads,
520 sectionWire->nOverlays);
523 section->top = sectionWire->top;
524 section->left = sectionWire->left;
525 section->width = sectionWire
[all...]
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkmread.c860 xkmSectionDesc sectionWire; local in function:ReadXkmGeomSection
868 tmp = fread(&sectionWire, SIZEOF(xkmSectionDesc), 1, file);
870 section = XkbAddGeomSection(geom, nameAtom, sectionWire.num_rows,
871 sectionWire.num_doodads,
872 sectionWire.num_overlays);
877 section->top = sectionWire.top;
878 section->left = sectionWire.left;
879 section->width = sectionWire.width;
880 section->height = sectionWire.height;
881 section->angle = sectionWire
[all...]
H A Dxkmout.c999 xkmSectionDesc sectionWire; local in function:WriteXKMGeomSection
1005 sectionWire.top = section->top;
1006 sectionWire.left = section->left;
1007 sectionWire.width = section->width;
1008 sectionWire.height = section->height;
1009 sectionWire.angle = section->angle;
1010 sectionWire.priority = section->priority;
1011 sectionWire.num_rows = section->num_rows;
1012 sectionWire.num_doodads = section->num_doodads;
1013 sectionWire
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkmread.c919 xkmSectionDesc sectionWire; local in function:ReadXkmGeomSection
927 tmp= fread(&sectionWire,SIZEOF(xkmSectionDesc),1,file);
929 section= XkbAddGeomSection(geom,nameAtom,sectionWire.num_rows,
930 sectionWire.num_doodads,
931 sectionWire.num_overlays);
936 section->top= sectionWire.top;
937 section->left= sectionWire.left;
938 section->width= sectionWire.width;
939 section->height= sectionWire.height;
940 section->angle= sectionWire
[all...]
H A Dxkb.c4776 xkbSectionWireDesc * sectionWire; local in function:XkbWriteGeomSections
4779 sectionWire= (xkbSectionWireDesc *)wire;
4780 sectionWire->name= section->name;
4781 sectionWire->top= section->top;
4782 sectionWire->left= section->left;
4783 sectionWire->width= section->width;
4784 sectionWire->height= section->height;
4785 sectionWire->angle= section->angle;
4786 sectionWire->priority= section->priority;
4787 sectionWire
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkmread.c959 xkmSectionDesc sectionWire; local in function:ReadXkmGeomSection
967 tmp = fread(&sectionWire, SIZEOF(xkmSectionDesc), 1, file);
969 section = XkbAddGeomSection(geom, nameAtom, sectionWire.num_rows,
970 sectionWire.num_doodads,
971 sectionWire.num_overlays);
976 section->top = sectionWire.top;
977 section->left = sectionWire.left;
978 section->width = sectionWire.width;
979 section->height = sectionWire.height;
980 section->angle = sectionWire
[all...]
H A Dxkb.c4922 xkbSectionWireDesc *sectionWire; local in function:XkbWriteGeomSections
4926 sectionWire = (xkbSectionWireDesc *) wire;
4927 sectionWire->name = section->name;
4928 sectionWire->top = section->top;
4929 sectionWire->left = section->left;
4930 sectionWire->width = section->width;
4931 sectionWire->height = section->height;
4932 sectionWire->angle = section->angle;
4933 sectionWire->priority = section->priority;
4934 sectionWire
[all...]

Completed in 27 milliseconds