Home | History | Annotate | Download | only in common

Lines Matching defs:fg

2629    GLubyte fg, bg;
2736 CLAMPED_FLOAT_TO_UBYTE(fg, ctx->Current.RasterColor[ACOMP]);
2737 bg = (fg > 127 ? 0 : 255);
2749 bitmap8, width, fg);