Lines Matching refs:sz_rows
277 §ion->num_rows, §ion->sz_rows, in XkbFreeGeomRows()
482 &(s)->num_rows,&(s)->sz_rows,\
494 &(o)->num_rows,&(o)->sz_rows,\
701 if ((section->num_rows >= section->sz_rows) && in XkbAddGeomRow()
714 Atom name, int sz_rows, int sz_doodads, int sz_over) in XkbAddGeomSection() argument
719 if ((!geom) || (name == None) || (sz_rows < 0)) in XkbAddGeomSection()
725 if (((sz_rows > 0) && (_XkbAllocRows(section, sz_rows) != Success)) || in XkbAddGeomSection()
736 if ((sz_rows > 0) && (_XkbAllocRows(section, sz_rows) != Success)) in XkbAddGeomSection()
742 section->sz_rows = section->num_rows = 0; in XkbAddGeomSection()
843 if ((overlay->num_rows >= overlay->sz_rows) && in XkbAddGeomOverlayRow()
856 XkbAddGeomOverlay(XkbSectionPtr section, Atom name, int sz_rows) in XkbAddGeomOverlay() argument
861 if ((!section) || (name == None) || (sz_rows == 0)) in XkbAddGeomOverlay()
867 if ((sz_rows > 0) && in XkbAddGeomOverlay()
868 (_XkbAllocOverlayRows(overlay, sz_rows) != Success)) in XkbAddGeomOverlay()
877 if ((sz_rows > 0) && (_XkbAllocOverlayRows(overlay, sz_rows) != Success)) in XkbAddGeomOverlay()