Searched refs:_height (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 277 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag… in JPEG_FILE_tga_open() argument 293 thisPtr->height = _height; 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()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 277 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag… in JPEG_FILE_tga_open() argument 293 thisPtr->height = _height; 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()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/ |
| H A D | jpeg_cmodel_io.h | 152 MS_BOOL (*open)( const char *Pfilename, MS_U16 _width, MS_U16 _height, 172 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag…
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpeg_cmodel_io.h | 152 MS_BOOL (*open)( const char *Pfilename, MS_U16 _width, MS_U16 _height, 172 MS_BOOL JPEG_FILE_tga_open( const char *Pfilename, MS_U16 _width, MS_U16 _height, JPEG_FILE_TGAImag…
|