Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.hpp110 mat4 getPixelMatrix() const;
H A Dtransform_state.cpp333 matrix::multiply(proj, getPixelMatrix(), proj); in coordinatePointMatrix()
337 mat4 TransformState::getPixelMatrix() const { in getPixelMatrix() function in mbgl::TransformState