Lines Matching refs:olWire
360 xkbOutlineWireDesc *olWire;
365 olWire = (xkbOutlineWireDesc *)
367 if (!olWire)
369 ol = XkbAddGeomOutline(shape, olWire->nPoints);
372 ol->corner_radius = olWire->cornerRadius;
373 for (p = 0, pt = ol->points; p < olWire->nPoints; p++, pt++) {
383 ol->num_points = olWire->nPoints;
458 xkbOverlayWireDesc *olWire;
461 olWire = (xkbOverlayWireDesc *)
463 if (olWire == NULL)
465 ol = XkbAddGeomOverlay(section, olWire->name, olWire->nRows);
468 for (r = 0; r < olWire->nRows; r++) {