• Home
  • Raw
  • Download

Lines Matching refs:driver

38   ppdcDriver	*driver;		// Driver  in import_ppd()  local
60 if ((driver = find_driver(ppd->pcfilename)) == NULL) in import_ppd()
69 driver = new ppdcDriver(); in import_ppd()
70 driver->type = PPDC_DRIVER_PS; in import_ppd()
72 drivers->add(driver); in import_ppd()
86 driver->add_copyright(ptr); in import_ppd()
105 driver->add_attr(new ppdcAttr("NickName", NULL, NULL, ppd->nickname)); in import_ppd()
108 driver->add_attr(new ppdcAttr("ShortNickName", NULL, NULL, in import_ppd()
111 driver->manufacturer = new ppdcString(ppd->manufacturer); in import_ppd()
112 driver->model_name = new ppdcString(ptr); in import_ppd()
113 driver->pc_file_name = new ppdcString(ppd->pcfilename); in import_ppd()
115 driver->version = new ppdcString(attr ? attr->value : NULL); in import_ppd()
116 driver->model_number = ppd->model_number; in import_ppd()
117 driver->manual_copies = ppd->manual_copies; in import_ppd()
118 driver->color_device = ppd->color_device; in import_ppd()
119 driver->throughput = ppd->throughput; in import_ppd()
120 driver->variable_paper_size = ppd->variable_sizes; in import_ppd()
121 driver->max_width = ppd->custom_max[0]; in import_ppd()
122 driver->max_length = ppd->custom_max[1]; in import_ppd()
123 driver->min_width = ppd->custom_min[0]; in import_ppd()
124 driver->min_length = ppd->custom_min[1]; in import_ppd()
125 driver->left_margin = ppd->custom_margins[0]; in import_ppd()
126 driver->bottom_margin = ppd->custom_margins[1]; in import_ppd()
127 driver->right_margin = ppd->custom_margins[2]; in import_ppd()
128 driver->top_margin = ppd->custom_margins[3]; in import_ppd()
145 driver->add_filter(filter); in import_ppd()
149 driver->default_font = new ppdcString(attr ? attr->value : NULL); in import_ppd()
177 driver->add_size(csize); in import_ppd()
180 driver->set_default_size(csize); in import_ppd()
187 driver->add_group(cgroup); in import_ppd()
233 driver->add_constraint(cconstraint); in import_ppd()
265 driver->add_font(font); in import_ppd()
269 driver->set_custom_size_code(attr->value); in import_ppd()
309 driver->add_attr(new ppdcAttr(attr->name, attr->spec, attr->text, in import_ppd()
320 driver->add_attr(new ppdcAttr(attr->name, attr->spec, attr->text, in import_ppd()