Searched refs:_top (Results 1 – 3 of 3) sorted by relevance
194 double _top; // Number of pixels inset from the top edge. member in mbgl::EdgeInsets201 : _top(t_), _left(l_), _bottom(b_), _right(r_) { in EdgeInsets()202 if (std::isnan(_top)) { in EdgeInsets()216 double top() const { return _top; } in top()222 return _top == 0 && _left == 0 && _bottom == 0 && _right == 0; in isFlush()226 _top += o._top; 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 ==()
21 _top(top_), in PositionedIcon()28 float _top; member in mbgl::PositionedIcon41 float top() const { return _top; } in top()
73 rxrpc_seq_t *_top, in rxrpc_fill_out_ack() argument94 *_top = top; in rxrpc_fill_out_ack()