Home
last modified time | relevance | path

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

/dports/graphics/p5-Imager/Imager-1.012/t/200-file/
H A D330-tga.t290 my $im_read = Imager::i_readtga_wiol($IO,-1);
/dports/graphics/p5-Imager/Imager-1.012/
H A Dtga.c627 i_readtga_wiol(io_glue *ig, int length) { in i_readtga_wiol() function
H A Dimager.h255 i_img * i_readtga_wiol(io_glue *ig, int length);
H A DImager.pm1598 $self->{IMG}=i_readtga_wiol( $IO, -1 ); # Fixme, check if that length parameter is ever needed
H A DImager.xs2767 i_readtga_wiol(ig, length)
H A DChanges80 - add some FALLTHROUGH lint comments to i_readtga_wiol() where we