Cargando...
j2date datetime.h
j2day datetime.h
jarDeps AQReportsInterface
JasperEngineMsgHandler FLJasperEngine.cpp
jcopy_block_row jutils.c
jdiv_round_up jutils.c
jinit_downsampler jcsample.c
jinit_forward_dct jcdctmgr.c
jinit_inverse_dct jddctmgr.c
jinit_marker_reader jdmarker.c
jinit_marker_writer jcmarker.c
jinit_memory_mgr jmemmgr.c
jinit_upsampler jdsample.c
JMETHOD
my_upsampler::JMETHOD() backing_store_struct::JMETHOD(void, read_backing_store,(j_common_ptr cinfo, backing_store_ptr info, void FAR *buffer_address, long file_offset, long byte_count)) backing_store_struct::JMETHOD(void, write_backing_store,(j_common_ptr cinfo, backing_store_ptr info, void FAR *buffer_address, long file_offset, long byte_count)) backing_store_struct::JMETHOD(void, close_backing_store,(j_common_ptr cinfo, backing_store_ptr info)) jpeg_comp_master::JMETHOD(void, prepare_for_pass,(j_compress_ptr cinfo)) jpeg_comp_master::JMETHOD(void, pass_startup,(j_compress_ptr cinfo)) jpeg_comp_master::JMETHOD(void, finish_pass,(j_compress_ptr cinfo)) jpeg_c_main_controller::JMETHOD(void, start_pass,(j_compress_ptr cinfo, J_BUF_MODE pass_mode)) jpeg_c_main_controller::JMETHOD(void, process_data,(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail)) jpeg_c_prep_controller::JMETHOD(void, start_pass,(j_compress_ptr cinfo, J_BUF_MODE pass_mode)) jpeg_c_prep_controller::JMETHOD(void, pre_process_data,(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail)) jpeg_c_coef_controller::JMETHOD(void, start_pass,(j_compress_ptr cinfo, J_BUF_MODE pass_mode)) jpeg_c_coef_controller::JMETHOD(boolean, compress_data,(j_compress_ptr cinfo, JSAMPIMAGE input_buf)) jpeg_color_converter::JMETHOD(void, start_pass,(j_compress_ptr cinfo)) jpeg_color_converter::JMETHOD(void, color_convert,(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows)) jpeg_downsampler::JMETHOD(void, start_pass,(j_compress_ptr cinfo)) jpeg_downsampler::JMETHOD(void, downsample,(j_compress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_index, JSAMPIMAGE output_buf, JDIMENSION out_row_group_index)) jpeg_forward_dct::JMETHOD(void, start_pass,(j_compress_ptr cinfo)) jpeg_forward_dct::JMETHOD(void, forward_DCT,(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks)) jpeg_entropy_encoder::JMETHOD(void, start_pass,(j_compress_ptr cinfo, boolean gather_statistics)) jpeg_entropy_encoder::JMETHOD(boolean, encode_mcu,(j_compress_ptr cinfo, JBLOCKROW *MCU_data)) jpeg_entropy_encoder::JMETHOD(void, finish_pass,(j_compress_ptr cinfo)) jpeg_marker_writer::JMETHOD(void, write_file_header,(j_compress_ptr cinfo)) jpeg_marker_writer::JMETHOD(void, write_frame_header,(j_compress_ptr cinfo)) jpeg_marker_writer::JMETHOD(void, write_scan_header,(j_compress_ptr cinfo)) jpeg_marker_writer::JMETHOD(void, write_file_trailer,(j_compress_ptr cinfo)) jpeg_marker_writer::JMETHOD(void, write_tables_only,(j_compress_ptr cinfo)) jpeg_marker_writer::JMETHOD(void, write_marker_header,(j_compress_ptr cinfo, int marker, unsigned int datalen)) jpeg_marker_writer::JMETHOD(void, write_marker_byte,(j_compress_ptr cinfo, int val)) jpeg_decomp_master::JMETHOD(void, prepare_for_output_pass,(j_decompress_ptr cinfo)) jpeg_decomp_master::JMETHOD(void, finish_output_pass,(j_decompress_ptr cinfo)) jpeg_input_controller::JMETHOD(int, consume_input,(j_decompress_ptr cinfo)) jpeg_input_controller::JMETHOD(void, reset_input_controller,(j_decompress_ptr cinfo)) jpeg_input_controller::JMETHOD(void, start_input_pass,(j_decompress_ptr cinfo)) jpeg_input_controller::JMETHOD(void, finish_input_pass,(j_decompress_ptr cinfo)) jpeg_d_main_controller::JMETHOD(void, start_pass,(j_decompress_ptr cinfo, J_BUF_MODE pass_mode)) jpeg_d_main_controller::JMETHOD(void, process_data,(j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)) jpeg_d_coef_controller::JMETHOD(void, start_input_pass,(j_decompress_ptr cinfo)) jpeg_d_coef_controller::JMETHOD(int, consume_data,(j_decompress_ptr cinfo)) jpeg_d_coef_controller::JMETHOD(void, start_output_pass,(j_decompress_ptr cinfo)) jpeg_d_coef_controller::JMETHOD(int, decompress_data,(j_decompress_ptr cinfo, JSAMPIMAGE output_buf)) jpeg_d_post_controller::JMETHOD(void, start_pass,(j_decompress_ptr cinfo, J_BUF_MODE pass_mode)) jpeg_d_post_controller::JMETHOD(void, post_process_data,(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)) jpeg_marker_reader::JMETHOD(void, reset_marker_reader,(j_decompress_ptr cinfo)) jpeg_marker_reader::JMETHOD(int, read_markers,(j_decompress_ptr cinfo)) jpeg_entropy_decoder::JMETHOD(void, start_pass,(j_decompress_ptr cinfo)) jpeg_entropy_decoder::JMETHOD(boolean, decode_mcu,(j_decompress_ptr cinfo, JBLOCKROW *MCU_data)) jpeg_inverse_dct::JMETHOD() jpeg_upsampler::JMETHOD(void, start_pass,(j_decompress_ptr cinfo)) jpeg_upsampler::JMETHOD(void, upsample,(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)) jpeg_color_deconverter::JMETHOD(void, start_pass,(j_decompress_ptr cinfo)) jpeg_color_deconverter::JMETHOD(void, color_convert,(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)) jpeg_color_quantizer::JMETHOD(void, start_pass,(j_decompress_ptr cinfo, boolean is_pre_scan)) jpeg_color_quantizer::JMETHOD(void, color_quantize,(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)) jpeg_color_quantizer::JMETHOD(void, finish_pass,(j_decompress_ptr cinfo)) jpeg_color_quantizer::JMETHOD(void, new_color_map,(j_decompress_ptr cinfo)) jpeg_error_mgr::JMETHOD(void, error_exit,(j_common_ptr cinfo)) jpeg_error_mgr::JMETHOD(void, emit_message,(j_common_ptr cinfo, int msg_level)) jpeg_error_mgr::JMETHOD(void, output_message,(j_common_ptr cinfo)) jpeg_error_mgr::JMETHOD(void, format_message,(j_common_ptr cinfo, char *buffer)) jpeg_error_mgr::JMETHOD(void, reset_error_mgr,(j_common_ptr cinfo)) jpeg_progress_mgr::JMETHOD() jpeg_destination_mgr::JMETHOD(void, init_destination,(j_compress_ptr cinfo)) jpeg_destination_mgr::JMETHOD(boolean, empty_output_buffer,(j_compress_ptr cinfo)) jpeg_destination_mgr::JMETHOD(void, term_destination,(j_compress_ptr cinfo)) jpeg_source_mgr::JMETHOD(void, init_source,(j_decompress_ptr cinfo)) jpeg_source_mgr::JMETHOD(boolean, fill_input_buffer,(j_decompress_ptr cinfo)) jpeg_source_mgr::JMETHOD(void, skip_input_data,(j_decompress_ptr cinfo, long num_bytes)) jpeg_source_mgr::JMETHOD(boolean, resync_to_restart,(j_decompress_ptr cinfo, int desired)) jpeg_source_mgr::JMETHOD(void, term_source,(j_decompress_ptr cinfo)) jpeg_memory_mgr::JMETHOD(void *, alloc_small,(j_common_ptr cinfo, int pool_id, size_t sizeofobject)) jpeg_memory_mgr::JMETHOD(void FAR *, alloc_large,(j_common_ptr cinfo, int pool_id, size_t sizeofobject)) jpeg_memory_mgr::JMETHOD(JSAMPARRAY, alloc_sarray,(j_common_ptr cinfo, int pool_id, JDIMENSION samplesperrow, JDIMENSION numrows)) jpeg_memory_mgr::JMETHOD(JBLOCKARRAY, alloc_barray,(j_common_ptr cinfo, int pool_id, JDIMENSION blocksperrow, JDIMENSION numrows)) jpeg_memory_mgr::JMETHOD(jvirt_sarray_ptr, request_virt_sarray,(j_common_ptr cinfo, int pool_id, boolean pre_zero, JDIMENSION samplesperrow, JDIMENSION numrows, JDIMENSION maxaccess)) jpeg_memory_mgr::JMETHOD(jvirt_barray_ptr, request_virt_barray,(j_common_ptr cinfo, int pool_id, boolean pre_zero, JDIMENSION blocksperrow, JDIMENSION numrows, JDIMENSION maxaccess)) jpeg_memory_mgr::JMETHOD(void, realize_virt_arrays,(j_common_ptr cinfo)) jpeg_memory_mgr::JMETHOD(JSAMPARRAY, access_virt_sarray,(j_common_ptr cinfo, jvirt_sarray_ptr ptr, JDIMENSION start_row, JDIMENSION num_rows, boolean writable)) jpeg_memory_mgr::JMETHOD(JBLOCKARRAY, access_virt_barray,(j_common_ptr cinfo, jvirt_barray_ptr ptr, JDIMENSION start_row, JDIMENSION num_rows, boolean writable)) jpeg_memory_mgr::JMETHOD(void, free_pool,(j_common_ptr cinfo, int pool_id)) jpeg_memory_mgr::JMETHOD(void, self_destruct,(j_common_ptr cinfo)) JMETHOD(void, downsample1_ptr,(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY output_data)): jcsample.c JMETHOD(void, forward_DCT_method_ptr,(DCTELEM *data)): jdct.h JMETHOD(void, float_DCT_method_ptr,(FAST_FLOAT *data)): jdct.h JMETHOD(void, upsample1_ptr,(j_decompress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY input_data, JSAMPARRAY *output_data_ptr)): jdsample.c JMETHOD(void, inverse_DCT_method_ptr,(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col)): jpegint.h JMETHOD(boolean, jpeg_marker_parser_method,(j_decompress_ptr cinfo)): jpeglib.h
joinInternal QSArrayClass
jpeg_abort jcomapi.c
jpeg_abort_compress jcapimin.c
jpeg_consume_input jdapimin.c
jpeg_CreateCompress jcapimin.c
jpeg_destroy jcomapi.c
jpeg_fdct_float jfdctflt.c
jpeg_fdct_ifast jfdctfst.c
jpeg_fdct_islow jfdctint.c
jpeg_finish_output jdapistd.c
jpeg_free_large jmemnobs.c
jpeg_free_small jmemnobs.c
jpeg_get_large jmemnobs.c
jpeg_get_small jmemnobs.c
jpeg_huff_decode jdhuff.c
jpeg_idct_1x1 jidctred.c
jpeg_idct_2x2 jidctred.c
jpeg_idct_4x4 jidctred.c
jpeg_idct_float jidctflt.c
jpeg_idct_ifast jidctfst.c
jpeg_idct_islow jidctint.c
jpeg_input_complete jdapimin.c
jpeg_mem_available jmemnobs.c
jpeg_mem_init jmemnobs.c
jpeg_mem_term jmemnobs.c
jpeg_new_colormap jdmaster.c
jpeg_read_header jdapimin.c
jpeg_read_raw_data jdapistd.c
jpeg_read_scanlines jdapistd.c
jpeg_save_markers jdmarker.c
jpeg_set_defaults jcparam.c
jpeg_set_quality jcparam.c
jpeg_start_compress jcapistd.c
jpeg_start_output jdapistd.c
jpeg_std_error jerror.c
jpeg_stdio_dest jdatadst.c
jpeg_stdio_src jdatasrc.c
jpeg_write_m_byte jcapimin.c
jpeg_write_m_header jcapimin.c
jpeg_write_marker jcapimin.c
jpeg_write_raw_data jcapistd.c
jpeg_write_tables jcapimin.c
JPEGFormat JPEGFormat
JPTextCodecs JPTextCodecs
jround_up jutils.c
jump qerrormessage.cpp
jumpTo HierarchyView
jzero_far jutils.c
Buscando...
Nada coincide