Home
last modified time | relevance | path

Searched refs:bgPixel (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c169 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 Dgcstruct.h265 unsigned int bgPixel; member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c1880 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 Dmiglblt.c214 gcvals[1].val = pGC->bgPixel; in miImageGlyphBlt()
H A Dmibitblt.c471 gcv[0].val = pGC->bgPixel; in miOpqStipDrawable()
723 oldBg = pGC->bgPixel; in miPutImage()
H A Dmiexpose.c556 bg.val = pGC->bgPixel; in miClearDrawable()
H A Dmizerarc.c731 gcval.val = pGC->bgPixel; in miZeroPolyArc()
H A Dmiarc.c1009 bg = pGC->bgPixel; in miWideArc()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_text.c368 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); in glamor_te_text_use()
462 glamor_solid_boxes(pixmap, RegionRects(&region), RegionNumRects(&region), gc->bgPixel); in glamor_image_text()
H A Dglamor_dash.c182 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); in glamor_dash_setup()
H A Dglamor_program.c78 glamor_set_color(pixmap, gc->bgPixel, prog->bg_uniform); in use_opaque_stipple()
H A Dglamor_copy.c77 glamor_set_color(dst, gc->bgPixel, prog->bg_uniform); in use_copyplane()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbgc.c155 pPriv->bg = pGC->bgPixel & mask; in fbValidateGC()
H A Dfbfill.c150 alu = FbOpaqueStipple1Rop(pGC->alu, pGC->fgPixel, pGC->bgPixel); in fbFill()
H A Dfbcopy.c119 pGC->fgPixel, pGC->bgPixel), in fbCopy1toN()
H A Dfbseg.c239 bg = pGC->bgPixel; in fbBresFillDash()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c108 values.background = xnestPixel(pGC->bgPixel); in xnestChangeGC()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgc.c248 v.background = pGC->bgPixel; in dmxChangeGC()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c189 unsigned long _save_bg = (pGC)->bgPixel; \
198 (pGC)->bgPixel = _save_bg; \
213 (pGC)->bgPixel |= mask; \
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog2839 * Add 12_bgPixel_fix_64bit_issue.diff by Hong Liu: bgPixel (unsigned long)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog161146 bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffff