Searched refs:fPlateHeight (Results 1 – 1 of 1) sorted by relevance
71 float fPlateHeight = rcPlate.top - rcPlate.bottom; in GetScale() local83 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f); in GetScale()88 if (fPlateHeight < fImageHeight) in GetScale()89 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f); in GetScale()94 if (fPlateHeight > fImageHeight) in GetScale()95 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f); in GetScale()127 float fPlateHeight = rcPlate.top - rcPlate.bottom; in GetImageOffset() local130 (fPlateHeight - fImageFactHeight) * fBottom}; in GetImageOffset()