Searched refs:fill_style (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DGCMisc.c68 int fill_style)
71 if (gc->values.fill_style != fill_style) {
72 gc->values.fill_style = fill_style;
65 XSetFillStyle(register Display * dpy,register GC gc,int fill_style) argument
H A DCopyGC.c85 destgv->fill_style = srcgv->fill_style;
H A DGetGCVals.c88 values->fill_style = gc->values.fill_style;
H A DCrGC.c42 FillSolid, /* fill_style */
133 if (dirty & GCFillStyle) *value++ = gv->fill_style;
220 if (gv->fill_style != attr->fill_style) {
221 gv->fill_style = attr->fill_style;
/xsrc/external/mit/ctwm/dist/
H A Ddrawing.c47 gcv.fill_style = FillOpaqueStippled;
55 gcv.fill_style = FillSolid;
68 gcv.fill_style = FillSolid;
H A Dgc.c103 gcv.fill_style = FillOpaqueStippled;
/xsrc/external/mit/libXaw/dist/src/
H A DSmeLine.c193 values.fill_style = FillStippled;
H A DDisplayList.c1076 int fill_style = (int)(long)args; local in function:DlFillStyle
1078 if (xdata->values.fill_style != fill_style)
1081 xdata->values.fill_style = fill_style;
1082 XSetFillStyle(XtDisplayOfObject(w), xdata->gc, fill_style);
H A DScrollbar.c490 gcValues.fill_style = FillOpaqueStippled;
495 gcValues.fill_style = FillTiled;
H A DSmeBSB.c730 values.fill_style = FillTiled;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dshm-test.c115 gcv.fill_style = FillSolid;
H A Dbasic-stippledrect.c30 val.fill_style = opaque ? FillOpaqueStippled : FillStippled;
H A Dbasic-tiledrect.c76 val.fill_style = FillTiled;
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dshm-test.c115 gcv.fill_style = FillSolid;
H A Dbasic-stippledrect.c30 val.fill_style = opaque ? FillOpaqueStippled : FillStippled;
H A Dbasic-tiledrect.c76 val.fill_style = FillTiled;
/xsrc/external/mit/xgc/dist/
H A Drecord.c194 if ((FillstyleStuff.data)[i].code == X.gcv.fill_style) {
H A Dinterpret.c238 X.gcv.fill_style = fillstyle;
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.h136 uint32_t fill_style; member in struct:__anonc7e5e04d0308
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c123 values.fill_style = pGC->fillStyle;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_program.c420 int fill_style = gc->fillStyle; local in function:glamor_use_program_fill
427 fill = glamor_facet_fill[fill_style];
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c124 CHECK(GCFillStyle, fill_style, FillSolid);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c124 values.fill_style = pGC->fillStyle;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.c240 if (mask & GCFillStyle) v.fill_style = pGC->fillStyle;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtexture_from_pixmap.c571 gc_vals.fill_style = FillSolid;

Completed in 21 milliseconds

12