Lines Matching full:values
96 XGCValues values; in xnestChangeGC() local
99 values.function = pGC->alu; in xnestChangeGC()
102 values.plane_mask = pGC->planemask; in xnestChangeGC()
105 values.foreground = xnestPixel(pGC->fgPixel); in xnestChangeGC()
108 values.background = xnestPixel(pGC->bgPixel); in xnestChangeGC()
111 values.line_width = pGC->lineWidth; in xnestChangeGC()
114 values.line_style = pGC->lineStyle; in xnestChangeGC()
117 values.cap_style = pGC->capStyle; in xnestChangeGC()
120 values.join_style = pGC->joinStyle; in xnestChangeGC()
123 values.fill_style = pGC->fillStyle; in xnestChangeGC()
126 values.fill_rule = pGC->fillRule; in xnestChangeGC()
132 values.tile = xnestPixmap(pGC->tile.pixmap); in xnestChangeGC()
136 values.stipple = xnestPixmap(pGC->stipple); in xnestChangeGC()
139 values.ts_x_origin = pGC->patOrg.x; in xnestChangeGC()
142 values.ts_y_origin = pGC->patOrg.y; in xnestChangeGC()
145 values.font = xnestFont(pGC->font); in xnestChangeGC()
148 values.subwindow_mode = pGC->subWindowMode; in xnestChangeGC()
151 values.graphics_exposures = pGC->graphicsExposures; in xnestChangeGC()
154 values.clip_x_origin = pGC->clipOrg.x; in xnestChangeGC()
157 values.clip_y_origin = pGC->clipOrg.y; in xnestChangeGC()
163 values.dash_offset = pGC->dashOffset; in xnestChangeGC()
172 values.arc_mode = pGC->arcMode; in xnestChangeGC()
175 XChangeGC(xnestDisplay, xnestGC(pGC), mask, &values); in xnestChangeGC()