Searched refs:kAspectRatioToleranceFactor (Results 1 – 1 of 1) sorted by relevance
25 const float kAspectRatioToleranceFactor = 1.02f; variable499 (computed_aspect / desired_aspect > kAspectRatioToleranceFactor || in AdjustClippingSizeToAspectRatio()500 desired_aspect / computed_aspect > kAspectRatioToleranceFactor)) { in AdjustClippingSizeToAspectRatio()508 if (computed_aspect / desired_aspect > kAspectRatioToleranceFactor) { in AdjustClippingSizeToAspectRatio()