Home | History | Annotate | Download | only in gdi

Lines Matching refs:col

274        GLubyte col[3];
275 UNCLAMPED_FLOAT_TO_UBYTE(col[0], color.f[0]);
276 UNCLAMPED_FLOAT_TO_UBYTE(col[1], color.f[1]);
277 UNCLAMPED_FLOAT_TO_UBYTE(col[2], color.f[2]);
278 pwc->clearColorRef = RGB(col[0], col[1], col[2]);