Home
last modified time | relevance | path

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

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