Home
last modified time | relevance | path

Searched defs:posMatrix (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.cpp68 const mat4& posMatrix, in placeFeature()
98 const mat4& posMatrix, in placeLineFeature()
306 std::pair<float,float> CollisionIndex::projectAnchor(const mat4& posMatrix, const Point<float>& poi… in projectAnchor() argument
315 std::pair<Point<float>,float> CollisionIndex::projectAndGetPerspectiveRatio(const mat4& posMatrix, … in projectAndGetPerspectiveRatio() argument
330 Point<float> CollisionIndex::projectPoint(const mat4& posMatrix, const Point<float>& point) const { in projectPoint() argument
H A Dplacement.cpp72 mat4 posMatrix; in placeLayer() local
101 const mat4& posMatrix, in placeLayerBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp59 …mat4 getLabelPlaneMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap,… in getLabelPlaneMatrix()
78 …mat4 getGlCoordMatrix(const mat4& posMatrix, const bool pitchWithMap, const bool rotateWithMap, co… in getGlCoordMatrix()
288 const mat4& posMatrix, in placeGlyphsAlongLine()
364 const mat4& posMatrix, const style::SymbolPropertyValues& values, in reprojectLineLabels()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp114 GeometryCoordinate projectPoint(const GeometryCoordinate& p, const mat4& posMatrix, const Size& siz… in projectPoint()
123 …es projectQueryGeometry(const GeometryCoordinates& queryGeometry, const mat4& posMatrix, const Siz… in projectQueryGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp226 mat4 posMatrix; in queryRenderedFeatures() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp44 const mat4& posMatrix, in query()