Searched refs:fScaledMaxZ (Results 1 – 1 of 1) sorted by relevance
275 double fScaledMaxZ = getLogicMaxZ(); in isSameForGivenResolution() local278 doLogicScaling( &fScaledMaxX, &fScaledMaxY, &fScaledMaxZ); in isSameForGivenResolution()286 …bool bSameZ = ( static_cast<sal_Int32>(m_nZResolution*(fZ - fScaledMinZ)/(fScaledMaxZ-fScaledMinZ)) in isSameForGivenResolution()287 … == static_cast<sal_Int32>(m_nZResolution*(fZ2 - fScaledMinZ)/(fScaledMaxZ-fScaledMinZ)) ); in isSameForGivenResolution()
Completed in 13 milliseconds