Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp196 double _bottom; // Number of pixels inset from the bottom edge. member in mbgl::EdgeInsets
201 : _top(t_), _left(l_), _bottom(b_), _right(r_) { in EdgeInsets()
208 if (std::isnan(_bottom)) { in EdgeInsets()
218 double bottom() const { return _bottom; } in bottom()
222 return _top == 0 && _left == 0 && _bottom == 0 && _right == 0; in isFlush()
228 _bottom += o._bottom; in operator +=()
234 _top + o._top, _left + o._left, _bottom + o._bottom, _right + o._right, in operator +()
241 … return a._top == b._top && a._left == b._left && a._bottom == b._bottom && a._right == b._right; in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.hpp22 _bottom(bottom_), in PositionedIcon()
29 float _bottom; member in mbgl::PositionedIcon
42 float bottom() const { return _bottom; } in bottom()