Searched refs:fYDPI (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJobConfiguration.cpp18 fYDPI(600)
H A DGPJobConfiguration.h30 int fYDPI; member in class:GPJobConfiguration
H A DGPJob.cpp22 fYDPI(0)
29 fYDPI = y;
35 toY = fromY * kGutenprintUnit / fYDPI;
42 toY = (fromY * kGutenprintUnit + fYDPI - 1) / fYDPI;
48 toY = (int32)(fromY * fYDPI / kGutenprintUnit);
54 toY = (int32)((fromY * fYDPI + kGutenprintUnit - 1) / kGutenprintUnit);
60 toHeight = (int32)(fromHeight * fYDPI / kGutenprintUnit);
72 double fYDPI; member in class:CoordinateSystem
259 coordinateSystem.SetDPI(fConfiguration->fXDPI, fConfiguration->fYDPI);
[all...]
H A DGPDriver.cpp59 fConfiguration.fYDPI = GetJobData()->GetYres();

Completed in 67 milliseconds