Searched refs:fScaledMinZ (Results 1 – 1 of 1) sorted by relevance
272 double fScaledMinZ = getLogicMinZ(); in isSameForGivenResolution() local277 doLogicScaling( &fScaledMinX, &fScaledMinY, &fScaledMinZ ); 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 9 milliseconds