Searched refs:widthToHeightMultiplier (Results 1 – 1 of 1) sorted by relevance
196 float widthToHeightMultiplier = srcRect.height() / srcRect.width(); in transformRect() local197 if (origDestHeight > origDestWidth * widthToHeightMultiplier) { in transformRect()198 destRect.setHeight(origDestWidth * widthToHeightMultiplier); in transformRect()214 if (origDestWidth > origDestHeight / widthToHeightMultiplier) { in transformRect()215 destRect.setWidth(origDestHeight / widthToHeightMultiplier); in transformRect()234 float widthToHeightMultiplier = srcRect.height() / srcRect.width(); in transformRect() local236 if (origDestHeight < origDestWidth * widthToHeightMultiplier) { in transformRect()255 if (origDestWidth < origDestHeight / widthToHeightMultiplier) { in transformRect()