HomeSort by: relevance | last modified time | path
    Searched refs:STIPPLE (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/demos/
isosurf.c 67 #define STIPPLE 0x04000000
83 #define STIPPLE_MASK (STIPPLE|NO_STIPPLE)
170 (flags & STIPPLE) ? "stipple, " : "",
717 if (m & STIPPLE) {
1099 glutAddMenuEntry("Stipple", STIPPLE);
1100 glutAddMenuEntry("No Stipple", NO_STIPPLE);
  /xsrc/external/mit/libXaw/dist/src/
DisplayList.c 576 #define STIPPLE 24
1126 if (pixmap && xdata->values.stipple != pixmap->pixmap)
1129 xdata->values.stipple = pixmap->pixmap;
1130 XSetStipple(XtDisplayOfObject(w), xdata->gc, xdata->values.stipple);
1561 {"stipple", DlStipple, STIPPLE},
1850 case STIPPLE:

Completed in 8 milliseconds