Searched refs:ortho (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mat4.hpp | 36 void ortho(mat4& out, double left, double right, double bottom, double top, double near, double far…
|
| H A D | mat4.cpp | 97 void ortho(mat4& out, double left, double right, double bottom, double top, double near, double far… in ortho() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 694 void QDoubleMatrix4x4::ortho(const QRect& rect) in ortho() function in QDoubleMatrix4x4 700 ortho(rect.x(), rect.x() + rect.width(), rect.y() + rect.height(), rect.y(), -1.0, 1.0); in ortho() 703 void QDoubleMatrix4x4::ortho(const QRectF& rect) in ortho() function in QDoubleMatrix4x4 705 ortho(rect.left(), rect.right(), rect.bottom(), rect.top(), -1.0, 1.0); in ortho() 708 void QDoubleMatrix4x4::ortho(double left, double right, double bottom, double top, double nearPlane… in ortho() function in QDoubleMatrix4x4
|
| H A D | qdoublematrix4x4_p.h | 133 void ortho(const QRect& rect); 134 void ortho(const QRectF& rect); 135 …void ortho(double left, double right, double bottom, double top, double nearPlane, double farPlane…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_heatmap_layer.cpp | 141 matrix::ortho(viewportMat, 0, size.width, size.height, 0, 0, 1); in render()
|
| H A D | render_fill_extrusion_layer.cpp | 162 matrix::ortho(viewportMat, 0, size.width, size.height, 0, 0, 1); in render()
|
| H A D | render_hillshade_layer.cpp | 113 matrix::ortho(mat, 0, util::EXTENT, -util::EXTENT, 0, 0, 1); in render()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | ipu3.rst | 451 splines="ortho"
|