Home | History | Annotate | Download | only in gregbook

Lines Matching refs:uch

103     (composite) = (uch)((temp + (temp >> 8)) >> 8);               \
121 static uch bg_red=0, bg_green=0, bg_blue=0;
127 static uch *image_data;
131 static uch *dib;
132 static uch *wimage_data;
369 bg_red = (uch)r;
370 bg_green = (uch)g;
371 bg_blue = (uch)b;
442 uch *dest;
455 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
537 uch *src, *dest;
538 uch r, g, b, a;