| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 169 NEXTVAL(unsigned long, pGC->bgPixel); in ChangeGC() 480 pGC->bgPixel = 1; in NewGCObject() 642 pgcDst->bgPixel = pgcSrc->bgPixel; in CopyGC() 1053 pGC->bgPixel = 1; in GetScratchGC()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 265 unsigned int bgPixel; member
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.c | 1880 pixel.val = pGC->bgPixel; in miCleanupSpanData() 2051 unsigned long fgPixel, bgPixel; in miWideDashSegment() local 2059 bgPixel = pGC->bgPixel; in miWideDashSegment() 2061 bgPixel = fgPixel; in miWideDashSegment() 2188 pixel = (dashIndex & 1) ? bgPixel : fgPixel; in miWideDashSegment() 2288 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel; in miWideDashSegment() 2422 pixel = startIsFg ? pGC->fgPixel : pGC->bgPixel; in miWideDash() 2445 pixel = endIsFg ? pGC->fgPixel : pGC->bgPixel; in miWideDash() 2479 pixel = (dashIndex & 1) ? pGC->bgPixel : pGC->fgPixel; in miWideDash()
|
| H A D | miglblt.c | 214 gcvals[1].val = pGC->bgPixel; in miImageGlyphBlt()
|
| H A D | mibitblt.c | 471 gcv[0].val = pGC->bgPixel; in miOpqStipDrawable() 723 oldBg = pGC->bgPixel; in miPutImage()
|
| H A D | miexpose.c | 556 bg.val = pGC->bgPixel; in miClearDrawable()
|
| H A D | mizerarc.c | 731 gcval.val = pGC->bgPixel; in miZeroPolyArc()
|
| H A D | miarc.c | 1009 bg = pGC->bgPixel; in miWideArc()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_text.c | 368 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); in glamor_te_text_use() 462 glamor_solid_boxes(pixmap, RegionRects(®ion), RegionNumRects(®ion), gc->bgPixel); in glamor_image_text()
|
| H A D | glamor_dash.c | 182 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); in glamor_dash_setup()
|
| H A D | glamor_program.c | 78 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); in use_opaque_stipple()
|
| H A D | glamor_copy.c | 77 glamor_set_color(dst, gc->bgPixel, prog->bg_uniform); in use_copyplane()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbgc.c | 155 pPriv->bg = pGC->bgPixel & mask; in fbValidateGC()
|
| H A D | fbfill.c | 150 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel); in fbFill()
|
| H A D | fbcopy.c | 119 pGC->fgPixel, pGC->bgPixel), in fbCopy1toN()
|
| H A D | fbseg.c | 239 bg = pGC->bgPixel; in fbBresFillDash()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GC.c | 108 values.background = xnestPixel(pGC->bgPixel); in xnestChangeGC()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgc.c | 248 v.background = pGC->bgPixel; in dmxChangeGC()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 189 unsigned long _save_bg = (pGC)->bgPixel; \ 198 (pGC)->bgPixel = _save_bg; \ 213 (pGC)->bgPixel |= mask; \
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 2839 * Add 12_bgPixel_fix_64bit_issue.diff by Hong Liu: bgPixel (unsigned long)
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 161146 bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffff
|