Lines Matching refs:num_rows
277 §ion->num_rows, §ion->sz_rows, in XkbFreeGeomRows()
290 XkbFreeGeomRows(section, 0, section->num_rows, TRUE); in _XkbClearSection()
482 &(s)->num_rows,&(s)->sz_rows,\
494 &(o)->num_rows,&(o)->sz_rows,\
701 if ((section->num_rows >= section->sz_rows) && in XkbAddGeomRow()
704 row = §ion->rows[section->num_rows]; in XkbAddGeomRow()
708 section->num_rows++; in XkbAddGeomRow()
742 section->sz_rows = section->num_rows = 0; in XkbAddGeomSection()
802 if (row->row_under >= section->num_rows) in XkbAddGeomOverlayKey()
831 if (row_under >= overlay->section_under->num_rows) in XkbAddGeomOverlayRow()
833 for (i = 0; i < overlay->num_rows; i++) { in XkbAddGeomOverlayRow()
843 if ((overlay->num_rows >= overlay->sz_rows) && in XkbAddGeomOverlayRow()
846 row = &overlay->rows[overlay->num_rows]; in XkbAddGeomOverlayRow()
851 overlay->num_rows++; in XkbAddGeomOverlayRow()