Searched refs:XkbOutlineIndex (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBSetGeom.c216 shapeWire->primaryNdx = XkbOutlineIndex(shape, shape->primary);
220 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
/xsrc/external/mit/libX11/dist/include/X11/extensions/
H A DXKBgeom.h75 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0])) macro
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbgeom.h97 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0])) macro
H A Dxkb.c4720 shapeWire->primaryNdx = XkbOutlineIndex(shape, shape->primary);
4724 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbgeom.h112 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0])) macro
H A Dxkb.c4577 shapeWire->primaryNdx= XkbOutlineIndex(shape,shape->primary);
4580 shapeWire->approxNdx= XkbOutlineIndex(shape,shape->approx);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBgeom.h119 #define XkbOutlineIndex(s,o) ((int)((o)-&(s)->outlines[0])) macro
/xsrc/external/mit/libxkbfile/dist/src/
H A Dcout.c607 XkbOutlineIndex(shape, shape->approx));
613 XkbOutlineIndex(shape, shape->primary));
H A Dxkmout.c1117 shapeWire.primary_ndx = XkbOutlineIndex(shape, shape->primary);
1121 shapeWire.approx_ndx = XkbOutlineIndex(shape, shape->approx);

Completed in 27 milliseconds