Lines Matching refs:fPlateHeight
158 FX_FLOAT fPlateWidth, fPlateHeight;
162 fPlateHeight = rcPlate.top - rcPlate.bottom;
172 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
177 if (fPlateHeight < fImageHeight)
178 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
183 if (fPlateHeight > fImageHeight)
184 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
215 FX_FLOAT fPlateWidth, fPlateHeight;
218 fPlateHeight = rcPlate.top - rcPlate.bottom;
221 y = (fPlateHeight - fImageFactHeight) * fBottom;