Home
last modified time | relevance | path

Searched refs:sectionWire (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkmread.c959 xkmSectionDesc sectionWire; in ReadXkmGeomSection() local
967 tmp = fread(&sectionWire, SIZEOF(xkmSectionDesc), 1, file); in ReadXkmGeomSection()
969 section = XkbAddGeomSection(geom, nameAtom, sectionWire.num_rows, in ReadXkmGeomSection()
970 sectionWire.num_doodads, in ReadXkmGeomSection()
971 sectionWire.num_overlays); in ReadXkmGeomSection()
976 section->top = sectionWire.top; in ReadXkmGeomSection()
977 section->left = sectionWire.left; in ReadXkmGeomSection()
978 section->width = sectionWire.width; in ReadXkmGeomSection()
979 section->height = sectionWire.height; in ReadXkmGeomSection()
980 section->angle = sectionWire.angle; in ReadXkmGeomSection()
[all …]
H A Dxkb.c4923 xkbSectionWireDesc *sectionWire; in XkbWriteGeomSections() local
4927 sectionWire = (xkbSectionWireDesc *) wire; in XkbWriteGeomSections()
4928 sectionWire->name = section->name; in XkbWriteGeomSections()
4929 sectionWire->top = section->top; in XkbWriteGeomSections()
4930 sectionWire->left = section->left; in XkbWriteGeomSections()
4931 sectionWire->width = section->width; in XkbWriteGeomSections()
4932 sectionWire->height = section->height; in XkbWriteGeomSections()
4933 sectionWire->angle = section->angle; in XkbWriteGeomSections()
4934 sectionWire->priority = section->priority; in XkbWriteGeomSections()
4935 sectionWire->nRows = section->num_rows; in XkbWriteGeomSections()
[all …]