Searched refs:stipple (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeLineP.h66 Pixmap stipple; /* Line Stipple. */ member in struct:__anon320
H A DXaw3_1SmeLine.c51 offset(stipple), XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
169 * We can only share the GC if there is no stipple, because
170 * we need to change the stipple origin when drawing.
185 if (entry->sme_line.stipple != XtUnspecifiedPixmap) {
186 values.stipple = entry->sme_line.stipple;
210 if (entry->sme_line.stipple != XtUnspecifiedPixmap)
233 if (entry->sme_line.stipple != XtUnspecifiedPixmap)
259 (entry->sme_line.stipple != old_entry->sme_line.stipple) ) {
[all...]
H A DXaw3_1LabelP.h75 Pixmap stipple; member in struct:__anon303
H A DXaw3_1Label.c233 lw->label.stipple = values.tile;
432 XmuReleaseStippledPixmap( XtScreen(current), curlw->label.stipple );
458 XmuReleaseStippledPixmap( XtScreen(w), lw->label.stipple );
H A DXaw3_1Scrollbar.c342 gcValues.stipple = sbw->scrollbar.thumb;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeLineP.h70 Pixmap stipple; /* Line Stipple. */ member in struct:__anon388
H A DSmeLine.c53 offset(stipple), XtRImmediate, (XtPointer) XtUnspecifiedPixmap},
154 * We can only share the GC if there is no stipple, because
155 * we need to change the stipple origin when drawing.
170 if (entry->sme_line.stipple != XtUnspecifiedPixmap) {
171 values.stipple = entry->sme_line.stipple;
195 if (entry->sme_line.stipple != XtUnspecifiedPixmap)
219 if (entry->sme_line.stipple != XtUnspecifiedPixmap)
247 (entry->sme_line.stipple != old_entry->sme_line.stipple) ) {
[all...]
H A DLabelP.h102 Pixmap stipple; member in struct:__anon367
H A DLabel.c390 lw->label.stipple = values.tile;
726 XmuReleaseStippledPixmap( XtScreen(current), curlw->label.stipple );
753 XmuReleaseStippledPixmap( XtScreen(w), lw->label.stipple );
H A DScrollbar.c363 gcValues.stipple = sbw->scrollbar.thumb;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_state.c1975 static void radeon_cp_dispatch_stipple(drm_device_t *dev, u32 *stipple) argument
1989 OUT_RING(stipple[i]);
2592 drm_radeon_stipple_t stipple; local
2602 stipple.mask = (void *)(uintptr_t)stipple32.mask;
2605 DRM_COPYFROM_WITH_RETURN(&stipple, (void *)data,
2606 sizeof (stipple));
2610 if (DRM_COPY_FROM_USER(&mask, stipple.mask, 32 * sizeof (u32)))
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibext.c448 if (dirty & GCStipple) *value++ = gv->stipple;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c629 v.stipple = grayStipple;

Completed in 41 milliseconds