Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBGAlloc.c189 &outline->num_points, &outline->sz_points, in XkbFreeGeomPoints()
485 &(o)->num_points,&(o)->sz_points,\
635 XkbAddGeomOutline(XkbShapePtr shape, int sz_points) in XkbAddGeomOutline() argument
639 if ((!shape) || (sz_points < 0)) in XkbAddGeomOutline()
647 if ((sz_points > 0) && (_XkbAllocPoints(outline, sz_points) != Success)) in XkbAddGeomOutline()
H A Dxkbgeom.h82 unsigned short sz_points; member
H A DxkbUtils.c1551 if (doutline->sz_points) in _XkbCopyGeom()
1600 doutline->sz_points = soutline->num_points; in _XkbCopyGeom()