Searched refs:sz_rows (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBGAlloc.c | 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() [all …]
|
| H A D | xkbgeom.h | 228 unsigned short sz_rows; member 253 unsigned short sz_rows; member
|
| H A D | xkbUtils.c | 1710 dsection->sz_rows = ssection->num_rows; in _XkbCopyGeom()
|