Searched defs:aspectRatio (Results 1 – 7 of 7) sorted by relevance
19 constexpr float aspectRatio() const { in aspectRatio() function in mbgl::Size
262 …ngModes, const Point<float>& firstPoint, const Point<float>& lastPoint, const float aspectRatio) { in requiresOrientationChange()293 const float aspectRatio) { in placeGlyphsAlongLine()
32 RK_U32 aspectRatio; member
421 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in setupCamera() local
289 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in createFrustum() local
679 double aspectRatio = 1.0 * m_viewportWidth / m_viewportHeight; in setupCamera() local
774 void QDoubleMatrix4x4::perspective(double verticalAngle, double aspectRatio, double nearPlane, doub… in perspective()