Home
last modified time | relevance | path

Searched defs:scale_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Danchor.hpp16 Anchor(float x_, float y_, float angle_, float scale_, int segment_ = -1) in Anchor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp709 void QMapboxGL::setScale(double scale_, const QPointF &center) in setScale()
1118 void QMapboxGL::scaleBy(double scale_, const QPointF &center) { in scaleBy()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp354 void TransformState::constrain(double& scale_, double& x_, double& y_) const { in constrain()