Lines Matching defs:section
759 XkbGeometryPtr geom, XkbSectionPtr section)
770 doodad = XkbAddGeomDoodad(geom, section, XkbInternAtom(dpy, buf, False));
815 XkbGeometryPtr geom, XkbSectionPtr section)
829 ol = XkbAddGeomOverlay(section, XkbInternAtom(dpy, buf, False),
859 XkbSectionPtr section;
870 section = XkbAddGeomSection(geom, nameAtom, sectionWire.num_rows,
873 if (!section) {
877 section->top = sectionWire.top;
878 section->left = sectionWire.left;
879 section->width = sectionWire.width;
880 section->height = sectionWire.height;
881 section->angle = sectionWire.angle;
882 section->priority = sectionWire.priority;
893 row = XkbAddGeomRow(section, rowWire.num_keys);
918 tmp = ReadXkmGeomDoodad(file, dpy, geom, section);
926 tmp = ReadXkmGeomOverlay(file, dpy, geom, section);