Lines Matching full:uch
109 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
129 static uch bg_red=0, bg_green=0, bg_blue=0;
135 static uch *image_data;
357 bg_red = (uch)r;
358 bg_green = (uch)g;
359 bg_blue = (uch)b;
431 uch *xdata;
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
688 uch *src;
690 uch r, g, b, a;