Searched refs:pwLineEnd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpixmap.c147 FbBits *pwLineEnd; local in function:fbPixmapToRegion
186 pwLineEnd = pw + (width >> FB_SHIFT);
187 for (base = 0; pw < pwLineEnd; base += FB_UNIT)
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpixmap.c137 FbBits *pwLineEnd; local in function:fbPixmapToRegion
174 pwLineEnd = pw + (width >> FB_SHIFT);
175 for (base = 0; pw < pwLineEnd; base += FB_UNIT) {

Completed in 2 milliseconds