Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c1414 XkbShapePtr sshape = NULL, dshape = NULL; in _XkbCopyGeom() local
1547 for (i = 0, dshape = dst->geom->shapes; in _XkbCopyGeom()
1548 i < dst->geom->num_shapes; i++, dshape++) { in _XkbCopyGeom()
1549 for (j = 0, doutline = dshape->outlines; in _XkbCopyGeom()
1550 j < dshape->num_outlines; j++, doutline++) { in _XkbCopyGeom()
1555 if (dshape->sz_outlines) { in _XkbCopyGeom()
1556 free(dshape->outlines); in _XkbCopyGeom()
1557 dshape->outlines = NULL; in _XkbCopyGeom()
1560 dshape->num_outlines = 0; in _XkbCopyGeom()
1561 dshape->sz_outlines = 0; in _XkbCopyGeom()
[all …]