Searched refs:_right (Results 1 – 4 of 4) sorted by relevance
197 double _right; // Number of pixels inset from the right edge. member in mbgl::EdgeInsets201 : _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 ==()
24 _right(right_), in PositionedIcon()31 float _right; member in mbgl::PositionedIcon44 float right() const { return _right; } in right()
52 …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)>)>
859 typedef _child1 _right; typedef