Home | History | Annotate | Download | only in gregbook

Lines Matching refs:uch

129     (composite) = (uch)((temp + (temp >> 8)) >> 8);               \
147 static uch bg_red=0, bg_green=0, bg_blue=0;
153 static uch *image_data;
157 static uch *dib;
158 static uch *wimage_data;
408 bg_red = (uch)r;
409 bg_green = (uch)g;
410 bg_blue = (uch)b;
486 uch *dest;
499 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
581 uch *src, *dest;
582 uch r, g, b, a;