Searched refs:bytesread (Results 1 – 2 of 2) sorted by relevance
87 std::size_t bytesread; in readppm() local109 bytesread = fread(*imgdata, 1, datasize, ifp); in readppm()113 if (bytesread != datasize) in readppm()
157 std::size_t bytesread; in readtga() local195 bytesread = fread(*imgdata, 1, imgsize, ifp); in readtga()224 if (bytesread != imgsize) in readtga()