Searched refs:tga_data (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c3622 unsigned char *tga_data; local
3670 tga_data = MALLOC( tga_width * tga_height * req_comp );
3772 tga_data[i*req_comp+0] = compute_y(trans_data[0],trans_data[1],trans_data[2]);
3776 tga_data[i*req_comp+0] = compute_y(trans_data[0],trans_data[1],trans_data[2]);
3777 tga_data[i*req_comp+1] = trans_data[3];
3781 tga_data[i*req_comp+0] = trans_data[0];
3782 tga_data[i*req_comp+1] = trans_data[1];
3783 tga_data[i*req_comp+2] = trans_data[2];
3787 tga_data[i*req_comp+0] = trans_data[0];
3788 tga_data[
[all...]

Completed in 244 milliseconds