| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | application-issues.rst | 23 Some old OpenGL games (approx. ten years or older) may crash during
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGeom.c | 95 if (shape->approx) 96 outline = shape->approx; 392 shape->approx = &shape->outlines[shapeWire->approxNdx]; 394 shape->approx = NULL;
|
| H A D | XKBSetGeom.c | 219 if (shape->approx != NULL) 220 shapeWire->approxNdx = XkbOutlineIndex(shape, shape->approx);
|
| H A D | XKBGAlloc.c | 782 shape->primary = shape->approx = NULL;
|
| /xsrc/external/mit/libX11/dist/include/X11/extensions/ |
| H A D | XKBgeom.h | 71 XkbOutlinePtr approx; member in struct:_XkbShape
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbgeom.h | 92 XkbOutlinePtr approx; member in struct:_XkbShape
|
| H A D | xkbUtils.c | 1633 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 D | XKBGAlloc.c | 675 shape->primary = shape->approx = NULL;
|
| H A D | xkbout.c | 578 if (outline == shape->approx) 579 fprintf(file, "approx= ");
|
| H A D | xkmread.c | 1138 shape->approx = &shape->outlines[shapeWire.approx_ndx];
|
| H A D | xkb.c | 4723 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 D | xkbgeom.h | 108 XkbOutlinePtr approx; member in struct:_XkbShape
|
| H A D | xkbUtils.c | 1618 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 D | XKBGAlloc.c | 772 shape->primary= shape->approx= NULL;
|
| H A D | xkbout.c | 569 if (outline==shape->approx) 570 fprintf(file,"approx= ");
|
| H A D | xkmread.c | 1090 shape->approx= &shape->outlines[shapeWire.approx_ndx];
|
| H A D | xkb.c | 4579 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 D | XKBgeom.h | 115 XkbOutlinePtr approx; member in struct:_XkbShape
|
| /xsrc/external/mit/libxkbui/dist/src/ |
| H A D | XKBui.c | 346 if ((shape->num_outlines>1)&&(ol==shape->approx)) 357 if ((shape->num_outlines>1)&&(ol==shape->approx))
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | geometry.c | 65 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 D | cout.c | 605 if (shape->approx) { 607 XkbOutlineIndex(shape, shape->approx));
|
| H A D | xkmout.c | 1120 if (shape->approx != NULL) 1121 shapeWire.approx_ndx = XkbOutlineIndex(shape, shape->approx);
|
| H A D | xkbout.c | 618 if (outline == shape->approx) 619 fprintf(file, "approx= ");
|
| H A D | xkmread.c | 1039 shape->approx = &shape->outlines[shapeWire.approx_ndx];
|
| /xsrc/external/mit/xkbprint/dist/ |
| H A D | psgeom.c | 273 if ((shape->num_outlines > 1) && (ol == shape->approx))
|