Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp194 double _top; // Number of pixels inset from the top edge. member in mbgl::EdgeInsets
201 : _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 ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.hpp21 _top(top_), in PositionedIcon()
28 float _top; member in mbgl::PositionedIcon
41 float top() const { return _top; } in top()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Doutput.c73 rxrpc_seq_t *_top, in rxrpc_fill_out_ack() argument
94 *_top = top; in rxrpc_fill_out_ack()