Searched refs:scrLine (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshpacked.c52 int scrBase, scrLine, scr; local in function:shadowUpdatePacked
68 scrLine = (x >> FB_SHIFT);
78 scr = scrLine;
H A Dshafb8.c94 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 Dshiplan2p4.c88 int scrLine; local in function:shadowUpdateIplan2p4
109 scrLine = (x & -16) / 2;
110 shaLine = (CARD16 *)shaBase + y * shaStride + scrLine / sizeof(CARD16);
118 scrLine,
H A Dshiplan2p8.c89 int scrLine; local in function:shadowUpdateIplan2p8
110 scrLine = x & -16;
111 shaLine = (CARD16 *)shaBase + y * shaStride + scrLine / sizeof(CARD16);
119 scrLine,
H A Dshafb4.c90 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 Dshplanar.c98 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4
120 scrLine = (x >> PL_SHIFT);
126 scr = scrLine;
H A Dshplanar8.c102 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4x8
122 scrLine = (x >> PL_SHIFT);
128 scr = scrLine;
H A Dshrotpack.h106 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 Dshpacked.c53 int scrBase, scrLine, scr; local in function:shadowUpdatePacked
69 scrLine = (x >> FB_SHIFT);
80 scr = scrLine;
H A Dshplanar.c99 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4
121 scrLine = (x >> PL_SHIFT);
129 scr = scrLine;
H A Dshplanar8.c103 int scrBase, scrLine, scr; local in function:shadowUpdatePlanar4x8
123 scrLine = (x >> PL_SHIFT);
131 scr = scrLine;
H A Dshrotpack.h107 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 Dwsfb_driver.c1799 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;

Completed in 16 milliseconds