Searched refs:skipleft (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaBitmap.c37 int count, int skipleft )
61 int count, int skipleft )
86 int count, int skipleft )
91 bits = SHIFT_R(*src,skipleft) | SHIFT_L(*(src + 1),(32 - skipleft));
97 bits = SHIFT_R(*src,skipleft) | SHIFT_L(*(src + 1),(32 - skipleft));
100 bits = SHIFT_R(*src,skipleft) | SHIFT_L(*(src + 1),(32 - skipleft));
110 int count, int skipleft )
35 BitmapScanline(CARD32 * src,CARD32 * base,int count,int skipleft) argument
59 BitmapScanline_Inverted(CARD32 * src,CARD32 * base,int count,int skipleft) argument
84 BitmapScanline_Shifted(CARD32 * src,CARD32 * base,int count,int skipleft) argument
108 BitmapScanline_Shifted_Inverted(CARD32 * src,CARD32 * base,int count,int skipleft) argument
136 BitmapScanline(CARD32 * src,CARD32 * dest,int count,int skipleft) argument
162 BitmapScanline_Inverted(CARD32 * src,CARD32 * dest,int count,int skipleft) argument
189 BitmapScanline_Shifted(CARD32 * bits,CARD32 * base,int count,int skipleft) argument
203 BitmapScanline_Shifted_Inverted(CARD32 * bits,CARD32 * base,int count,int skipleft) argument
217 BitmapScanline_Shifted_Careful(CARD32 * bits,CARD32 * base,int count,int skipleft) argument
234 BitmapScanline_Shifted_Inverted_Careful(CARD32 * bits,CARD32 * base,int count,int skipleft) argument
[all...]
H A DxaaNonTEGlyph.c48 int y, int h, int skipleft, int startline,
73 base = NonTEGlyphFunc(base, glyphp, startline++, wText, skipleft);
77 NonTEGlyphFunc(base, glyphp, startline++, wText, skipleft);
101 int y, int h, int skipleft, int startline,
117 NonTEGlyphFunc(base, glyphp, startline++, wText, skipleft);
139 int line, int TotalWidth, int skipleft )
144 if(skipleft) {
146 bits = SHIFT_R(glyphp->bitsp[line], skipleft);
147 shift -= skipleft;
136 NonTEGlyphFunc(CARD32 * base,NonTEGlyphInfo * glyphp,int line,int TotalWidth,int skipleft) argument
H A DxaaImage.c187 int dwords, skipleft, Bpp; local in function:XAAWritePixmap
200 if((skipleft = (long)src & 0x03L)) {
202 skipleft = 0;
208 skipleft = 4 - skipleft;
210 skipleft /= Bpp;
212 if((x < skipleft) && !(infoRec->ImageWriteFlags &
214 skipleft = 0;
219 x -= skipleft;
220 w += skipleft;
320 int dwords, skipleft, bufferNo = 0, Bpp = bpp >> 3; local in function:XAAWritePixmapScanline
[all...]
H A DxaaFillRect.c601 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h; local in function:XAAFillCacheBltRects
618 w = width; skipleft = phaseX; x = pBox->x1;
623 blit_w = pCache->w - skipleft;
626 pCache->x + skipleft, pCache->y + phaseY,
631 skipleft = (skipleft + blit_w) % pCache->orig_w;
637 skipleft -= phaseX;
638 if (skipleft < 0) skipleft += pCache->orig_w;
639 blit_w = x - pBox->x1 - skipleft;
723 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h; local in function:XAAFillCacheExpandRects
793 int skipleft, bytes, line, sline; local in function:WriteColumnScanlines
898 int skipleft, dwords; local in function:WriteColumn
[all...]
H A DxaaTEGlyph.c149 int x, int y, int w, int h, int skipleft, int startline,
168 if(skipleft &&
171 (skipleft > x)))) {
175 int width = glyphWidth - skipleft;
185 register CARD32 tmp = SHIFT_R(glyphs[0][line++],skipleft);
198 skipleft = 0; /* nicely aligned again */
201 w += skipleft;
202 x -= skipleft;
206 pScrn, x, y, w, h, skipleft);
245 int x, int y, int w, int h, int skipleft, in
[all...]
H A Dxaalocal.h271 int skipleft,
283 int skipleft,
295 int skipleft,
307 int skipleft,
319 int skipleft,
331 int skipleft,
343 int skipleft,
355 int skipleft,
368 int skipleft,
380 int skipleft,
[all...]
H A DxaaFillPoly.c576 int x, phaseY, phaseX, skipleft, w, blit_w, blit_h; local in function:CacheExpandRectHelper
588 w = Width; skipleft = phaseX; x = X;
593 blit_w = cacheWidth - skipleft;
597 pCache->x, pCache->y + phaseY, skipleft);
601 skipleft = (skipleft + blit_w) % pCache->orig_w;
625 int x, phaseY, phaseX, skipleft, w, blit_w, blit_h; local in function:CacheBltRectHelper
633 w = Width; skipleft = phaseX; x = X;
638 blit_w = pCache->w - skipleft;
641 pCache->x + skipleft, pCach
[all...]
H A DxaaNonTEText.c553 int x1, x2, y1, y2, i, w, h, skipleft, skiptop; local in function:XAANonTEGlyphRenderer
571 skipleft = pbox->x1 - x1;
573 } else skipleft = 0;
581 if(skipleft) {
582 src += (skipleft >> 5) << 2;
583 skipleft &= 31;
587 glyphs->srcwidth, skipleft, fg, -1, rop, planemask);
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c51 unsigned char *src, int srcwidth, int skipleft,
54 int skipleft, int startline,
65 static void A(SubsequentCPUToScreenColorExpandFill)(ScrnInfoPtr pScrn, int x, int y, int w, int h, int skipleft);
74 int w, int h, int skipleft);
381 unsigned char *src, int srcwidth, int skipleft,
403 w += skipleft;
404 x -= skipleft;
417 if (skipleft || w != wr) {
420 SETCLIP_LEFTTOP(x + skipleft, y);
688 int skipleft, in
1178 int dwords, skipleft, Bpp = bpp >> 3; local in function:A
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_accel.c98 unsigned char *src, int srcwidth, int skipleft,
130 int y, int w, int h, int skipleft);
785 int skipleft
820 int skipleft,
834 w += skipleft;
835 x -= skipleft;
838 Permedia2SetClippingRectangle(pScrn,x+skipleft,y,x+w,y+h);
938 int skipleft, dwords, count; local in function:Permedia2WritePixmap8bpp
961 skipleft = 0;
963 if((skipleft
782 Permedia2SubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
816 Permedia2WriteBitmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * src,int srcwidth,int skipleft,int fg,int bg,int rop,unsigned int planemask) argument
1105 int skipleft, dwords, count; local in function:Permedia2WritePixmap16bpp
1272 int skipleft, dwords, count; local in function:Permedia2WritePixmap32bpp
[all...]
H A Dpm_accel.c76 int y, int w, int h, int skipleft);
79 unsigned char *src, int srcwidth, int skipleft,
546 int skipleft,
559 w += skipleft;
560 x -= skipleft;
563 PermediaSetClippingRectangle(pScrn, x+skipleft, y, x+w, y+h);
671 int skipleft
678 PermediaSetClippingRectangle(pScrn, x+skipleft, y, x+w, y+h);
765 int skipleft;
767 if((skipleft
542 PermediaWriteBitmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * src,int srcwidth,int skipleft,int fg,int bg,int rop,unsigned int planemask) argument
668 PermediaSubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
[all...]
H A Dpm3_accel.c98 int y, int w, int h, int skipleft);
104 int x, int y, int w, int h, int skipleft);
112 unsigned char *src, int srcwidth, int skipleft,
868 int skipleft
879 GLINT_WRITE_REG(((y&0x0fff)<<16)|((x+skipleft)&0x0fff), ScissorMinXY);
961 int x, int y, int w, int h, int skipleft)
969 GLINT_WRITE_REG(((y&0x0fff)<<16)|((x+skipleft)&0x0fff), ScissorMinXY);
1058 int skipleft = (long)src & 0x03L; local in function:Permedia3WritePixmap
1064 if (skipleft) {
1070 skipleft /
865 Permedia3SubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
960 Permedia3SubsequentScanlineImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
1136 Permedia3WriteBitmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * src,int srcwidth,int skipleft,int fg,int bg,int rop,unsigned int planemask) argument
[all...]
H A Dsx_accel.c71 int skipleft, int fg, int bg, int rop,
80 int y, int w, int h, int skipleft);
466 int skipleft
591 int skipleft,
604 w += skipleft;
605 x -= skipleft;
608 SXSetClippingRectangle(pScrn,x+skipleft, y, x+w, y+h);
719 int count,dwords, skipleft, Bpp = bpp >> 3;
721 if((skipleft = (long)src & 0x03L)) {
722 skipleft /
[all...]
H A Dtx_accel.c71 int skipleft, int fg, int bg, int rop,
83 int y, int w, int h, int skipleft);
525 int skipleft
665 int skipleft,
678 w += skipleft;
679 x -= skipleft;
682 TXSetClippingRectangle(pScrn,x+skipleft, y, x+w, y+h);
793 int count,dwords, skipleft, Bpp = bpp >> 3; local in function:TXWritePixmap
795 if((skipleft = (long)src & 0x03L)) {
796 skipleft /
522 TXSubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
661 TXWriteBitmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * src,int srcwidth,int skipleft,int fg,int bg,int rop,unsigned int planemask) argument
[all...]
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_2090.c96 int skipleft);
336 int skipleft)
345 nAcl->CPUToScreenColorExpandFill_skipleft = skipleft;
348 OUTREG(NEOREG_SRCBITOFF, skipleft);
333 Neo2093SubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
H A Dneo_2097.c81 int skipleft);
99 int x, int y, int w, int h, int skipleft);
401 int skipleft)
416 OUTREG(NEOREG_CLIPLT, (y << 16) | (x + skipleft));
534 int skipleft
398 Neo2097SubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
531 Neo2097SubsequentScanlineImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_xaa.c448 int h, int skipleft)
453 DEBUG("x=%d y=%d w=%d h=%d skipleft=%d\n", x, y, w, h, skipleft);
458 skipleft *= 3;
465 if (skipleft) {
468 | (x + skipleft) | 0x2000);
693 int skipleft)
698 DEBUG("x=%d y=%d w=%d h=%d skipleft=%d\n", x, y, w, h, skipleft);
703 skipleft *
447 SMI_SubsequentCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
692 SMI_SubsequentImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
[all...]
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_accel.c192 if (pNewport->skipleft > pNewport->clipsx)
194 smask0x = ((pNewport->skipleft & 0xFFFF) << 16) | (pNewport->clipex & 0xFFFF);
409 pNewport->skipleft = 0;
520 pNewport->skipleft = 0;
576 pNewport->skipleft = 0;
641 pNewport->skipleft = 0;
755 int skipleft)
768 if (skipleft)
770 pNewport->skipleft = x + skipleft;
750 NewportXAASubsequentCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
823 NewportXAASubsequentImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
[all...]
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_xaa.c475 int skipleft
486 NVDmaNext (pNv, (y << 16) | ((x + skipleft) & 0xFFFF));
494 NVDmaNext (pNv, (y << 16) | ((x + skipleft) & 0xFFFF));
551 int skipleft
558 _image_size = (1 << 16) | (w - skipleft);
559 _image_srcpoint = skipleft;
560 _image_dstpoint = (y << 16) | (x + skipleft);
471 NVSubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
547 NVSubsequentScanlineImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
H A Dg80_xaa.c297 int skipleft
306 G80SetClip(pNv, x + skipleft, y, w - skipleft, h);
372 int skipleft
381 G80SetClip(pNv, x + skipleft, y, w - skipleft, h);
293 G80SubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
368 G80SubsequentScanlineImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_xaa.c107 int skipleft);
144 int skipleft);
701 int skipleft)
705 if (skipleft)
707 x + skipleft, y,
712 (skipleft ? 1 : 0));
847 int skipleft)
851 if (skipleft)
853 x + skipleft, y,
858 (skipleft
698 BladeSubsequentCPUToScreenColorExpand(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
844 BladeSubsequentImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
[all...]
H A Dimage_xaa.c114 int skipleft);
126 int skipleft);
705 int skipleft
708 ImageSetClippingRectangle(pScrn,(x + skipleft), y,
757 int skipleft)
761 (x + skipleft), y,
702 ImageSubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
754 ImageSubsequentScanlineImageWriteRect(ScrnInfoPtr pScrn,int x,int y,int w,int h,int skipleft) argument
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_accel.c508 int skipleft,
521 w += skipleft;
522 x -= skipleft;
525 SXSetClippingRectangle(pScrn,x+skipleft, y, x+w, y+h);
636 int count,dwords, skipleft, Bpp = bpp >> 3;
638 if((skipleft = (long)src & 0x03L)) {
639 skipleft /= Bpp;
641 x -= skipleft;
642 w += skipleft;
657 SXSetClippingRectangle(pScrn,x+skipleft,
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c251 int skipleft);
261 int x, int y, int w, int h, int skipleft);
267 int skipleft);
299 int skipleft);
307 int skipleft);
312 int x, int y, int w, int h, int skipleft);
703 int x, int y, int w, int h, int skipleft)
769 int x, int y, int w, int h, int skipleft)
913 int skipleft)
1362 int skipleft)
702 GX2SubsequentImageWriteRect(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,int skipleft) argument
768 GX2SubsequentScanlineImageWriteRect(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,int skipleft) argument
911 GX2SubsequentCPUToScreenColorExpandFill(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,int skipleft) argument
1360 OPTGX2SubsequentCPUToScreenColorExpandFill(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,int skipleft) argument
1610 OPTGX2SubsequentImageWriteRect(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,int skipleft) argument
1667 OPTGX2SubsequentScanlineImageWriteRect(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,int skipleft) argument
[all...]
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c113 int x, int y, int w, int h, int skipleft);
124 int srcx, int srcy, int skipleft);
143 int x, int y, int w, int h, int skipleft);
994 int x, int y, int w, int h, int skipleft)
1001 destaddr = (y * pScrn->displayWidth + x + skipleft) *
1006 w = (w - skipleft) * cAcl->BytesPerPixel;
1010 ctSETMONOCTL(ctDWORDALIGN | ctCLIPLEFT(skipleft));
1213 int srcx, int srcy, int skipleft)
1222 + ((skipleft & ~0x3F) >> 3);
1229 + ((skipleft
1561 int skipleft; local in function:CTNAME
[all...]

Completed in 27 milliseconds

123