Home
last modified time | relevance | path

Searched refs:_right (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.hpp197 double _right; // Number of pixels inset from the right edge. member in mbgl::EdgeInsets
201 : _top(t_), _left(l_), _bottom(b_), _right(r_) { in EdgeInsets()
211 if (std::isnan(_right)) { in EdgeInsets()
219 double right() const { return _right; } in right()
222 return _top == 0 && _left == 0 && _bottom == 0 && _right == 0; in isFlush()
229 _right += o._right; 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.hpp24 _right(right_), in PositionedIcon()
31 float _right; member in mbgl::PositionedIcon
44 float right() const { return _right; } in right()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Dmember.hpp52 …is_member_function_pointer<boost::remove_reference<proto::call<proto::_value(proto::_right)> > >()>
54 … 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.hpp859 typedef _child1 _right; typedef