Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp195 double _left; // Number of pixels inset from the left edge. member in mbgl::EdgeInsets
201 : _top(t_), _left(l_), _bottom(b_), _right(r_) { in EdgeInsets()
205 if (std::isnan(_left)) { in EdgeInsets()
217 double left() const { return _left; } in left()
222 return _top == 0 && _left == 0 && _bottom == 0 && _right == 0; in isFlush()
227 _left += o._left; 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.hpp23 _left(left_), in PositionedIcon()
30 float _left; member in mbgl::PositionedIcon
43 float left() const { return _left; } in left()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Dmember.hpp54 …, proto::call<detail::make_mem_fun_ptr_gen(proto::_left, proto::call<proto::_value(proto::_right)>…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp858 typedef _child0 _left; typedef