Lines Matching refs:ol
820 XkbOverlayPtr ol;
829 ol = XkbAddGeomOverlay(section, XkbInternAtom(dpy, buf, False),
831 if (!ol)
839 row = XkbAddGeomOverlayRow(ol, rowWire.row_under, rowWire.num_keys);
996 XkbOutlinePtr ol;
1014 ol = XkbAddGeomOutline(shape, olWire.num_points);
1015 if (!ol) {
1019 ol->num_points = olWire.num_points;
1020 ol->corner_radius = olWire.corner_radius;
1024 ol->points[p].x = ptWire.x;
1025 ol->points[p].y = ptWire.y;