| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fblinebits.h | 203 FbBits *dstLine; local in function:POLYSEGMENT 222 dstLine = dst + (intToY(u.pt32[0]) + yoff + dstYoff) * dstStride; 223 dstLine += dstX >> FB_SHIFT; 227 WRITE(dstLine, 228 FbDoMaskRRop(READ(dstLine), and, xor, 230 dstLine++; 234 WRITE(dstLine++, xor); 237 WRITE(dstLine, 238 FbDoRRop(READ(dstLine), and, xor)); 239 dstLine [all...] |
| H A D | fbblt.c | 82 FbBits *dstLine, FbStride dstStride, int dstX, 101 dstLine += (height - 1) * (dstStride); 109 dstLine += ((dstX + width - 1) >> FB_SHIFT) + 1; 114 dstLine += dstX >> FB_SHIFT; 122 dst = dstLine; 123 dstLine += dstStride; 180 dst = dstLine; 181 dstLine += dstStride; 268 FbBits *dstLine, FbStride dstStride, int dstX, 278 CARD8 *d = (CARD8 *) dstLine; 81 fbBlt__rop(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,int bpp,Bool reverse,Bool upsidedown) argument 267 fbBlt(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,int bpp,Bool reverse,Bool upsidedown) argument [all...] |
| H A D | fbglyphbits.h | 52 BITS *dstLine; local in function:GLYPH 57 dstLine = (BITS *) dstBits; 58 dstLine += x & ~3; 64 dst = (BITS *) dstLine; 128 dstLine += dstStride;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fblinebits.h | 203 FbBits *dstLine; local in function:POLYSEGMENT 222 dstLine = dst + (intToY(u.pt32[0]) + yoff + dstYoff) * dstStride; 223 dstLine += dstX >> FB_SHIFT; 227 WRITE(dstLine, 228 FbDoMaskRRop(READ(dstLine), and, xor, 230 dstLine++; 234 WRITE(dstLine++, xor); 237 WRITE(dstLine, 238 FbDoRRop(READ(dstLine), and, xor)); 239 dstLine [all...] |
| H A D | fbblt.c | 82 FbBits *dstLine, FbStride dstStride, int dstX, 101 dstLine += (height - 1) * (dstStride); 109 dstLine += ((dstX + width - 1) >> FB_SHIFT) + 1; 114 dstLine += dstX >> FB_SHIFT; 122 dst = dstLine; 123 dstLine += dstStride; 180 dst = dstLine; 181 dstLine += dstStride; 268 FbBits *dstLine, FbStride dstStride, int dstX, 278 CARD8 *d = (CARD8 *) dstLine; 81 fbBlt__rop(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,int bpp,Bool reverse,Bool upsidedown) argument 267 fbBlt(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,int bpp,Bool reverse,Bool upsidedown) argument [all...] |
| H A D | fbglyphbits.h | 52 BITS *dstLine; local in function:GLYPH 57 dstLine = (BITS *) dstBits; 58 dstLine += x & ~3; 64 dst = (BITS *) dstLine; 128 dstLine += dstStride;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbblt.c | 47 FbBits *dstLine, 74 fbBlt24 (srcLine, srcStride, srcX, dstLine, dstStride, dstX, 80 careful = !((srcLine < dstLine && srcLine + width * (bpp>>3) > dstLine) || 81 (dstLine < srcLine && dstLine + width * (bpp>>3) > srcLine)) || 88 CARD8 *dst = (CARD8 *) dstLine; 111 dstLine += (height - 1) * (dstStride); 120 dstLine += ((dstX + width - 1) >> FB_SHIFT) + 1; 127 dstLine 43 fbBlt(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,int bpp,Bool reverse,Bool upsidedown) argument 577 fbBlt24(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,Bool reverse,Bool upsidedown) argument 621 fbBltOdd(FbBits * srcLine,FbStride srcStrideEven,FbStride srcStrideOdd,int srcXEven,int srcXOdd,FbBits * dstLine,FbStride dstStrideEven,FbStride dstStrideOdd,int dstXEven,int dstXOdd,int width,int height,int alu,FbBits pm,int bpp) argument 794 fbBltOdd24(FbBits * srcLine,FbStride srcStrideEven,FbStride srcStrideOdd,int srcXEven,int srcXOdd,FbBits * dstLine,FbStride dstStrideEven,FbStride dstStrideOdd,int dstXEven,int dstXOdd,int width,int height,int alu,FbBits pm) argument [all...] |
| H A D | fbbits.h | 571 BITS *dstLine; local in function:GLYPH 576 dstLine = (BITS *) dstBits; 577 dstLine += x & ~3; 584 dst = (BITS *) dstLine; 649 dstLine += dstStride; 865 FbBits *dstLine; local in function:POLYSEGMENT 887 dstLine = dst + (intToY(pt1) + yoff + dstYoff) * dstStride; 888 dstLine += dstX >> FB_SHIFT; 893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBit [all...] |
| H A D | fb24_32.c | 58 CARD8 *dstLine, 73 CARD8 *dstLine, 91 dstLine += dstX * 3; 99 dst = dstLine; 101 dstLine += dstStride; 170 CARD8 *dstLine, 191 dstLine += dstX * 4; 197 dst = (CARD32 *) dstLine; 199 dstLine += dstStride; 69 fb24_32BltDown(CARD8 * srcLine,FbStride srcStride,int srcX,CARD8 * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm) argument 166 fb24_32BltUp(CARD8 * srcLine,FbStride srcStride,int srcX,CARD8 * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm) argument
|
| H A D | fbglyph.c | 141 CARD8 *dstLine; local in function:fbGlyph24 151 dstLine = (CARD8 *) dstBits; 152 dstLine += (x & ~3) * 3; 160 dst = dstLine; 248 dstLine += dstStride;
|
| H A D | fb.h | 906 fbGlyph8 (FbBits *dstLine, 980 fbGlyph16(FbBits *dstLine, 1055 fbGlyph24(FbBits *dstLine, 1130 fbGlyph32(FbBits *dstLine, 1177 FbBits *dstLine,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbblt.c | 46 FbBits * dstLine, 66 CARD8 *dst_byte = (CARD8 *) dstLine + (dstX >> 3); 99 dstLine += (height - 1) * (dstStride); 107 dstLine += ((dstX + width - 1) >> FB_SHIFT) + 1; 113 dstLine += dstX >> FB_SHIFT; 121 dst = dstLine; 122 dstLine += dstStride; 206 dst = dstLine; 207 dstLine += dstStride; 43 fbBlt(FbBits * srcLine,FbStride srcStride,int srcX,FbBits * dstLine,FbStride dstStride,int dstX,int width,int height,int alu,FbBits pm,int bpp,Bool reverse,Bool upsidedown) argument
|
| H A D | fbbits.h | 499 BITS *dstLine; local in function:GLYPH 504 dstLine = (BITS *) dstBits; 505 dstLine += x & ~3; 511 dst = (BITS *) dstLine; 575 dstLine += dstStride; 765 FbBits *dstLine; local in function:POLYSEGMENT 785 dstLine = dst + (intToY(pt1) + yoff + dstYoff) * dstStride; 786 dstLine += dstX >> FB_SHIFT; 790 WRITE(dstLine, 791 FbDoMaskRRop(READ(dstLine), andBit [all...] |
| H A D | fb.h | 561 fbGlyph8(FbBits * dstLine, 609 fbGlyph16(FbBits * dstLine, 657 fbGlyph32(FbBits * dstLine,
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftglyphs.c | 456 unsigned char* dstLine = target->buffer; local in function:_fill_xrender_bitmap 475 for ( h = height; h > 0; h--, srcLine += src_pitch, dstLine += pitch ) 482 ((unsigned int*)dstLine)[x] = 0xffffffffU; 488 for ( h = height; h > 0; h--, srcLine += src_pitch, dstLine += pitch ) 495 dstLine[x] = 0xff; 503 for ( h = height; h > 0; h--, srcLine += src_pitch, dstLine += pitch ) 504 memcpy( dstLine, srcLine, (size_t)bytes ); 511 for ( h = height; h > 0; h--, srcLine += src_pitch, dstLine += pitch ) 514 unsigned int* dst = (unsigned int*)dstLine; 529 for ( h = height; h > 0; h--, srcLine += src_pitch, dstLine [all...] |
| H A D | xftcore.c | 471 CARD32 *dstLine, *dst, d; local in function:_XftSmoothGlyphGray8888 499 dstLine = (CARD32 *) (image->data + image->bytes_per_line * y + (x << 2)); 506 dst = dstLine; 507 dstLine += dstStride; 542 CARD16 *dstLine, *dst; local in function:_XftSmoothGlyphGray565 570 dstLine = (CARD16 *) (image->data + image->bytes_per_line * y + (x << 1)); 577 dst = dstLine; 578 dstLine += dstStride; 618 CARD16 *dstLine, *dst; local in function:_XftSmoothGlyphGray555 646 dstLine [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | sh3224.c | 46 CARD8 *dstLine, 55 dst = dstLine; 45 sh24_32BltLine(CARD8 * srcLine,CARD8 * dstLine,int width) argument
|