Searched refs:fPlateHeight (Results 1 – 1 of 1) sorted by relevance
51 float fPlateHeight = rcPlate.Height(); in GetScale() local62 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f); in GetScale()67 if (fPlateHeight < fImageHeight) in GetScale()68 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f); in GetScale()73 if (fPlateHeight > fImageHeight) in GetScale()74 fVScale = fPlateHeight / std::max(fImageHeight, 1.0f); in GetScale()106 float fPlateHeight = rcPlate.Height(); in GetImageOffset() local109 (fPlateHeight - fImageFactHeight) * fBottom}; in GetImageOffset()