Searched refs:DeltaX (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c204 extern int DeltaX, DeltaY;
206 int DeltaX, DeltaY; variable in typeref:typename:int
859 DeltaX = startAddress & (pGeode->Pitch - 1);
860 DeltaX /= (pScrn->bitsPerPixel >> 3);
869 display.x1 = DeltaX;
870 display.x2 = DeltaX + pGeode->FPBX;
875 x = ovly.x1 - DeltaX;
876 xend = ovly.x2 - DeltaX;
H A Dnsc_gx1_video.c208 extern int DeltaX, DeltaY;
210 int DeltaX, DeltaY; variable in typeref:typename:int
908 DeltaX = startAddress & (pGeode->Pitch - 1);
909 DeltaX /= (pScrn->bitsPerPixel >> 3);
918 display.x1 = DeltaX;
919 display.x2 = DeltaX + pGeode->FPBX;
926 x = ovly.x1 - DeltaX;
927 xend = ovly.x2 - DeltaX;
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu2.c385 DeltaX = 0;
1855 if (x >= DeltaX && x < ((int)PanelWidth + DeltaX) &&
1863 if (x < DeltaX)
1864 DeltaX = x;
1866 else if (x >= (DeltaX + (int)PanelWidth))
1867 DeltaX = x - (int)PanelWidth + 1;
1878 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1886 panelLeft = DeltaX * modeBytesPerPixel;
H A Ddisp_gu1.c1739 if (x >= DeltaX && (unsigned short)x < (PanelWidth + DeltaX) &&
1747 if (x < DeltaX)
1748 DeltaX = x;
1750 else if ((unsigned short)x >= (DeltaX + PanelWidth))
1751 DeltaX = x - PanelWidth + 1;
1762 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1770 panelLeft = DeltaX * modeBytesPerPixel;
H A Dgfx_disp.c205 int DeltaX = 0; variable in typeref:typename:int
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu2.c155 DeltaX = 0;
1557 if (x >= DeltaX && x < ((int) PanelWidth + DeltaX) &&
1565 if (x < DeltaX)
1566 DeltaX = x;
1568 else if (x >= (DeltaX + (int) PanelWidth))
1569 DeltaX = x - (int) PanelWidth + 1;
1580 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1588 panelLeft = DeltaX * modeBytesPerPixel;
H A Ddisp_gu1.c1446 if (x >= DeltaX && (unsigned short) x < (PanelWidth + DeltaX) &&
1453 if (x < DeltaX)
1454 DeltaX = x;
1455 else if ((unsigned short) x >= (DeltaX + PanelWidth))
1456 DeltaX = x - PanelWidth + 1;
1465 (DeltaX * modeBytesPerPixel) + (DeltaY * modeBytesPerScanline);
1472 panelLeft = DeltaX * modeBytesPerPixel;
H A Dgfx_disp.c98 int DeltaX = 0; variable in typeref:typename:int
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c117 extern int DeltaX, DeltaY;
823 DeltaX = startAddress & (pGeode->Pitch - 1);
824 DeltaX /= (pScrni->bitsPerPixel >> 3);
835 display.x1 = DeltaX;
836 display.x2 = DeltaX + pGeode->FPBX;
841 x = ovly.x1 - DeltaX;
842 xend = ovly.x2 - DeltaX;

Completed in 26 milliseconds