fYDPI
fConfiguration.fYDPI = GetJobData()->GetYres();
coordinateSystem.SetDPI(fConfiguration->fXDPI, fConfiguration->fYDPI);
fYDPI = y;
toY = fromY * kGutenprintUnit / fYDPI;
toY = (fromY * kGutenprintUnit + fYDPI - 1) / fYDPI;
toY = (int32)(fromY * fYDPI / kGutenprintUnit);
toY = (int32)((fromY * fYDPI + kGutenprintUnit - 1) / kGutenprintUnit);
toHeight = (int32)(fromHeight * fYDPI / kGutenprintUnit);
double fYDPI;
int fYDPI;