Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_feature.hpp14 …CollisionBox(Point<float> _anchor, Point<float> _offset, float _x1, float _y1, float _x2, float _y… in CollisionBox() argument
15 …anchor(std::move(_anchor)), offset(_offset), x1(_x1), y1(_y1), x2(_x2), y2(_y2), used(true), signe… in CollisionBox()