Home
last modified time | relevance | path

Searched refs:aspectRatio (Results 1 – 13 of 13) sorted by relevance

/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() 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 Dsize.hpp19 constexpr float aspectRatio() const { in aspectRatio() function in mbgl::Size
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Davsd_syntax.h32 RK_U32 aspectRatio; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcalib3d.hpp528 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 Dcalib3d.hpp528 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 Dcalib3d.hpp528 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 Dsymbol_program.cpp98 uniforms::u_aspect_ratio::Value{ state.getSize().aspectRatio() }, in makeValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp289 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 Dqgeotiledmapscene.cpp421 double aspectRatio = 1.0 * m_screenSize.width() / m_screenSize.height(); in setupCamera() local
424 halfWidth *= aspectRatio; in setupCamera()
H A Dqgeoprojection.cpp679 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 Dqdoublematrix4x4.cpp774 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 Dqdoublematrix4x4_p.h137 void perspective(double verticalAngle, double aspectRatio, double nearPlane, double farPlane);
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c595 pp->aspectRatio = p_dec->vsh.aspect_ratio; in avsd_fill_parameters()