Searched refs:approx (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/
H A Dapplication-issues.rst23 Some old OpenGL games (approx. ten years or older) may crash during
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c95 if (shape->approx)
96 outline = shape->approx;
392 shape->approx = &shape->outlines[shapeWire->approxNdx];
394 shape->approx = NULL;
H A DXKBSetGeom.c219 if (shape->approx != NULL)
220 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
H A DXKBGAlloc.c782 shape->primary = shape->approx = NULL;
/xsrc/external/mit/libX11/dist/include/X11/extensions/
H A DXKBgeom.h71 XkbOutlinePtr approx; member in struct:_XkbShape
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbgeom.h92 XkbOutlinePtr approx; member in struct:_XkbShape
H A DxkbUtils.c1633 dshape->approx = NULL;
1634 if (sshape->approx && sshape->num_outlines > 0) {
1637 sshape->approx - sshape->outlines;
1640 dshape->approx = dshape->outlines + approx_idx;
1643 LogMessage(X_WARNING, "XKB: approx outline "
H A DXKBGAlloc.c675 shape->primary = shape->approx = NULL;
H A Dxkbout.c578 if (outline == shape->approx)
579 fprintf(file, "approx= ");
H A Dxkmread.c1138 shape->approx = &shape->outlines[shapeWire.approx_ndx];
H A Dxkb.c4723 if (shape->approx != NULL)
4724 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
5506 shape->approx = &shape->outlines[shapeWire->approxNdx];
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbgeom.h108 XkbOutlinePtr approx; member in struct:_XkbShape
H A DxkbUtils.c1618 dshape->approx = NULL;
1619 if (sshape->approx && sshape->num_outlines > 0) {
1622 sshape->approx - sshape->outlines;
1625 dshape->approx = dshape->outlines + approx_idx;
1627 LogMessage(X_WARNING, "XKB: approx outline "
H A DXKBGAlloc.c772 shape->primary= shape->approx= NULL;
H A Dxkbout.c569 if (outline==shape->approx)
570 fprintf(file,"approx= ");
H A Dxkmread.c1090 shape->approx= &shape->outlines[shapeWire.approx_ndx];
H A Dxkb.c4579 if (shape->approx!=NULL)
4580 shapeWire->approxNdx= XkbOutlineIndex(shape,shape->approx);
5326 shape->approx= &shape->outlines[shapeWire->approxNdx];
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBgeom.h115 XkbOutlinePtr approx; member in struct:_XkbShape
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBui.c346 if ((shape->num_outlines>1)&&(ol==shape->approx))
357 if ((shape->num_outlines>1)&&(ol==shape->approx))
/xsrc/external/mit/xkbcomp/dist/
H A Dgeometry.c65 XkbOutlinePtr approx; member in struct:_ShapeInfo
654 tmp->primary = tmp->approx = NULL;
855 old->approx = NULL;
2430 (uStrCaseCmp(str, "approx") == 0))
2432 if (si->approx == NULL)
2433 si->approx = outline;
2932 if (si->approx)
2934 n = (si->approx - si->outlines);
2935 shape->approx = &shape->outlines[n];
/xsrc/external/mit/libxkbfile/dist/src/
H A Dcout.c605 if (shape->approx) {
607 XkbOutlineIndex(shape, shape->approx));
H A Dxkmout.c1120 if (shape->approx != NULL)
1121 shapeWire.approx_ndx = XkbOutlineIndex(shape, shape->approx);
H A Dxkbout.c618 if (outline == shape->approx)
619 fprintf(file, "approx= ");
H A Dxkmread.c1039 shape->approx = &shape->outlines[shapeWire.approx_ndx];
/xsrc/external/mit/xkbprint/dist/
H A Dpsgeom.c273 if ((shape->num_outlines > 1) && (ol == shape->approx))

Completed in 181 milliseconds