| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.cpp | 262 …ngModes, const Point<float>& firstPoint, const Point<float>& lastPoint, const float aspectRatio) { in requiresOrientationChange() argument 269 auto run = std::abs(lastPoint.x - firstPoint.x) * aspectRatio; in requiresOrientationChange() 293 const float aspectRatio) { in placeGlyphsAlongLine() argument 311 …ntationChange = requiresOrientationChange(symbol.writingModes, firstPoint, lastPoint, aspectRatio); in placeGlyphsAlongLine() 339 … auto orientationChange = requiresOrientationChange(symbol.writingModes, a, b, aspectRatio); in placeGlyphsAlongLine() 414 …, labelPlaneMatrix, glCoordMatrix, dynamicVertexArray, anchorPoint, state.getSize().aspectRatio()); in reprojectLineLabels() 420 …atrix, glCoordMatrix, dynamicVertexArray, anchorPoint, state.getSize().aspectRatio()) == Placement… in reprojectLineLabels()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | size.hpp | 19 constexpr float aspectRatio() const { in aspectRatio() function in mbgl::Size
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | avsd_syntax.h | 32 RK_U32 aspectRatio; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | calib3d.hpp | 528 double aspectRatio = 0 ); 791 Size imageSize, double aspectRatio = 1.0 ); 1125 CV_OUT double& aspectRatio );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | calib3d.hpp | 528 double aspectRatio = 0 ); 791 Size imageSize, double aspectRatio = 1.0 ); 1125 CV_OUT double& aspectRatio );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | calib3d.hpp | 528 double aspectRatio = 0 ); 791 Size imageSize, double aspectRatio = 1.0 ); 1125 CV_OUT double& aspectRatio );
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.cpp | 98 uniforms::u_aspect_ratio::Value{ state.getSize().aspectRatio() }, in makeValues()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 289 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in createFrustum() local 299 hwn = hhn * aspectRatio; in createFrustum() 302 hwf = hhf * aspectRatio; in createFrustum()
|
| H A D | qgeotiledmapscene.cpp | 421 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in setupCamera() local 424 halfWidth *= aspectRatio; in setupCamera()
|
| H A D | qgeoprojection.cpp | 679 double aspectRatio = 1.0 * m_viewportWidth / m_viewportHeight; in setupCamera() local 681 m_halfWidth = m_aperture * aspectRatio; in setupCamera()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 774 void QDoubleMatrix4x4::perspective(double verticalAngle, double aspectRatio, double nearPlane, doub… in perspective() argument 777 if (nearPlane == farPlane || aspectRatio == 0.0) in perspective() 788 m.m[0][0] = cotan / aspectRatio; in perspective()
|
| H A D | qdoublematrix4x4_p.h | 137 void perspective(double verticalAngle, double aspectRatio, double nearPlane, double farPlane);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.c | 595 pp->aspectRatio = p_dec->vsh.aspect_ratio; in avsd_fill_parameters()
|