|
|
const std::string &button2, | const std::string &button2, |
const std::string &button3); | const std::string &button3); |
| |
CL_MessageBox_Generic::~CL_MessageBox_Generic(); |
~CL_MessageBox_Generic(); |
| |
void set_text(const std::string &text); | void set_text(const std::string &text); |
| |
|
|
| |
void find_eoi(void); | void find_eoi(void); |
//------------------ | //------------------ |
/*inline*/ uint jpeg_decoder::rol(uint i, uchar j); |
/*inline*/ uint rol(uint i, uchar j); |
/*inline*/ uint jpeg_decoder::get_char(void); |
/*inline*/ uint get_char(void); |
/*inline*/ uint jpeg_decoder::get_char(bool *Ppadding_flag); |
/*inline*/ uint get_char(bool *Ppadding_flag); |
/*inline*/ void jpeg_decoder::stuff_char(uchar q); |
/*inline*/ void stuff_char(uchar q); |
/*inline*/ uchar jpeg_decoder::get_octet(void); |
/*inline*/ uchar get_octet(void); |
/*inline*/ uint jpeg_decoder::get_bits_1(int num_bits); |
/*inline*/ uint get_bits_1(int num_bits); |
/*inline*/ uint jpeg_decoder::get_bits_2(int numbits); |
/*inline*/ uint get_bits_2(int numbits); |
/*inline*/ int jpeg_decoder::huff_decode(Phuff_tables_t Ph); |
/*inline*/ int huff_decode(Phuff_tables_t Ph); |
#ifdef SUPPORT_X86ASM | #ifdef SUPPORT_X86ASM |
/*inline*/ uint jpeg_decoder::huff_extend(uint i, int c); |
/*inline*/ uint huff_extend(uint i, int c); |
#endif | #endif |
/*inline*/ uchar jpeg_decoder::clamp(int i); |
/*inline*/ uchar clamp(int i); |
| |
#ifdef SUPPORT_MMX | #ifdef SUPPORT_MMX |
/*inline*/ uint jpeg_decoder::get_high_byte_mmx(void); |
/*inline*/ uint get_high_byte_mmx(void); |
/*inline*/ uint jpeg_decoder::get_high_word_mmx(void); |
/*inline*/ uint get_high_word_mmx(void); |
/*inline*/ void jpeg_decoder::get_bits_2_mmx_init(void); |
/*inline*/ void get_bits_2_mmx_init(void); |
/*inline*/ void jpeg_decoder::get_bits_2_mmx_deinit(void); |
/*inline*/ void get_bits_2_mmx_deinit(void); |
/*inline*/ uint jpeg_decoder::get_bits_2_mmx(int numbits); |
/*inline*/ uint get_bits_2_mmx(int numbits); |
/*inline*/ int jpeg_decoder::huff_decode_mmx(Phuff_tables_t Ph); |
/*inline*/ int huff_decode_mmx(Phuff_tables_t Ph); |
#endif | #endif |
//------------------ | //------------------ |
int image_x_size; | int image_x_size; |