Searched refs:bytes_per_pixel (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()310 thisPtr->bytes_per_pixel = 3; in JPEG_FILE_tga_open()317 thisPtr->bytes_per_pixel = 1; in JPEG_FILE_tga_open()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()
147 MS_U32 bytes_per_pixel, bytes_per_line; member