Home
last modified time | relevance | path

Searched defs:aspectRatio (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dsize.hpp19 constexpr float aspectRatio() const { in aspectRatio() function in mbgl::Size
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp262 …ngModes, const Point<float>& firstPoint, const Point<float>& lastPoint, const float aspectRatio) { in requiresOrientationChange()
293 const float aspectRatio) { in placeGlyphsAlongLine()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Davsd_syntax.h32 RK_U32 aspectRatio; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp421 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in setupCamera() local
H A Dqgeocameratiles.cpp289 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in createFrustum() local
H A Dqgeoprojection.cpp679 double aspectRatio = 1.0 * m_viewportWidth / m_viewportHeight; in setupCamera() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp774 void QDoubleMatrix4x4::perspective(double verticalAngle, double aspectRatio, double nearPlane, doub… in perspective()