Lines Matching defs:rowWire
471 xkbOverlayRowWireDesc *rowWire;
474 rowWire = (xkbOverlayRowWireDesc *)
476 if (rowWire == NULL)
478 row = XkbAddGeomOverlayRow(ol, rowWire->rowUnder, rowWire->nKeys);
481 row->row_under = rowWire->rowUnder;
482 if (rowWire->nKeys < 1)
486 SIZEOF(xkbOverlayKeyWireDesc) * rowWire->nKeys);
489 for (k = 0; k < rowWire->nKeys; k++, keyWire++, row->num_keys++) {
534 xkbRowWireDesc *rowWire;
536 rowWire = (xkbRowWireDesc *)
538 if (!rowWire)
540 row = XkbAddGeomRow(section, rowWire->nKeys);
543 row->top = rowWire->top;
544 row->left = rowWire->left;
545 row->vertical = rowWire->vertical;
546 if (rowWire->nKeys > 0) {
549 for (k = 0; k < rowWire->nKeys; k++) {