Home
last modified time | relevance | path

Searched refs:sz_shapes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBGAlloc.c233 &geom->num_shapes, &geom->sz_shapes, in XkbFreeGeomShapes()
466 &(g)->num_shapes,&(g)->sz_shapes,\
667 if ((geom->num_shapes >= geom->sz_shapes) && in XkbAddGeomShape()
H A Dxkbgeom.h267 unsigned short sz_shapes; member
H A DxkbUtils.c1568 ((void **) &dst->geom->shapes, dst->geom->sz_shapes, in _XkbCopyGeom()
1641 dst->geom->sz_shapes = src->geom->num_shapes; in _XkbCopyGeom()
1644 if (dst->geom->sz_shapes) { in _XkbCopyGeom()
1649 dst->geom->sz_shapes = 0; in _XkbCopyGeom()