Searched refs:bytes_per_line (Results 1 – 4 of 4) sorted by relevance
268 thisPtr->width = thisPtr->height = thisPtr->bytes_per_pixel = thisPtr->bytes_per_line = 0; in JPEG_FILE_tga_constructor()324 thisPtr->bytes_per_line = _width * thisPtr->bytes_per_pixel; in JPEG_FILE_tga_open()336 thisPtr->width = thisPtr->height = thisPtr->bytes_per_pixel = thisPtr->bytes_per_line = 0; in JPEG_FILE_tga_close()358 if ( fwrite( Pscan_line, thisPtr->bytes_per_line, 1, thisPtr->Pfile ) != 1 ) in JPEG_FILE_tga_writeline()
147 MS_U32 bytes_per_pixel, bytes_per_line; member