Lines Matching defs:ol
226 XkbOverlayPtr ol;
231 for (o = 0, ol = section->overlays; o < section->num_overlays;
232 o++, ol++) {
236 for (r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
361 XkbOutlinePtr ol;
369 ol = XkbAddGeomOutline(shape, olWire->nPoints);
370 if (!ol)
372 ol->corner_radius = olWire->cornerRadius;
373 for (p = 0, pt = ol->points; p < olWire->nPoints; p++, pt++) {
383 ol->num_points = olWire->nPoints;
457 XkbOverlayPtr ol;
465 ol = XkbAddGeomOverlay(section, olWire->name, olWire->nRows);
466 if (ol == NULL)
478 row = XkbAddGeomOverlayRow(ol, rowWire->rowUnder, rowWire->nKeys);