Home
last modified time | relevance | path

Searched refs:dstBpp (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfill.c69 int dstX, int dstBpp, in fbStipple() argument
83 modulus(dstX / dstBpp - xRot, stipWidth, stipX); in fbStipple()
94 w = (stipWidth - sx) * dstBpp; in fbStipple()
102 dstStride, x, dstBpp, w, h, fgand, fgxor, bgand, bgxor); in fbStipple()
116 int dstBpp; in fbFill() local
120 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbFill()
125 if (pPriv->and || !pixman_fill((uint32_t *) dst, dstStride, dstBpp, in fbFill()
131 (x + dstXoff) * dstBpp, in fbFill()
132 dstBpp, width * dstBpp, height, pPriv->and, pPriv->xor); in fbFill()
140 if (dstBpp == 1) { in fbFill()
[all …]
H A Dfbcopy.c48 int dstBpp; in fbCopyNtoN() local
52 fbGetDrawable(pDstDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbCopyNtoN()
59 srcBpp, dstBpp, (pbox->x1 + dx + srcXoff), in fbCopyNtoN()
74 (pbox->x1 + dstXoff) * dstBpp, in fbCopyNtoN()
75 (pbox->x2 - pbox->x1) * dstBpp, in fbCopyNtoN()
76 (pbox->y2 - pbox->y1), alu, pm, dstBpp, reverse, upsidedown); in fbCopyNtoN()
102 int dstBpp; in fbCopy1toN() local
106 fbGetDrawable(pDstDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbCopy1toN()
109 if (dstBpp == 1) { in fbCopy1toN()
115 (pbox->x1 + dstXoff) * dstBpp, in fbCopy1toN()
[all …]
H A Dfbimage.c87 int dstBpp; in fbPutZImage() local
93 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutZImage()
113 (x1 - x) * dstBpp, in fbPutZImage()
116 (x1 + dstXoff) * dstBpp, in fbPutZImage()
117 (x2 - x1) * dstBpp, (y2 - y1), alu, pm, dstBpp); in fbPutZImage()
137 int dstBpp; in fbPutXYImage() local
144 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutXYImage()
146 if (dstBpp == 1) { in fbPutXYImage()
181 if (dstBpp == 1) { in fbPutXYImage()
187 (x1 + dstXoff) * dstBpp, in fbPutXYImage()
[all …]
H A Dfbwindow.c79 int dstBpp; in fbCopyWindowProc() local
83 fbGetDrawable(pDstDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbCopyWindowProc()
91 (pbox->x1 + dstXoff) * dstBpp, in fbCopyWindowProc()
92 (pbox->x2 - pbox->x1) * dstBpp, in fbCopyWindowProc()
94 GXcopy, FB_ALLONES, dstBpp, reverse, upsidedown); in fbCopyWindowProc()
160 int dstBpp; in fbFillRegionSolid() local
172 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbFillRegionSolid()
176 if (!try_mmx || !pixman_fill((uint32_t *) dst, dstStride, dstBpp, in fbFillRegionSolid()
183 (pbox->x1 + dstXoff) * dstBpp, in fbFillRegionSolid()
184 dstBpp, in fbFillRegionSolid()
[all …]
H A Dfbseg.c46 int dstBpp; in fbBresSolid() local
54 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresSolid()
56 x1 = (x1 + dstXoff) * dstBpp; in fbBresSolid()
59 mask0 = FbStipMask(0, dstBpp); in fbBresSolid()
62 mask0 = FbStipRight(mask0, FB_STIP_UNIT - dstBpp); in fbBresSolid()
69 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresSolid()
96 mask = fbBresShiftMask(mask, signdx, dstBpp); in fbBresSolid()
117 int dstBpp; in fbBresDash() local
131 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresDash()
137 x1 = (x1 + dstXoff) * dstBpp; in fbBresDash()
[all …]
H A Dfbpoint.c31 int dstBpp,
41 int dstBpp, in fbDots() argument
65 x = (x + xoff) * dstBpp; in fbDots()
69 mask = FbStipMask(x, dstBpp); in fbDots()
83 int dstBpp; in fbPolyPoint() local
103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPolyPoint()
107 switch (dstBpp) { in fbPolyPoint()
120 (*dots) (dst, dstStride, dstBpp, pBox, pptInit, nptInit, in fbPolyPoint()
H A Dfbglyph.c72 int dstBpp = 0; in fbPolyGlyphBlt() local
77 dstBpp = pDrawable->bitsPerPixel; in fbPolyGlyphBlt()
78 switch (dstBpp) { in fbPolyGlyphBlt()
103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, in fbPolyGlyphBlt()
105 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp, in fbPolyGlyphBlt()
140 int dstBpp = 0; in fbImageGlyphBlt() local
145 dstBpp = pDrawable->bitsPerPixel; in fbImageGlyphBlt()
146 switch (dstBpp) { in fbImageGlyphBlt()
205 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, in fbImageGlyphBlt()
207 (*glyph) (dst + (gy + dstYoff) * dstStride, dstStride, dstBpp, in fbImageGlyphBlt()
H A Dfbsetsp.c38 int dstBpp; in fbSetSpans() local
45 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbSetSpans()
66 (x1 - ppt->x) * dstBpp + xoff, in fbSetSpans()
69 (x1 + dstXoff) * dstBpp, in fbSetSpans()
70 (x2 - x1) * dstBpp, in fbSetSpans()
71 1, pGC->alu, pPriv->pm, dstBpp, FALSE, FALSE); in fbSetSpans()
H A Dfbpush.c98 int dstBpp; in fbPushFill() local
103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPushFill()
105 dstX = (x + dstXoff) * dstBpp; in fbPushFill()
106 dstWidth = width * dstBpp; in fbPushFill()
107 if (dstBpp == 1) { in fbPushFill()
116 FbStipple1Rop(pGC->alu, pGC->fgPixel), pPriv->pm, dstBpp); in fbPushFill()
125 dstBpp, in fbPushFill()
H A Dfbarc.c33 int dstBpp,
60 int dstBpp; in fbPolyArc() local
71 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPolyArc()
99 (*arc) (dst, dstStride, dstBpp, in fbPolyArc()
H A Dfbbits.h73 int dstBpp; in BRESSOLID() local
81 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESSOLID()
119 int dstBpp; in BRESDASH() local
132 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in BRESDASH()
240 int dstBpp, in DOTS() argument
288 int dstBpp, xArc * arc, int drawX, int drawY, FbBits and, FbBits xor) in ARC() argument
495 int dstBpp, FbStip * stipple, FbBits fg, int x, int height) in GLYPH() argument
601 int dstBpp; in POLYLINE() local
620 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in POLYLINE()
721 int dstBpp; in POLYSEGMENT() local
[all …]
H A Dfb.h547 int dstBpp,
557 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
563 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
595 int dstBpp,
605 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
611 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
643 int dstBpp,
653 int dstBpp, xArc * arc, int dx, int dy, FbBits and, FbBits xor);
659 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
698 int dstBpp,
H A Dfbbltone.c165 int dstBpp, /* bits per destination unit */ in fbBltOne() argument
199 pixelsPerDst = FB_UNIT / dstBpp; in fbBltOne()
228 dstS = dstX / dstBpp; in fbBltOne()