Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:fPlateWidth

194 		FX_FLOAT fPlateWidth,fPlateHeight;

197 fPlateWidth = rcPlate.right - rcPlate.left;
218 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
222 if (fPlateWidth < fImageWidth)
223 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
228 if (fPlateWidth > fImageWidth)
229 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
264 FX_FLOAT fPlateWidth,fPlateHeight;
266 fPlateWidth = rcPlate.right - rcPlate.left;
269 x = (fPlateWidth - fImageFactWidth) * fLeft;