/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SmeLine.c | 147 * resource values. 178 XGCValues values; local 181 values.foreground = entry->sme_line.foreground; 182 values.graphics_exposures = FALSE; 183 values.line_width = entry->sme_line.line_width; 186 values.stipple = entry->sme_line.stipple; 187 values.fill_style = FillStippled; 192 mask, &values); 195 entry->sme_line.gc = XtGetGC(w, mask, &values);
|
H A D | Xaw3_1SmeBSB.c | 163 * resource values. 564 XGCValues values; local 567 values.foreground = XtParent(w)->core.background_pixel; 568 values.background = entry->sme_bsb.foreground; 569 values.font = entry->sme_bsb.font->fid; 570 values.graphics_exposures = FALSE; 572 entry->sme_bsb.rev_gc = XtGetGC(w, mask, &values); 574 values.foreground = entry->sme_bsb.foreground; 575 values.background = XtParent(w)->core.background_pixel; 576 entry->sme_bsb.norm_gc = XtGetGC(w, mask, &values); [all...] |
H A D | Xaw3_1AsciiSink.c | 468 XGCValues values; local 470 values.font = sink->text_sink.font->fid; 471 values.graphics_exposures = (Bool) FALSE; 473 values.foreground = sink->text_sink.foreground; 474 values.background = sink->text_sink.background; 475 sink->ascii_sink.normgc = XtGetGC((Widget)sink, valuemask, &values); 477 values.foreground = sink->text_sink.background; 478 values.background = sink->text_sink.foreground; 479 sink->ascii_sink.invgc = XtGetGC((Widget)sink, valuemask, &values); 481 values [all...] |
H A D | Xaw3_1Label.c | 207 XGCValues values; local 209 values.foreground = lw->label.foreground; 210 values.background = lw->core.background_pixel; 211 values.font = lw->label.font->fid; 216 &values); 222 XGCValues values; local 224 values.foreground = lw->label.foreground; 225 values.background = lw->core.background_pixel; 226 values.font = lw->label.font->fid; 227 values [all...] |
H A D | Xaw3_1Command.c | 194 XGCValues values; local 196 values.foreground = fg; 197 values.background = bg; 198 values.font = cbw->label.font->fid; 199 values.cap_style = CapProjecting; 202 values.line_width = cbw->command.highlight_thickness; 204 values.line_width = 0; 208 &values);
|
H A D | Xaw3_1List.c | 171 XGCValues values; local 174 values.foreground = lw->list.foreground; 175 values.font = lw->list.font->fid; 177 &values); 179 values.foreground = lw->core.background_pixel; 181 &values); 183 values.tile = XmuCreateStippledPixmap(XtScreen(w), 187 values.fill_style = FillTiled; 190 &values);
|
H A D | Xaw3_1Paned.c | 1194 XGCValues values; local 1200 values.foreground = pw->paned.internal_bp; 1202 pw->paned.normgc = XtGetGC(w, valuemask, &values); 1208 values.foreground = pw->core.background_pixel; 1210 pw->paned.invgc = XtGetGC(w, valuemask, &values); 1216 values.function = GXinvert; 1217 values.plane_mask = pw->paned.internal_bp ^ pw->core.background_pixel; 1218 values.subwindow_mode = IncludeInferiors; 1220 pw->paned.flipgc = XtGetGC(w, valuemask, &values);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | SmeLine.c | 130 * resource values. 163 XGCValues values; local 166 values.foreground = entry->sme_line.foreground; 167 values.graphics_exposures = FALSE; 168 values.line_width = entry->sme_line.line_width; 171 values.stipple = entry->sme_line.stipple; 172 values.fill_style = FillStippled; 177 mask, &values); 180 entry->sme_line.gc = XtGetGC(w, mask, &values);
|
H A D | SmeBSB.c | 179 * resource values. 683 XGCValues values; local 686 values.foreground = XtParent(w)->core.background_pixel; 687 values.background = entry->sme_bsb.foreground; 688 values.font = entry->sme_bsb.font->fid; 689 values.graphics_exposures = FALSE; 693 entry->sme_bsb.rev_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0 ); 695 entry->sme_bsb.rev_gc = XtGetGC(w, mask, &values); 697 values.foreground = entry->sme_bsb.foreground; 698 values [all...] |
H A D | AsciiSink.c | 492 XGCValues values; local 494 values.font = sink->ascii_sink.font->fid; 495 values.graphics_exposures = (Bool) FALSE; 497 values.foreground = sink->text_sink.foreground; 498 values.background = sink->text_sink.background; 499 sink->ascii_sink.normgc = XtGetGC((Widget)sink, valuemask, &values); 501 values.foreground = sink->text_sink.background; 502 values.background = sink->text_sink.foreground; 503 sink->ascii_sink.invgc = XtGetGC((Widget)sink, valuemask, &values); 505 values [all...] |
H A D | Label.c | 355 XGCValues values; local 357 values.foreground = lw->label.foreground; 358 values.background = lw->core.background_pixel; 359 values.font = lw->label.font->fid; 360 values.graphics_exposures = False; 367 &values, GCFont, 0 ); 372 &values); 378 XGCValues values; local 380 values.foreground = lw->label.foreground; 381 values [all...] |
H A D | Command.c | 174 XGCValues values; local 176 values.foreground = fg; 177 values.background = bg; 178 values.font = cbw->label.font->fid; 179 values.cap_style = CapProjecting; 182 values.line_width = cbw->command.highlight_thickness; 184 values.line_width = 0; 189 &values, GCFont, 0 ); 193 &values);
|
H A D | List.c | 186 XGCValues values; local 189 values.foreground = lw->list.foreground; 190 values.font = lw->list.font->fid; 194 &values, GCFont, 0 ); 197 &values); 199 values.foreground = lw->core.background_pixel; 203 &values, GCFont, 0 ); 206 &values); 208 values.tile = XmuCreateStippledPixmap(XtScreen(w), 212 values 979 XGCValues values; local 980 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values); local 1056 XGCValues values; local 1058 XGetGCValues(XtDisplay(w), lw->list.graygc, GCTile, &values); local [all...] |
H A D | MultiSink.c | 517 XGCValues values; local 519 values.graphics_exposures = (Bool) FALSE; 521 values.foreground = sink->text_sink.foreground; 522 values.background = sink->text_sink.background; 524 sink->multi_sink.normgc = XtAllocateGC( (Widget)sink, 0, valuemask, &values, GCFont, 0 ); 526 values.foreground = sink->text_sink.background; 527 values.background = sink->text_sink.foreground; 528 sink->multi_sink.invgc = XtAllocateGC( (Widget)sink, 0, valuemask, &values, GCFont, 0 ); 530 values.function = GXxor; 531 values [all...] |
H A D | Panner.c | 194 XGCValues values; local 209 values.fill_style = FillTiled; 210 values.tile = XmuCreateStippledPixmap(XtScreen((Widget)pw), 222 values.foreground = pw->panner.shadow_color; 225 values.line_width = pw->panner.line_width; 229 pw->panner.shadow_gc = XtGetGC ((Widget) pw, valuemask, &values); 236 XGCValues values; local 240 values.foreground = pw->panner.foreground; 242 pw->panner.slider_gc = XtGetGC ((Widget) pw, valuemask, &values); 252 XGCValues values; local [all...] |
H A D | Paned.c | 1222 XGCValues values; local 1228 values.foreground = pw->paned.internal_bp; 1230 pw->paned.normgc = XtGetGC(w, valuemask, &values); 1236 values.foreground = pw->core.background_pixel; 1238 pw->paned.invgc = XtGetGC(w, valuemask, &values); 1244 values.function = GXinvert; 1245 values.plane_mask = pw->paned.internal_bp ^ pw->core.background_pixel; 1246 values.subwindow_mode = IncludeInferiors; 1248 pw->paned.flipgc = XtGetGC(w, valuemask, &values);
|
H A D | Tree.c | 215 XGCValues values; local 217 values.background = w->core.background_pixel; 218 values.foreground = w->tree.foreground; 221 values.line_width = w->tree.line_width; 224 return XtGetGC ((Widget) w, valuemask, &values); 369 * Allocate the array used to hold the widest values per depth 377 * make sure that our gravity is one of the acceptable values
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | cslibext.c | 389 XGCValues *values) 430 register XGCValues *gv = values; 620 XGCValues values; local 632 clears the dirty bits of the values that are copied! */ 634 DPSAssertWarn(XGetGCValues(dpy, gc, DPSGCBITS & ~(GCClipMask), &values), 636 values.clip_mask = gc->values.clip_mask; 637 DPSCAPChangeGC(my->agent, gc, DPSGCBITS, &values); 714 XGCValues values; local 739 DPSAssertWarn(XGetGCValues(dpy, gc, DPSGCBITS & ~(GCClipMask), &values), 385 DPSCAPChangeGC( register Display *agent, GC gc, unsigned long valuemask, XGCValues *values) argument [all...] |
H A D | XDPS.c | 687 /* If the context creation succeeded and we are CSDPS, send GC values */ 803 /* If the context creation succeeded and we are CSDPS, send GC values */ 1948 vals.clip_mask = gc->values.clip_mask; 2086 XGCValues values; local 2090 DPSAssertWarn(XGetGCValues(dpy, gc, valuemask, &values), 2092 values.clip_mask = gc->values.clip_mask; 2093 DPSCAPChangeGC(agent, gc, DPSGCBITS, &values);
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | r300_cmdbuf.c | 269 int values[64]; local 276 DRM_ERROR("Cannot emit more than 64 values at a time " 281 values[i] = ((int *)(uintptr_t)cmdbuf->buf)[i]; 286 if (!radeon_check_offset(dev_priv, (u32) values[i])) { 301 OUT_RING_TABLE(values, sz); 345 * the rest of the data is safe to emit, whatever the values
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 1214 DRM_ERROR("timing values too large for mode info\n"); 1627 if (put_user(connector->properties.values[i], 2708 property->values = kzalloc(sizeof(uint64_t)*num_values, GFP_KERNEL); 2709 if (!property->values) 2729 kfree(property->values, sizeof(uint64_t)*num_values); 2798 property->values[0] = min; 2799 property->values[1] = max; 2813 * Bitmask enum properties have the additional constraint of values 2837 property->values[index] = value; 2852 kfree(property->values, sizeo [all...] |
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 64 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties 127 #define CRTC_INTERLACE_HALVE_V 0x1 /* halve V values for interlacing */ 139 /* Proposed mode values */ 299 uint64_t *values; member in struct:drm_property 388 * @gamma_store: gamma ramp values 687 * drm_mode_set - new values for a CRTC config change
|