Home
last modified time | relevance | path

Searched refs:projectAndGetPerspectiveRatio (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_index.hpp53 …std::pair<Point<float>,float> projectAndGetPerspectiveRatio(const mat4& posMatrix, const Point<flo…
H A Dcollision_index.cpp79 const auto projectedPoint = projectAndGetPerspectiveRatio(posMatrix, box.anchor); in placeFeature()
315 std::pair<Point<float>,float> CollisionIndex::projectAndGetPerspectiveRatio(const mat4& posMatrix, … in projectAndGetPerspectiveRatio() function in mbgl::CollisionIndex