Searched refs:XkbGeometryRec (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libX11/dist/include/X11/extensions/
H A DXKBgeom.h256 } XkbGeometryRec; typedef in typeref:struct:_XkbGeometry
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbgeom.h283 } XkbGeometryRec; typedef in typeref:struct:_XkbGeometry
H A DXKBGAlloc.c507 xkb->geom = calloc(1, sizeof(XkbGeometryRec));
H A DxkbUtils.c1443 dst->geom = calloc(sizeof(XkbGeometryRec), 1);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbgeom.h293 } XkbGeometryRec; typedef in typeref:struct:_XkbGeometry
H A DXKBGAlloc.c601 xkb->geom= calloc(1, sizeof(XkbGeometryRec));
H A DxkbUtils.c1394 dst->geom = calloc(sizeof(XkbGeometryRec), 1);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBgeom.h300 } XkbGeometryRec; typedef in typeref:struct:_XkbGeometry
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGAlloc.c613 xkb->geom = _XkbTypedCalloc(1, XkbGeometryRec);
H A DXKBGeom.c615 geom = _XkbTypedCalloc(1, XkbGeometryRec);

Completed in 17 milliseconds