| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| H A D | shpacked.c | 52 int scrBase, scrLine, scr; local in function:shadowUpdatePacked 68 scrLine = (x >> FB_SHIFT); 78 scr = scrLine;
|
| H A D | shafb8.c | 94 int scrLine; local in function:shadowUpdateAfb8 116 scrLine = x & -32; 117 shaLine = (CARD32 *)shaBase + y * shaStride + scrLine / sizeof(CARD32); 119 off = scrLine / 8; /* byte offset in bitplane scanline */
|
| H A D | shiplan2p4.c | 88 int scrLine; local in function:shadowUpdateIplan2p4 109 scrLine = (x & -16) / 2; 110 shaLine = (CARD16 *)shaBase + y * shaStride + scrLine / sizeof(CARD16); 118 scrLine,
|
| H A D | shiplan2p8.c | 89 int scrLine; local in function:shadowUpdateIplan2p8 110 scrLine = x & -16; 111 shaLine = (CARD16 *)shaBase + y * shaStride + scrLine / sizeof(CARD16); 119 scrLine,
|
| H A D | shafb4.c | 90 int scrLine; local in function:shadowUpdateAfb4 112 scrLine = (x & -32) / 2; 113 shaLine = (CARD32 *)shaBase + y * shaStride + scrLine / sizeof(CARD32); 115 off = scrLine / 4; /* byte offset in bitplane scanline */ 154 int scrLine; local in function:shadowUpdateAfb4x8 173 scrLine = x & -32; 174 shaLine = (CARD32 *)shaBase + y * shaStride + scrLine / sizeof(CARD32); 176 off = scrLine / 8; /* byte offset in bitplane scanline */
|
| H A D | shplanar.c | 98 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4 120 scrLine = (x >> PL_SHIFT); 126 scr = scrLine;
|
| H A D | shplanar8.c | 102 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4x8 122 scrLine = (x >> PL_SHIFT); 128 scr = scrLine;
|
| H A D | shrotpack.h | 106 int scrBase, scrLine, scr; local in function:FUNC 134 scrLine = SCRLEFT(x, y, w, h); 141 scr = scrLine;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/shadow/ |
| H A D | shpacked.c | 53 int scrBase, scrLine, scr; local in function:shadowUpdatePacked 69 scrLine = (x >> FB_SHIFT); 80 scr = scrLine;
|
| H A D | shplanar.c | 99 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4 121 scrLine = (x >> PL_SHIFT); 129 scr = scrLine;
|
| H A D | shplanar8.c | 103 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4x8 123 scrLine = (x >> PL_SHIFT); 131 scr = scrLine;
|
| H A D | shrotpack.h | 107 int scrBase, scrLine, scr; local in function:FUNC 131 scrLine = SCRLEFT(x,y,w,h); 139 scr = scrLine;
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | wsfb_driver.c | 1799 int scrBase, scrLine, scr; local in function:WsfbShadowUpdateRGB16ToYUY2 1815 scrLine = (x >> FB_SHIFT); 1826 scr = scrLine; 1889 int scrBase, scrLine, scr; local in function:WsfbShadowUpdateSwap32 1905 scrLine = (x >> FB_SHIFT); 1916 scr = scrLine; 1961 int scrBase, scrLine, scr; local in function:WsfbShadowUpdateSplit 1978 scrLine = (x >> FB_SHIFT); 1989 scr = scrLine;
|