Searched refs:ToWinHeight (Results 1 – 3 of 3) sorted by relevance
41 inline float ToWinHeight(const int32_t layoutHeight, float vpr) in ToWinHeight() function
520 … minH = SessionUtils::ToWinHeight(SessionUtils::ToLayoutWidth(minW, vpr_) / aspectRatio_, vpr_); in CalcFixedAspectRatioTranslateLimits()523 … maxH = SessionUtils::ToWinHeight(SessionUtils::ToLayoutWidth(maxW, vpr_) * aspectRatio_, vpr_); in CalcFixedAspectRatioTranslateLimits()
2500 rect.height_ = SessionUtils::ToWinHeight(rect.height_, vpr) ; in FixRectByLimits()2537 …rect.height_ = SessionUtils::ToWinHeight(SessionUtils::ToLayoutWidth(rect.width_, vpr) / aspectRat… in FixRectByAspectRatio()