Lines Matching defs:ol
562 WriteCHdrGeomOutlines(FILE *file, int nOL, XkbOutlinePtr ol, int shapeNdx)
569 for (p = 0; p < ol[o].num_points; p++) {
576 fprintf(file, "{ %4d, %4d }", ol[o].points[p].x, ol[o].points[p].y);
584 ol[o].num_points, ol[o].num_points,
585 ol[o].corner_radius, shapeNdx, o);
728 XkbOverlayPtr ol;
734 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
735 for (r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
748 for (r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
758 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
762 fprintf(file, " %4d, /* num_rows */\n", ol->num_rows);
763 fprintf(file, " %4d, /* sz_rows */\n", ol->num_rows);
775 fprintf(file, "XkbOverlayPtr ol;\n\n");
776 fprintf(file, " ol= section->overlays;\n");
777 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
778 fprintf(file, " ol[%2d].name= GET_ATOM(dpy,\"%s\");\n",
779 o, XkbAtomText(xkb->dpy, ol->name, XkbCFile));
780 fprintf(file, " ol[%2d].section_under= section;\n", o);