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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c3519 int tga_w, tga_h, tga_comp; local
3534 tga_h = get16le(s);
3535 if( tga_h < 1 ) return 0; // test height
3541 if (y) *y = tga_h;

Completed in 205 milliseconds