Home
last modified time | relevance | path

Searched refs:FbStip (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbimage.c40 FbStip *src = (FbStip *) pImage; in fbPutImage()
47 srcStride = BitmapBytePad(w + leftPad) / sizeof(FbStip); in fbPutImage()
56 srcStride = BitmapBytePad(w + leftPad) / sizeof(FbStip); in fbPutImage()
71 srcStride = PixmapBytePad(w, pDrawable->depth) / sizeof(FbStip); in fbPutImage()
83 int y, int width, int height, FbStip * src, FbStride srcStride) in fbPutZImage()
85 FbStip *dst; in fbPutZImage()
133 int width, int height, FbStip * src, FbStride srcStride, int srcX) in fbPutXYImage()
185 (FbStip *) (dst + (y1 + dstYoff) * dstStride), in fbPutXYImage()
215 FbStip *dst; in fbGetImage()
230 dst = (FbStip *) d; in fbGetImage()
[all …]
H A Dfbseg.c44 FbStip *dst; in fbBresSolid()
49 FbStip and = (FbStip) pPriv->and; in fbBresSolid()
50 FbStip xor = (FbStip) pPriv->xor; in fbBresSolid()
51 FbStip mask, mask0; in fbBresSolid()
52 FbStip bits; in fbBresSolid()
115 FbStip *dst; in fbBresDash()
120 FbStip and = (FbStip) pPriv->and; in fbBresDash()
121 FbStip xor = (FbStip) pPriv->xor; in fbBresDash()
122 FbStip bgand = (FbStip) pPriv->bgand; in fbBresDash()
123 FbStip bgxor = (FbStip) pPriv->bgxor; in fbBresDash()
[all …]
H A Dfbglyph.c69 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); in fbPolyGlyphBlt()
101 if (glyph && gWidth <= sizeof(FbStip) * 8 && in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
110 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip); in fbPolyGlyphBlt()
113 (FbStip *) pglyph, in fbPolyGlyphBlt()
137 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); in fbImageGlyphBlt()
203 if (glyph && gWidth <= sizeof(FbStip) * 8 && in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
212 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()
H A Dfbbltone.c161 fbBltOne(FbStip * src, FbStride srcStride, /* FbStip units per scanline */ in fbBltOne()
177 FbStip bits = 0, bitsLeft, bitsRight; /* source bits */ in fbBltOne()
178 FbStip left; in fbBltOne()
382 FbStip * dst, in fbBltPlane()
387 FbStip fgand, in fbBltPlane()
388 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) in fbBltPlane()
397 FbStip dstBits; in fbBltPlane()
398 FbStip *d; in fbBltPlane()
399 FbStip dstMask; in fbBltPlane()
400 FbStip dstMaskFirst; in fbBltPlane()
[all …]
H A Dfbpoint.c47 FbStip *dst = (FbStip *) dstOrig; in fbDots()
50 FbStip *d; in fbDots()
51 FbStip and = andOrig; in fbDots()
52 FbStip xor = xorOrig; in fbDots()
64 FbStip mask; in fbDots()
H A Dfbpush.c32 FbStip * src, in fbPushPattern()
35 FbStip *s, bitsMask, bitsMask0, bits; in fbPushPattern()
90 FbStip * src, in fbPushFill()
111 (FbStip *) dst, in fbPushFill()
143 FbStip * src, in fbPushImage()
179 FbStip *stip; in fbPushPixels()
H A Dfb.h95 #define FB_STIP_ALLONES ((FbStip) -1)
109 typedef FbBits FbStip; typedef
117 extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
119 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
120 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
132 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
474 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
475 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (void)(stride); \
563 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
611 int dstBpp, FbStip * stipple, FbBits fg, int height, int shift);
[all …]
H A Dfbcopy.c123 fbBltOne((FbStip *) (src + (pbox->y1 + dy + srcYoff) * srcStride), in fbCopy1toN()
159 FbStip *dst; in fbCopyNto1()
173 (FbStip) pPriv->and, (FbStip) pPriv->xor, in fbCopyNto1()
174 (FbStip) pPriv->bgand, (FbStip) pPriv->bgxor, bitplane); in fbCopyNto1()
189 FbStip *tmp; in fbCopyNto1()
197 tmp = xallocarray(tmpStride * height, sizeof(FbStip)); in fbCopyNto1()
H A Dfbpixmap.c300 fbValidateBits(FbStip * bits, int stride, FbStip data) in fbValidateBits()
320 FbStip *bits, *first, *last; in fbValidateDrawable()
338 fbSetBits(FbStip * bits, int stride, FbStip data) in fbSetBits()
347 FbStip *bits, *first, *last; in fbInitializeDrawable()
H A Dfbscreen.c186 fbSetBits((FbStip *) pbits, stride / sizeof(FbStip), FB_HEAD_BITS); in wfbFinishScreenInit()
188 fbSetBits((FbStip *) ((char *) pbits + stride * ysize), in wfbFinishScreenInit()
189 stride / sizeof(FbStip), FB_TAIL_BITS); in wfbFinishScreenInit()
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
H A Dfbblt.c296 fbBltStip(FbStip * src, FbStride srcStride, /* in FbStip units, not FbBits units */ in fbBltStip()
297 int srcX, FbStip * dst, FbStride dstStride, /* in FbStip units, not FbBits units */ in fbBltStip()
H A Dfbfill.c71 FbStip * stip, FbStride stipStride, in fbStipple()
160 FbStip *stip; in fbFill()
H A Dfbbits.h495 int dstBpp, FbStip * stipple, FbBits fg, int x, int height) in GLYPH()
498 FbStip bits; in GLYPH()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_image.c137 FbStip pm = fbReplicatePixel(plane_mask, drawable->bitsPerPixel); in glamor_get_image_gl()
138 FbStip *dst = (void *)d; in glamor_get_image_gl()
139 uint32_t dstStride = byte_stride / sizeof(FbStip); in glamor_get_image_gl()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog174662 pointer. Assumes that sizeof(FbBits) >= sizeof(FbStip).