Searched refs:pagex (Results 1 – 1 of 1) sorted by relevance
432 unsigned int pagex, pagey; in pspdf_alloc() local466 pagex = 216; in pspdf_alloc()478 pagex = 297; in pspdf_alloc()481 pagex = 210; in pspdf_alloc()484 pagex = 148; in pspdf_alloc()487 pagex = 216; in pspdf_alloc()489 } else if (2 != sscanf(pp, "%ux%u", &pagex, &pagey)) in pspdf_alloc()502 pagex = PNT2AFM(p, ((double)pagex * 2.834)); in pspdf_alloc()508 (size_t)((double)pagex / 9.0); in pspdf_alloc()516 p->ps->width = (size_t)pagex; in pspdf_alloc()[all …]