Home
last modified time | relevance | path

Searched refs:ChangeGC (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c131 ChangeGC(NullClient, pGCtmp, GCFunction | GCForeground | GCBackground, in miPolyGlyphBlt()
216 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFillStyle, gcvals); in miImageGlyphBlt()
222 ChangeGC(NullClient, pGC, GCForeground, gcvals); in miImageGlyphBlt()
230 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFillStyle, gcvals); in miImageGlyphBlt()
H A Dmibitblt.c396 ChangeGC(NullClient, pGCT, GCBackground, gcv); in miOpqStipDrawable()
444 ChangeGC(NullClient, pGC, in miOpqStipDrawable()
462 ChangeGC(NullClient, pGCT, GCFunction, gcv); in miOpqStipDrawable()
474 ChangeGC(NullClient, pGC, GCForeground | GCBackground | GCStipple, gcv); in miOpqStipDrawable()
492 ChangeGC(NullClient, pGC, in miOpqStipDrawable()
635 ChangeGC(NullClient, pGC, GCPlaneMask, &gcv); in miGetImage()
726 ChangeGC(NullClient, pGC, GCForeground | GCBackground, gcv); in miPutImage()
732 ChangeGC(NullClient, pGC, GCPlaneMask, gcv); in miPutImage()
741 ChangeGC(NullClient, pGC, GCPlaneMask | GCForeground | GCBackground, in miPutImage()
H A Dmiwideline.h82 ChangeGC (NullClient, pGC, GCForeground, &gcval); \
90 ChangeGC (NullClient, pGC, GCForeground, &gcval); \
H A Dmipolypnt.c99 ChangeGC(NullClient, pGC, GCFillStyle, &fsNew); in miPolyPoint()
108 ChangeGC(NullClient, pGC, GCFillStyle, &fsOld); in miPolyPoint()
H A Dmidispcur.c251 ChangeGC(NullClient, pGC, GCFunction, &gcvals); in miDCRealize()
259 ChangeGC(NullClient, pGC, GCFunction, &gcvals); in miDCRealize()
265 ChangeGC(NullClient, pGC, GCFunction, &gcvals); in miDCRealize()
300 ChangeGC(NullClient, sourceGC, GCForeground, &gcval); in miDCPutBits()
318 ChangeGC(NullClient, maskGC, GCForeground, &gcval); in miDCPutBits()
H A Dmiexpose.c528 ChangeGC(NullClient, pGC, gcmask, gcval); in miPaintWindow()
561 ChangeGC(NullClient, pGC, GCForeground, &bg); in miClearDrawable()
564 ChangeGC(NullClient, pGC, GCForeground, &fg); in miClearDrawable()
H A Dmiwideline.c629 ChangeGC(NullClient, pGC, GCForeground, &tmpPixel); in fillSpans()
637 ChangeGC(NullClient, pGC, GCForeground, &oldPixel); in fillSpans()
759 ChangeGC(NullClient, pGC, GCForeground, &tmpPixel); in miFillRectPolyHelper()
764 ChangeGC(NullClient, pGC, GCForeground, &oldPixel); in miFillRectPolyHelper()
1883 ChangeGC(NullClient, pGC, GCForeground, &pixel); in miCleanupSpanData()
1889 ChangeGC(NullClient, pGC, GCForeground, &oldPixel); in miCleanupSpanData()
H A Dmizerarc.c732 ChangeGC(NullClient, pGC, GCForeground, &gcval); in miZeroPolyArc()
758 ChangeGC(NullClient, pGC, GCForeground, &gcval); in miZeroPolyArc()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.c49 ChangeGC(NullClient, gc, GCForeground, vals); in glamor_solid_boxes()
70 ChangeGC(NullClient, gc, GCForeground, vals); in glamor_solid()
H A Dglamor_transform.c256 if (ChangeGC(NullClient, scratch_gc, in glamor_get_stipple_pixmap()
H A Dglamor_dash.c110 (void) ChangeGC(NullClient, scratch_gc, in glamor_get_dash_pixmap()
H A Dglamor_composite_glyphs.c94 if (ChangeGC(NullClient, scratch_gc, in glamor_copy_glyph()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c123 ChangeGC(ClientPtr client, GC * pGC, BITS32 mask, ChangeGCValPtr pUnion) in ChangeGC() function
412 (*pGC->funcs->ChangeGC) (pGC, maskQ); in ChangeGC()
460 return ChangeGC(client, pGC, mask, vals); in ChangeGCXIDs()
599 (void) ChangeGC(NullClient, pgcScratch, in CreateDefaultTile()
887 (void) ChangeGC(NullClient, pgcScratch, in CreateDefaultStipple()
954 if (pGC->funcs->ChangeGC) in SetDashes()
955 (*pGC->funcs->ChangeGC) (pGC, maskQ); in SetDashes()
1026 if (pGC->funcs->ChangeGC) in SetClipRects()
1027 (*pGC->funcs->ChangeGC) (pGC, in SetClipRects()
H A Dglyphcurs.c116 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval); in ServerBitsFromGlyph()
122 ChangeGC(NullClient, pGC, GCForeground, gcval); in ServerBitsFromGlyph()
H A Ddixfonts.c1178 ChangeGC(NullClient, c->pGC, GCFont, &val); in doPolyText()
1319 ChangeGC(NullClient, origGC, GCFont, &val); in doPolyText()
1338 ChangeGC(NullClient, c->pGC, clearGCmask, clearGC); in doPolyText()
1484 ChangeGC(NullClient, c->pGC, clearGCmask, clearGC); in doImageText()
H A Dpixmap.c285 ChangeGC(NullClient, pGC, GCSubwindowMode, &subWindowMode); in PixmapDirtyCopyArea()
/OK3568_Linux_fs/external/xserver/include/
H A Dgc.h99 extern _X_EXPORT int ChangeGC(ClientPtr /*client */ ,
H A Dgcstruct.h70 void (*ChangeGC) (GCPtr /*pGC */ , member
/OK3568_Linux_fs/external/xserver/render/
H A Dmirect.c67 ChangeGC(NullClient, pGC, mask, tmpval); in miColorRects()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c111 ChangeGC(NullClient, fakexa->pGC, GCFunction | GCPlaneMask | GCForeground, in ephyrPrepareSolid()
180 ChangeGC(NullClient, fakexa->pGC, GCFunction | GCPlaneMask, tmpval); in ephyrPrepareCopy()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent.c88 ChangeGC(serverClient, gc, in present_copy_region()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c246 ChangeGC(NullClient, pGC, GCSubwindowMode, &val); in compRestoreWindow()
551 ChangeGC(NullClient, pGC, GCSubwindowMode, &val); in compNewPixmap()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c207 pGC->funcs->ChangeGC(pGC, mask); in dmxChangeGC()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbseg.c216 ChangeGC(NullClient, pGC, GCForeground, &val); in fbSetFg()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c256 ChangeGC(NullClient, gc, GCFunction | GCPlaneMask | GCForeground, val); in ms_exa_solid_bail()
366 ChangeGC(NullClient, gc, GCFunction | GCPlaneMask, val); in ms_exa_copy_bail()

12