Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBGAlloc.c210 &shape->num_outlines, &shape->sz_outlines, in XkbFreeGeomOutlines()
479 &(s)->num_outlines,&(s)->sz_outlines,\
641 if ((shape->num_outlines >= shape->sz_outlines) && in XkbAddGeomOutline()
654 XkbAddGeomShape(XkbGeometryPtr geom, Atom name, int sz_outlines) in XkbAddGeomShape() argument
659 if ((!geom) || (!name) || (sz_outlines < 0)) in XkbAddGeomShape()
672 if ((sz_outlines > 0) && (_XkbAllocOutlines(shape, sz_outlines) != Success)) in XkbAddGeomShape()
H A Dxkbgeom.h90 unsigned short sz_outlines; member
H A DxkbUtils.c1555 if (dshape->sz_outlines) { in _XkbCopyGeom()
1561 dshape->sz_outlines = 0; in _XkbCopyGeom()
1605 dshape->sz_outlines = sshape->num_outlines; in _XkbCopyGeom()