Lines Matching defs:pScrni
196 * pScrni ScrnInfoPtr pointer to Screeen info
201 GXAccelSync(ScrnInfoPtr pScrni)
221 * pScrni ScrnInfoPtr pointer to Screeen info
229 GXSetupForSolidFill(ScrnInfoPtr pScrni,
261 * pScrni ScrnInfoPtr pointer to Screeen info
277 GXSubsequentSolidFillRect(ScrnInfoPtr pScrni, int x, int y, int w, int h)
307 * pScrni ScrnInfoPtr pointer to Screeen info
321 GXSetupForColor8x8PatternFill(ScrnInfoPtr pScrni, int patx, int paty, int rop,
324 GeodeRec *pGeode = GEODEPTR(pScrni);
348 * pScrni ScrnInfoPtr pointer to Screeen info
364 GXSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty,
388 * pScrni ScrnInfoPtr pointer to Screeen info
402 GXSetupForMono8x8PatternFill(ScrnInfoPtr pScrni, int patx, int paty,
440 * pScrni ScrnInfoPtr pointer to Screeen info
456 GXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty,
488 * pScrni ScrnInfoPtr pointer to Screeen info
498 GXSetupForScreenToScreenCopy(ScrnInfoPtr pScrni, int xdir, int ydir, int rop,
506 GeodeRec *pGeode = GEODEPTR(pScrni);
543 * pScrni ScrnInfoPtr pointer to Screeen info
559 GXSubsequentScreenToScreenCopy(ScrnInfoPtr pScrni,
578 GeodeRec *pGeode = GEODEPTR(pScrni);
619 * pScrni ScrnInfoPtr pointer to Screeen info
633 GXSetupForScanlineImageWrite(ScrnInfoPtr pScrni, int rop, uint planemask,
636 GeodeRec *pGeode = GEODEPTR(pScrni);
659 * pScrni ScrnInfoPtr pointer to Screeen info
669 GXSubsequentScanlineImageWriteRect(ScrnInfoPtr pScrni,
680 GXAccelSync(pScrni);
691 * pScrni ScrnInfoPtr pointer to Screeen info
703 GXSubsequentImageWriteScanline(ScrnInfoPtr pScrni, int bufno)
705 GeodeRec *pGeode = GEODEPTR(pScrni);
737 GXAccelSync(pScrni);
760 * pScrni ScrnInfoPtr pointer to Screeen info
770 GXSetupForScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrni,
774 GeodeRec *pGeode = GEODEPTR(pScrni);
814 * pScrni ScrnInfoPtr pointer to Screeen info
824 GXSubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrni,
842 GeodeRec *pGeode = GEODEPTR(pScrni);
858 * pScrni ScrnInfoPtr pointer to Screeen info
865 GXSubsequentColorExpandScanline(ScrnInfoPtr pScrni, int bufno)
867 GeodeRec *pGeode = GEODEPTR(pScrni);
942 * pScrni ScrnInfoPtr pointer to Screeen info
952 GXSetupForScreenToScreenColorExpandFill(ScrnInfoPtr pScrni, int fg, int bg,
960 GeodeRec *pGeode = GEODEPTR(pScrni);
994 * pScrni ScrnInfoPtr pointer to Screeen info
1005 GXSubsequentScreenToScreenColorExpandFill(ScrnInfoPtr pScrni,
1063 * pScrni ScrnInfoPtr pointer to Screeen info
1071 GXSetupForSolidLine(ScrnInfoPtr pScrni, int color, int rop, uint planemask)
1103 * pScrni ScrnInfoPtr pointer to Screeen info
1121 GXSubsequentSolidBresenhamLine(ScrnInfoPtr pScrni, int x1, int y1,
1158 * pScrni ScrnInfoPtr pointer to Screeen info
1168 GXSubsequentSolidTwoPointLine(ScrnInfoPtr pScrni, int x0, int y0,
1202 bias = miGetZeroLineBias(pScrni->pScreen);
1230 * pScrni ScrnInfoPtr pointer to Screeen info
1243 GXSubsequentSolidHorVertLine(ScrnInfoPtr pScrni, int x, int y, int len, int dir)
1274 * pScrni ScrnInfoPtr pointer to Screeen info
1322 * pScrni: Screen handler pointer having screen information.
1343 GXSubsequentDashedBresenhamLine(ScrnInfoPtr pScrni,
1376 * pScrni ScrnInfoPtr pointer to Screeen info
1387 GXSubsequentDashedTwoPointLine(ScrnInfoPtr pScrni, int x0, int y0,
1429 bias = miGetZeroLineBias(pScrni->pScreen);
1442 GXWritePixmap(ScrnInfoPtr pScrni, int x, int y, int w, int h,
1446 GeodeRec *pGeode = GEODEPTR(pScrni);
1451 if (bpp == pScrni->bitsPerPixel) {
1472 pGeode->WritePixmap(pScrni, x, y, w, h, src, srcwidth, rop, planemask,
1912 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn);
1913 GeodeRec *pGeode = GEODEPTR(pScrni);
1919 gu2_xshift = pScrni->bitsPerPixel >> 4;
1942 BPP = amd_gx_BppToRasterMode(pScrni->bitsPerPixel);