Searched refs:_bottom (Results 1 – 2 of 2) sorted by relevance
196 double _bottom; // Number of pixels inset from the bottom edge. member in mbgl::EdgeInsets201 : _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 ==()
22 _bottom(bottom_), in PositionedIcon()29 float _bottom; member in mbgl::PositionedIcon42 float bottom() const { return _bottom; } in bottom()