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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c3618 int tga_height = get16le(s); local
3642 (tga_width < 1) || (tga_height < 1) ||
3659 *y = tga_height;
3670 tga_data = MALLOC( tga_width * tga_height * req_comp );
3686 for (i=0; i < tga_width * tga_height; ++i)
3799 for (j = 0; j*2 < tga_height; ++j)
3802 int index2 = (tga_height - 1 - j) * tga_width * req_comp;

Completed in 183 milliseconds