Lines Matching defs:ol
879 XkbOverlayPtr ol;
888 ol= XkbAddGeomOverlay(section,XkbInternAtom(buf,FALSE),
890 if (!ol)
897 row= XkbAddGeomOverlayRow(ol,rowWire.row_under,rowWire.num_keys);
1053 XkbOutlinePtr ol;
1069 ol= XkbAddGeomOutline(shape,olWire.num_points);
1070 if (!ol) {
1074 ol->num_points= olWire.num_points;
1075 ol->corner_radius= olWire.corner_radius;
1079 ol->points[p].x= ptWire.x;
1080 ol->points[p].y= ptWire.y;