Home
last modified time | relevance | path

Searched refs:height_to_match (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfile.c6303 int width_to_match, height_to_match; in NeedA4() local
6308 height_to_match = (int)(117.0*PIX_PER_INCH*10.0/printMag); in NeedA4()
6309 if (onePageWidth == width_to_match && onePageHeight == height_to_match) { in NeedA4()
6313 height_to_match = (int)(29700.0*PIX_PER_MM/printMag); in NeedA4()
6314 return (onePageWidth == width_to_match && onePageHeight == height_to_match); in NeedA4()