Lines Matching refs:fPlateWidth
158 FX_FLOAT fPlateWidth, fPlateHeight;
161 fPlateWidth = rcPlate.right - rcPlate.left;
171 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
175 if (fPlateWidth < fImageWidth)
176 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
181 if (fPlateWidth > fImageWidth)
182 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
215 FX_FLOAT fPlateWidth, fPlateHeight;
217 fPlateWidth = rcPlate.right - rcPlate.left;
220 x = (fPlateWidth - fImageFactWidth) * fLeft;