• Home
  • Raw
  • Download

Lines Matching refs:_cupsStrFormatd

663       _cupsStrFormatd(density, density + sizeof(density), p->density, loc);  in write_ppd_file()
664 _cupsStrFormatd(gamma, gamma + sizeof(gamma), p->gamma, loc); in write_ppd_file()
667 _cupsStrFormatd(profile[i], profile[i] + sizeof(profile[0]), in write_ppd_file()
866 _cupsStrFormatd(left, left + sizeof(left), m->left, loc); in write_ppd_file()
867 _cupsStrFormatd(bottom, bottom + sizeof(bottom), m->bottom, loc); in write_ppd_file()
868 _cupsStrFormatd(right, right + sizeof(right), m->width - m->right, loc); in write_ppd_file()
869 _cupsStrFormatd(top, top + sizeof(top), m->length - m->top, loc); in write_ppd_file()
895 _cupsStrFormatd(width, width + sizeof(width), m->width, loc); in write_ppd_file()
896 _cupsStrFormatd(length, length + sizeof(length), m->length, loc); in write_ppd_file()
915 _cupsStrFormatd(width, width + sizeof(width), max_width, loc); in write_ppd_file()
916 _cupsStrFormatd(length, length + sizeof(length), max_length, loc); in write_ppd_file()
918 _cupsStrFormatd(left, left + sizeof(left), left_margin, loc); in write_ppd_file()
919 _cupsStrFormatd(bottom, bottom + sizeof(bottom), bottom_margin, loc); in write_ppd_file()
920 _cupsStrFormatd(right, right + sizeof(right), right_margin, loc); in write_ppd_file()
921 _cupsStrFormatd(top, top + sizeof(top), top_margin, loc); in write_ppd_file()
949 _cupsStrFormatd(width0, width0 + sizeof(width0), min_width, loc); in write_ppd_file()
950 _cupsStrFormatd(width, width + sizeof(width), max_width, loc); in write_ppd_file()
963 _cupsStrFormatd(length0, length0 + sizeof(length0), min_length, loc); in write_ppd_file()
964 _cupsStrFormatd(length, length + sizeof(length), max_length, loc); in write_ppd_file()
1036 _cupsStrFormatd(order, order + sizeof(order), o->order, loc); in write_ppd_file()