Lines Matching defs:ol
920 XkbOverlayPtr ol;
929 ol = XkbAddGeomOverlay(section, XkbInternAtom(buf, FALSE), olWire.num_rows);
930 if (!ol)
938 row = XkbAddGeomOverlayRow(ol, rowWire.row_under, rowWire.num_keys);
1095 XkbOutlinePtr ol;
1113 ol = XkbAddGeomOutline(shape, olWire.num_points);
1114 if (!ol) {
1118 ol->num_points = olWire.num_points;
1119 ol->corner_radius = olWire.corner_radius;
1123 ol->points[p].x = ptWire.x;
1124 ol->points[p].y = ptWire.y;