Searched refs:_width (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 292 thisPtr->width = _width; 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() 324 thisPtr->bytes_per_line = _width * thisPtr->bytes_per_pixel; 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 292 thisPtr->width = _width; 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() 324 thisPtr->bytes_per_line = _width * thisPtr->bytes_per_pixel; 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…
|