#include <gimp-print/gimp-print.h>
#include "gimp-print-internal.h"
#include <gimp-print/gimp-print-intl-internal.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
|
Definition at line 362 of file print-raw.c. |
|
Definition at line 361 of file print-raw.c. |
|
|
|
Definition at line 354 of file print-raw.c. References stp_family::printer_list, and stp_family_unregister(). |
|
Definition at line 347 of file print-raw.c. References stp_family::printer_list, and stp_family_register(). |
|
Definition at line 181 of file print-raw.c. References ink_count, ink_t::output_type, and stp_get_string_parameter(). |
|
Definition at line 174 of file print-raw.c. |
|
Definition at line 150 of file print-raw.c. References stp_get_page_height(), and stp_get_page_width(). |
|
Definition at line 163 of file print-raw.c. |
|
Definition at line 97 of file print-raw.c. References stp_parameter_list_add_param(), stp_parameter_list_create(), stp_parameter_list_t, and the_parameter_count. |
|
Definition at line 107 of file print-raw.c. References _, stp_parameter_t::bounds, stp_parameter_t::deflt, ink_count, stp_parameter_t::is_active, stp_param_string_t::name, ink_t::name, stp_parameter_t::p_type, stp_fill_parameter_settings(), STP_PARAMETER_TYPE_INVALID, stp_string_list_add_string(), stp_string_list_create(), stp_string_list_param(), and the_parameter_count. |
|
Definition at line 198 of file print-raw.c. References _, ink_count, raw_printer::output_bits, ink_t::output_channels, ink_t::rotate_channels, stp_channel_add(), stp_channel_get_input(), stp_channel_reset(), stp_color_get_row(), stp_color_init(), stp_eprintf(), stp_free(), stp_get_model_id(), stp_get_page_height(), stp_get_page_width(), stp_get_string_parameter(), stp_image_conclude(), stp_image_height(), stp_image_width(), stp_malloc(), stp_prune_inactive_options(), stp_set_float_parameter(), stp_set_string_parameter(), stp_vars_create_copy(), stp_vars_destroy(), stp_verify(), and stp_zfwrite(). |
|
Definition at line 75 of file print-raw.c. Referenced by raw_describe_output(), raw_parameters(), and raw_print(). |
|
Initial value: { { "RGB", 3, 0, "RGB" }, { "CMY", 3, 0, "CMY" }, { "KCMY", 4, 1, "CMYK" }, { "KCMY", 4, 0, "KCMY" }, { "Whitescale", 1, 0, "RGBGray" }, { "Grayscale", 1, 0, "CMYGray" }, } Definition at line 65 of file print-raw.c. |
|
Initial value: { &print_raw_printfuncs, NULL } Definition at line 339 of file print-raw.c. |
|
Initial value: { raw_list_parameters, raw_parameters, stp_default_media_size, raw_imageable_area, raw_limit, raw_print, raw_describe_resolution, raw_describe_output, stp_verify_printer_params, NULL, NULL } Definition at line 321 of file print-raw.c. |
|
Initial value: { { 16 }, { 8 }, } Definition at line 55 of file print-raw.c. |
|
Initial value: { "raw", VERSION, "RAW family driver", STP_MODULE_CLASS_FAMILY, NULL, print_raw_module_init, print_raw_module_exit, (void *) &print_raw_module_data } Definition at line 366 of file print-raw.c. |
|
Definition at line 364 of file print-raw.c. |
|
Initial value: sizeof(the_parameters) / sizeof(const stp_parameter_t) Definition at line 93 of file print-raw.c. Referenced by raw_list_parameters(), and raw_parameters(). |
|
Initial value: { { "InkType", N_("Ink Type"), N_("Advanced Printer Setup"), N_("Type of ink in the printer"), STP_PARAMETER_TYPE_STRING_LIST, STP_PARAMETER_CLASS_FEATURE, STP_PARAMETER_LEVEL_BASIC, 1, 1, -1, 1, 0 }, { "PrintingMode", N_("Printing Mode"), N_("Core Parameter"), N_("Printing Output Mode"), STP_PARAMETER_TYPE_STRING_LIST, STP_PARAMETER_CLASS_CORE, STP_PARAMETER_LEVEL_BASIC, 1, 1, -1, 1, 0 }, } Definition at line 77 of file print-raw.c. |