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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaBitmap.c277 int SecondPassColor = -1; local in function:EXPNAME
296 } else SecondPassColor = bg;
360 if(SecondPassColor != -1) {
362 fg = SecondPassColor;
363 SecondPassColor = -1;
395 int SecondPassColor = -1; local in function:EXPNAME
412 } else SecondPassColor = bg;
465 if(SecondPassColor != -1) {
466 fg = SecondPassColor;
467 SecondPassColor
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c2323 int nBox, SecondPassColor; local in function:MGAFillMono8x8PatternRectsTwoPass
2329 SecondPassColor = bg;
2331 } else SecondPassColor = -1;
2352 if(SecondPassColor != -1) {
2353 fg = SecondPassColor;
2354 SecondPassColor = -1;

Completed in 6 milliseconds