Lines Matching defs:section
630 XkbSectionPtr section,
638 if (section == NULL) {
652 if (section->num_doodads > 0) {
654 section_num, section->num_doodads);
660 fprintf(file, " XkbSectionPtr section)\n");
663 fprintf(file, " doodads= section->doodads;\n");
724 XkbSectionPtr section,
732 if (section->num_overlays < 1)
734 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
747 section_num, section->num_rows);
757 section->num_overlays);
758 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
773 fprintf(file, " XkbSectionPtr section)\n");
776 fprintf(file, " ol= section->overlays;\n");
777 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
780 fprintf(file, " ol[%2d].section_under= section;\n", o);
789 XkbSectionPtr section,
796 for (r = 0, row = section->rows; r < section->num_rows; r++, row++) {
808 for (r = 0, row = section->rows; r < section->num_rows; r++, row++) {
824 register XkbSectionPtr section;
826 for (s = 0, section = geom->sections; s < geom->num_sections;
827 s++, section++) {
828 WriteCHdrGeomRows(file, xkb, section, s);
829 if (section->num_overlays > 0)
830 WriteCHdrGeomOverlays(file, xkb, section, s);
834 for (s = 0, section = geom->sections; s < geom->num_sections;
835 s++, section++) {
839 fprintf(file, " %4d, /* priority */\n", section->priority);
840 fprintf(file, " %4d, /* top */\n", section->top);
841 fprintf(file, " %4d, /* left */\n", section->left);
842 fprintf(file, " %4d, /* width */\n", section->width);
843 fprintf(file, " %4d, /* height */\n", section->height);
844 fprintf(file, " %4d, /* angle */\n", section->angle);
845 fprintf(file, " %4d, /* num_rows */\n", section->num_rows);
846 fprintf(file, " %4d, /* num_doodads */\n", section->num_doodads);
847 fprintf(file, " %4d, /* num_overlays */\n", section->num_overlays);
848 fprintf(file, " %4d, /* sz_rows */\n", section->num_rows);
849 fprintf(file, " %4d, /* sz_doodads */\n", section->num_doodads);
850 fprintf(file, " %4d, /* sz_overlays */\n", section->num_overlays);
851 if (section->num_rows > 0)
855 if (section->num_doodads > 0)
860 section->bounds.x1, section->bounds.y1,
861 section->bounds.x2, section->bounds.y2);
862 if (section->num_overlays > 0)
873 for (s = 0, section = geom->sections; s < geom->num_sections;
874 s++, section++) {
875 if (section->num_doodads > 0) {
879 if (section->num_overlays > 0) {