Searched refs:tga_h (Results 1 – 1 of 1) sorted by relevance
3519 int tga_w, tga_h, tga_comp; in tga_info() local3534 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()