Searched refs:tga_header (Results 1 – 2 of 2) sorted by relevance
279 MS_U8 tga_header[18]; in JPEG_FILE_tga_open() local296 memset( tga_header, 0, sizeof( tga_header ) ); in JPEG_FILE_tga_open()298 tga_header[12] = ( MS_U8 )( _width & 0xFF ); in JPEG_FILE_tga_open()299 tga_header[13] = ( MS_U8 )( ( _width >> 8 ) & 0xFF ); in JPEG_FILE_tga_open()300 tga_header[14] = ( MS_U8 )( _height & 0xFF ); in JPEG_FILE_tga_open()301 tga_header[15] = ( MS_U8 )( ( _height >> 8 ) & 0xFF ); in JPEG_FILE_tga_open()302 tga_header[17] = backwards_flag ? 0x00 : 0x20; in JPEG_FILE_tga_open()308 tga_header[2] = 2; in JPEG_FILE_tga_open()309 tga_header[16] = 24; in JPEG_FILE_tga_open()315 tga_header[2] = 3; in JPEG_FILE_tga_open()[all …]