Lines Matching defs:ol
805 XkbOverlayPtr ol;
807 for (ol = section->overlays, i = 0; i < section->num_overlays;
808 i++, ol++) {
812 size += xkmSizeCountedAtomString(result->xkb->dpy, ol->name);
814 for (r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
861 register XkbOutlinePtr ol;
865 for (n = 0, ol = shape->outlines; n < shape->num_outlines;
866 n++, ol++) {
868 size += ol->num_points * SIZEOF(xkmPointDesc);
956 WriteXKMGeomOverlay(FILE *file, XkbFileInfo *result, XkbOverlayPtr ol)
972 size += xkmPutCountedAtomString(dpy, file, ol->name);
973 olWire.num_rows = ol->num_rows;
976 for (r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
1049 XkbOverlayPtr ol;
1051 for (i = 0, ol = section->overlays; i < section->num_overlays;
1052 i++, ol++) {
1053 size += WriteXKMGeomOverlay(file, result, ol);
1110 XkbOutlinePtr ol;
1126 for (n = 0, ol = shape->outlines; n < shape->num_outlines;
1127 n++, ol++) {
1132 olWire.num_points = ol->num_points;
1133 olWire.corner_radius = ol->corner_radius;
1136 for (p = 0, pt = ol->points; p < ol->num_points; p++, pt++) {